﻿.news{
    padding-top: 100px;
}
/*主体*/
.main{
    padding: 0;
    margin: 0;
    color: #666;
    background-color:#ddd ;
    font-size: 0;
}
/*二级导航*/
.subnav{
    background-color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    clear: both;
    overflow: hidden;
    font-size: 16px;
}
.current{
    font-size: 14px;
}


.menu{
    font-size: 16px;
}
.menu li{
    margin-left: 5px;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
}
.menu li a{
	color:#666;
}
.active-sub a,.menu li:hover a{
    background-color: #000;
    color: #fff;
}
.menu .active-sub a{
color: #fff;
}
.menu li:hover{
    background-color: #000;
}
.active-sub {
    background-color: #000;
}

/*内容*/
.column{
    font-size: 16px;
    padding-top: 50px;
}





.new-main{
    /*border: 1px solid red;*/
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.new-main dd{
    width: 49.5%;
    background: #fff;
    /*border: 1px solid red;*/
    overflow: hidden;
    margin-bottom: 15px;
}
.new-main .new-img{
    width: 39.4%;
    float: left;
    overflow: hidden;
    /*border: 1px solid red;*/
}
.new-main .new-img img{
    transform: scale(1.2);
    transition: all 1s;
}
.new-main .new-text{
    width: 59%;
    float: right;
    /*border: 1px solid red;*/
    height: 100%;
    padding: 20px 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.new-text p{
    margin: 10px 0;
}
.new-text p,.new-text span{
    display: block;
    /*border: 1px solid red;*/
}
.new-text span:last-child{
    font-size: 12px;
}
.new-main a{
    color: #333;
}
.new-main p{
    font-size: 22px;
    line-height: 32px;
}
.new-text span{
    color: #666;
    font-size: 14px;
}
.new-main dd:hover{
    background: #1cab80;
}
.new-main dd:hover a,.new-main dd:hover span{
    color: #fff !important;
}
.new-main dd:hover .new-img img{
    transform: scale(1.1);
}

.tab dd:hover,.tab dd:hover i{
    color: #fff;
    background: #1cab81;
}
.tab{
    margin-top: 40px;
    text-align: center;
    padding-bottom: 80px;
}
.tab dd{
    display: inline-block;
    color: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    margin-left: 10px;
}
.main .tab dd .page-num-current{
color: #fff;
background-color: rgba(28, 171, 128, 0.89);
}
.tab dd .fa{
    color: #000;
    font-size: 24px;
}



/*PC端*/
@media (max-width: 1440px){

    .news{
        padding-top: 60px;
    }

    .subnav {
        height: 50px;
        line-height: 50px;
        /*margin-top: -4px;*/
        font-size: 14px;
    }

    .current {
        font-size: 12px;
        color: #999;
    }

    .menu {
        font-size: 14px;
    }

    .menu li {
        padding: 2px 8px;
        border-radius: 5px;
    }

    /*内容*/
    .column {

        font-size: 14px;
    }


    .new-main {
        margin-top: 50px;
    }
    .new-main .new-text{
        padding: 10px 5px;
    }
    .new-main p{
        margin: 3px 0;
        font-size: 16px;
        line-height: 25px;
    }

    .tab{
        padding-bottom: 80px;
    }
    .tab dd{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
        font-size: 14px;
    }
    .tab dd .fa{
        font-size: 20px;
    }
}