@charset "utf-8";






.pnav {

    padding: 0%;

    position: relative;

    z-index: 10;

    background: #fff;

    border-bottom: 1px solid #ccc;

    margin-bottom: 50px;

}



.pnav ul {

    width: 60%;

    float: left;

}



.pnav ul li {

    padding: 0;

    position: relative;

    float: left;

}



.pnav ul li a {

    display: block;

    color: #666;

    font-weight: bold;

    font-size: 16px;

    line-height: 24px;

    padding: 22px 18px;

    position: relative;

    transition: 0s;

    -webkit-transition: 0s

}



.pnav .line {

    width: 0;

    height: 5px;

    background: #c00;

    position: absolute;

    left: auto;

    right: 0;

    bottom: -3px;

    transition: .3s;

    -webkit-transition: .3s

}



.pnav ul li a.act {

    font-weight: bold;

    border-bottom: 1px solid #006d56;

    color: #006d56;

}



.pnav ul li a:hover {

    color: #006d56;

}



.spnav.pnav a.act {

    color: #fff

}



.spnav.pnav {

    background-color: #a6a6a6;

    background-color: rgba(0, 0, 0, .6);

    position: fixed;

    left: 0;

    right: 0;

    z-index: 1006;

    top: 129px

}



.spnav.pnav ul {

    background: 0 0;

    border-bottom: none

}



.spnav.pnav li:before {

    background: #fff

}



.spnav.pnav a {

    color: #fff;

    padding: 8px 12px;

    transition: .3s;

    -webkit-transition: .3s

}



.spnav.pnav .line {

    background: #fff;

    height: 2px;

    bottom: 0

}



.breadnav {

    width: 40%;

    float: right;

    text-align: right;

    padding: 22px 0 10px;

}



.breadnav p, .breadnav a {

    font-size: 14px;

    color: #929292;

    font-weight: bold;

    line-height: 24px;

}



.breadnav a:hover {

    color: #006d56;

}



.breadnav i {

    font-size: 18px;

    color: #333;

}



.about {

    background-color: #f7f7f7;

    padding: 4% 5%;

}



.companys h2 {

    font-size: 24px;

    color: #333;

    line-height: 40px;

    font-weight: bold;

}



.companys h3 {

    font-size: 16px;

    color: #b2b2b2;

    line-height: 20px;

    font-family: Arial;

    background: url(/template/default/index/4105/images/grey.png) no-repeat 0 bottom;

    padding-bottom: 20px;

    margin-bottom: 30px;

}



.companys h4 {

    font-size: 16px;

    color: #333;

    line-height: 30px;

    font-weight: bold;

    margin-bottom: 30px;

}



.companys p {

    font-size: 16px;

    color: #666;

    line-height: 32px;

    margin-bottom: 20px;

}



.four ul li {

    width: 44%;

    margin: 0 3%;

    float: left;

}



.four ul li:last-child {

    padding-top: 30px;

}



.c1 {

    background: url(/template/default/index/4105/images/a1.jpg) no-repeat center;

    background-size: cover;

}



.c2 {

    background: url(/template/default/index/4105/images/a3.jpg) no-repeat center;

    background-size: cover;

}



.c3 {

    background: url(/template/default/index/4105/images/a2.jpg) no-repeat center;

    background-size: cover;

}



.c4 {

    background: url(/template/default/index/4105/images/a4.jpg) no-repeat center;

    background-size: cover;

}



.aquare {

    height: 190px;

    box-sizing: border-box;

    margin-bottom: 30px;

    padding: 25% 0;

    text-align: center;

}



.aquare h3 {

    font-size: 40px;

    color: #f10000;


    line-height: 40px;

}



.aquare h3 small {

    font-size: 16px;

    color: #fff;

    line-height: 26px;

    font-family: microsoft yahei;

}



.aquare p {

    font-size: 16px;

    color: #fff;

    line-height: 26px;

    font-family: microsoft yahei;

}



.slick-slider {

    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent

}



.slick-list {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0

}



.slick-list:focus {

    outline: 0

}



.slick-list.dragging {

    cursor: pointer;

    cursor: hand

}



.slick-slider .slick-list, .slick-slider .slick-track {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.slick-track {

    position: relative;

    top: 0;

    left: 0;

    display: block

}



.slick-track:after, .slick-track:before {

    display: table;

    content: ''

}



.slick-track:after {

    clear: both

}



.slick-loading .slick-track {

    visibility: hidden

}



.slick-slide {

    display: none;

    float: left;

    height: 100%;

    min-height: 1px

}



[dir=rtl] .slick-slide {

    float: right

}



.slick-slide img {

    display: block

}



.slick-slide.slick-loading img {

    display: none

}



.slick-slide.dragging img {

    pointer-events: none

}



.slick-initialized .slick-slide {

    display: block

}



.slick-loading .slick-slide {

    visibility: hidden

}



.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent

}



.slick-arrow.slick-hidden {

    display: none

}



/*slick end*/

.abTitle {

    text-align: center;

    padding-top: 50px;

}



.abTitle h2 {

    font-size: 30px;

    color: #fff;

    font-weight: bold;

    line-height: 40px;

}



.abTitle p {

    font-size: 14px;

    color: #fff;

    line-height: 40px;

    padding-bottom: 15px;

    position: relative;

}



.abTitle p:after {

    display: block;

    content: '';

    width: 30px;

    height: 1px;

    background-color: #fff;

    position: absolute;

    left: 50%;

    bottom: 0px;

    margin-left: -15px;

}



.abhis {

    position: relative;

    width: 90%;

    max-width: 1600px;

    margin: 50px auto 0 auto;

    border-bottom: 1px solid #006d56;

}



.hisbox {

    position: relative;

    overflow: hidden

}



.hisbox .b {

    position: absolute;

    left: 0;

    bottom: 0

}



.hisbox .dot {

    display: block;

    width: 11px;

    height: 11px;

    background: #006d56;

    border-radius: 100%;

    position: absolute;

    top: 0;

    left: 0

}



.hisbox .line1 {

    width: 1px;

    background: #006d56;

    top: 0;

    bottom: 0;

    position: absolute;

    left: 5px

}



.hisC {

    position: relative;

    padding: 0 0 60px 0

}



.hisC li {

    position: relative;

    padding: 0 82px 38px 28px

}



.hisC .line2 {

    width: 11px;

    height: 1px;

    background: #006d56;

    position: absolute;

    top: 12px;

    left: 0

}



.hisbox .year {

    padding-left: 28px;

    font-family: Arial;

    color: #006d56;

    font-size: 24px;

    position: relative;

    font-weight: 700;

    line-height: 30px;

    margin-bottom: 20px

}



.ab4 {

    padding-top: 90px

}



.abhis .slick-arrow {

    width: 50px;

    height: 50px;

    background-color: rgba(100%, 100%, 100%, 0.5);

    position: absolute;

    z-index: 9;

    top: 50%;

    margin-top: -25px;

    border-radius: 100%;

    background-repeat: no-repeat;

    background-position: center center

}



.abhis .slick-prev {

    left: -80px;

    background-image: url(/template/default/index/4105/images/aw6.png)

}



.abhis .slick-next {

    right: -80px;

    background-image: url(/template/default/index/4105/images/aw7.png)

}



.abotxts {

    width: 858px;

    margin: 85px auto 0 auto;

    background: #fff;

    position: relative

}



.abotxts .freeTx {

    padding: 70px 80px 70px 70px;

}



.abob.pic {

    margin-top: -95px

}



.abot .pw2 {

    position: relative;

    z-index: 10

}



.freeTx {

    font-size: 16px;

    color: #fff;

    line-height: 24px;

}



@media (max-width:1500px) {

    .abhis {

        width: 86%;

    }



    .abhis .slick-prev {

        left: -60px;

    }



    .abhis .slick-next {

        right: -60px;

    }



    .hisC li {

        padding: 0 40px 24px 28px

    }



}



@media (max-width:1100px) {

    .pnav ul {

        width: 100%;

        float: none;

    }



    .breadnav {

        width: 100%;

        float: none;

        padding: 10px 0;

    }



    .pnav ul li a {

        font-size: 14px;

        padding: 10px;

    }



    .breadnav p, .breadnav a {

        font-size: 13px;

        font-weight: normal;

        line-height: 20px;

    }



}



@media screen and (max-width:861px) {

    .pnav {

        margin-bottom: 20px;

    }



    .hisC {

        padding-bottom: 0;

    }



    .hisbox .b {

        position: relative;

    }



    .hisC li {

        padding-right: 0;

    }



    .hisbox {

        height: auto !important;

    }



    .freeTx {

        font-size: 14px;

        line-height: 22px;

    }



    .hisC li {

        padding: 0  0px 15px 20px

    }



    .abhis {

        width: 96%;

    }



    .abTitle {

        padding-top: 20px;

    }



    .abTitle h2 {

        font-size: 20px;

        line-height: 36px;

    }



    .abTitle p {

        line-height: 20px;

        padding-bottom: 10px;

    }



    .abhis {

        margin: 40px auto 0 auto;

    }



    .hisbox .year {

        font-size: 20px;

    }



    .pnav ul li {

        width: 33.33%;

    }



    .pnav ul li a {

        display: block;

        text-align: center;

        padding: 5px 0;

        border-bottom: 1px solid #fff;

    }



    .companys h2 {

        font-size: 20px;

        line-height: 30px;

    }



    .companys h3 {

        font-size: 14px;

        padding-bottom: 10px;

        margin-bottom: 20px;

    }



    .companys h4 {

        font-size: 16px;

        line-height: 24px;

        margin-bottom: 15px;

    }



    .aquare {

        height: 160px;

        margin-bottom: 20px;

    }



}



.develop {

    /* background: url(/template/default/index/4105/images/build.png) no-repeat center bottom; */

    border-bottom: 1px solid #006d56;

}



.title {

    text-align: center;

    margin: 4% auto;

}



.title h2 {

    font-size: 24px;

    color: #333;

    line-height: 36px;

    font-weight: bold;

}



.title h3 {

    font-size: 16px;

    color: #b2b2b2;

    line-height: 30px;

    font-family: Arial;

    padding-bottom: 10px;

    background: url(/template/default/index/4105/images/grey.png) no-repeat center bottom;

}



.develop .freeTx {

    color: #666;

}



.develop .abhis .slick-prev {

    left: -80px;

    background-image: url(/template/default/index/4105/images/aw4.png)

}



.develop .abhis .slick-next {

    right: -80px;

    background-image: url(/template/default/index/4105/images/aw5.png)

}



.develop .abhis {

    border-bottom: none;

}



.perform {

    background: url(/template/default/index/4105/images/num.jpg) no-repeat center;

    background-size: cover;

    padding: 1px 0;

    margin-top: 50px;

}



.testing .item {

    position: relative;

}



.testing .owl-dots {

    display: none;

}



.testing img {

    width: 100%;

}



.testing .item h3 {

    position: absolute;

    left: 0px;

    bottom: 0px;

    font-size: 18px;

    box-sizing: border-box;

    padding: 0 10px;

    line-height: 60px;

    width: 100%;

    color: #fff;

    font-weight: normal;

    background: url(/template/default/index/4105/images/dark.png) repeat-x 0 bottom;

}



.count h2 {

    font-size: 24px;

    color: #fff;

    line-height: 36px;

    font-weight: bold;

    text-align: center;

}



.count ul {

    width: 100%;

    margin: 50px auto 70px;

    max-width: 1200px;

}



.count ul li {

    width: 23%;

    margin: 0 1%;

    background-color: rgba(255, 255, 255, 0.3);

    float: left;

    padding: 35px 0;

    text-align: center;

    color: #fff;

}



.count ul li h3 {

    font-size: 40px;

    color: #fff;

    line-height: 36px;

    font-family: Arial;

}



.count ul li p {

    font-size: 16px;

    color: #fff;

    line-height: 30px;

}



.count ul li h3 small {

    font-size: 16px;

    color: #fff;

}



.grey {

    background-color: #f7f7f7;

}



.testing {

    margin-bottom: 50px;

}



.testing .owl-nav {

    position: absolute;

    width: 110%;

    left: -5%;

    top: 30%;

}



.testing .owl-nav button.owl-prev {

    float: left;

    background-color: #808080;

    width: 30px;

    text-align: center;

    border: none;

    color: #fff;

    line-height: 40px;

}



.testing .owl-nav button span {

    font-size: 30px;

    color: #fff;

    display: block;

    height: 40px;

    line-height: 30px;

}



.testing .owl-nav button.owl-next {

    float: right;

    background-color: #808080;

    width: 30px;

    text-align: center;

    border: none;

    color: #fff;

    line-height: 40px;

}



.testing .owl-nav button:hover {

    background-color: #006d56;

}



.inertitle h2 {

    font-size: 24px;

    color: #333;

    font-weight: bold;

    line-height: 30px;

}



.inertitle p {

    font-size: 14px;

    color: #999;

    line-height: 30px;

    padding-bottom: 10px;

    position: relative;

    background: url(/template/default/index/4105/images/grey.png) no-repeat 0 bottom;

    margin-bottom: 36px;

}



.leader a {

    display: block;

    overflow: hidden;

}



.leader a img {

    width: 100%;

    transition: all 0.5s;

}



.leader a h3 {

    font-size: 16px;

    color: #333;

    font-weight: normal;

    line-height: 46px;

    margin-bottom: 15px;

    text-align: center;

}



.leader a:hover img {

    transform: scale(1.03);

}



.leader a:hover h3 {

    color: #006d56;

}



.charbour {

    display: block;

    border-bottom: 1px solid #e9e9e9;

    margin-bottom: 40px;

    position: relative;

    overflow: hidden;

}



.charbour div {

    position: relative;

}



.charbour div img {

    width: 100%;

    max-height: 277px;

}



.charbour div p {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    margin: 0;

    background-color: rgba(255, 255, 255, 0.5);

    opacity: 0;

    transition: all 0.3s;

}



.charbour div span {

    position: absolute;

    top: 0;

    left: 0;

    right: 0px;

    bottom: 0px;

    display: block;

}



.charbour div span img {

    width: 58px;

    height: 58px;

    margin: 0 auto;

    display: block;

    margin-top: -67px;

    transition: all 0.2s linear;

}



.charbour p {

    font-size: 14px;

    line-height: 60px;

    color: #333;

    margin: 0 15px;

    text-decoration: none;

    position: relative;

    max-width: 100%;

    height: 60px;

    overflow: hidden;

}



.charbour p span {

    float: right;

    line-height: 60px;

}



.charbour strong {

    position: absolute;

    left: 0;

    top: 0;

    width: 0%;

    height: 100%;

    background-color: #006d56;

    z-index: 0;

    transition: all 0.3s;

}



.charbour:hover div p {

    opacity: 1;

}



.charbour:hover div span img {

    margin-top: 17%;

}



.charbour:hover strong {

    width: 100%;

}



.charbour:hover p, .charbour:hover p span {

    color: #fff;

}



/*·­Ò³*/

.pages {

    padding-top: 20px;

    margin: 0 auto 50px;

    text-align: center;

    box-sizing: border-box;

}



.pages:after {

    clear: both;

    content: '';

    width: 0px;

    display: block;

    height: 0px;

    visibility: hidden;

}



.pages a {

    border: 1px solid #DDD;

    border-radius: 2px;

    display: inline-block;

    color: #333;

    margin:0 2px;

    padding: 5px 12px;

    text-decoration: none;

    font-size: 14px;

}



.pages a:hover {

    border: 1px solid #006d56;

    text-decoration: none;

    color: #fff;

    background-color: #006d56;

    font-size: 14px;

}



.pages span {

    border-radius: 2px;

    display: inline-block;

    padding: 5px 12px;

    border: 1px solid #006d56;

    background-color: #006d56;

    color: #fff;

    font-size: 14px;

    margin: 0 2px;

}



.profile {

    background: url(/template/default/index/4105/images/school.jpg) no-repeat center bottom;

    margin-bottom: 30px;

}



.profile h3 {

    font-size: 16px;

    color: #333;

    line-height: 40px;

    font-weight: bold;

    margin-bottom: 10px;

}



.profile p {

    font-size: 16px;

    color: #666;

    line-height: 32px;

    margin-bottom: 25px;

}



.proimg {

    margin-bottom: 50px;

}



@media screen and (max-width:768px) {

    .cview {

        margin-top: 30px;

    }



    .charbour {

        margin-bottom: 30px;

    }



    .pages {

        padding-top: 0px;

        margin: 0 auto 20px;

        height: auto;

    }



    .pages a {

        border: 1px solid #DDD;

        display: inline-block;

        color: #333;

        text-decoration: none;

        font-size: 14px;

    }



    .proimg {

        margin-bottom: 20px;

    }



    .profile p {

        margin-bottom: 15px;

    }



    .profile h3 {

        line-height: 28px;

    }



    .leader a h3 {

        margin-bottom: 10px;

    }



    .inertitle p {

        margin-bottom: 26px;

    }



}



.policy {

    margin-bottom: 30px;

}



.policy li a {

    display: block;

    padding: 40px 0;

    border-bottom: 1px solid #dadada;

}



.policy_left {

    width: 20%;

    float: left;

    text-align: right;

    padding-right: 90px;

}



.policy_right {

    width: 80%;

    float: left;

}



.policy_left h4 {

    font-size: 32px;

    line-height: 50px;

    color: #666;

    border-bottom: 1px solid #c3c3c3;

}



.policy_left p {

    font-size: 14px;

    line-height: 50px;

    color: #666;

}



.policy_right h2 {

    font-size: 18px;

    line-height: 30px;

    color: #666;

    font-weight: bold;

    margin: 0px 0 10px;

    height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.policy_right p {

    font-size: 14px;

    line-height: 24px;

    color: #666;

    height: 48px;

    overflow: hidden;

}



.policy_right span {

    display: inline-block;

    width: 80px;

    line-height: 22px;

    background-color: #a3a3a3;

    color: #fff;

    text-align: center;

    margin-top: 10px;

}



.policy li:hover {

    background-color: #1f71c3;

}



.policy li:hover .policy_left h4, .policy li:hover .policy_left p {

    color: #fff;

}



.policy li:hover .policy_right h2, .policy li:hover .policy_right p {

    color: #fff;

}



.policy li:hover .policy_right span {

    background-color: #fff;

    color: #1f71c3;

}



@media only screen and (max-width:992px) {

    .policy li a {

        padding: 20px 0;

    }



    .policy_left {

        width: 20%;

        float: left;

        text-align: right;

        padding-right: 20px;

    }



}



@media only screen and (max-width:500px) {

    .policy li a {

        padding: 15px;

    }



    .policy_left h4 {

        font-size: 24px;

    }



    .policy_left p {

        font-size: 12px;

    }



    .policy_right h2 {

        font-size: 16px;

        margin: 0px 0 4px;

    }



}



.article_top {

    color: #333;

    text-align: left;

}



.article_time span {

    float: left;

    font-size: 14px;

    color: #999;

    line-height: 40px;

}



.article_top h1 {

    font-size: 24px;

    color: #333;

    line-height: 34px;

    margin-bottom: 10px;

    font-weight: bold;

}



.article_top p, .article_top a {

    font-size: 14px;

    color: #666;

    line-height: 30px;

}



.article_content {

    font-size: 16px;

    color: #666;

    line-height: 36px;

    padding: 20px 0;

    margin-top: -15px;

    overflow: hidden;

    border-bottom: 1px solid #ddd;

    border-top: 1px solid #ddd;

}



.article_content p {

    font-size: 16px;

    color: #666;

    line-height: 36px;

    margin-bottom: 15px;

}



.article_content img {

    max-width: 100% !important;

    height: auto !important;

}



.art_bot {

    margin: 30px 0 50px;

}



.art_bot p, .art_bot a {

    font-size: 15px;

    color: #666;

    line-height: 26px;

    margin: 0;

}



.art_bot a:hover {

    color: #006d56;

}



.backs a {

    display: inline-block;

    font-size: 16px;

    color: #006d56;

    background-color: #e8ebf0;

    border-radius: 20px;

    line-height: 40px;

    padding: 0 30px;

    margin-top: 40px;

    transition: all 0.5s;

    border: 1px solid #e8ebf0

}



.backs a img {

    vertical-align: 0px;

}



.backs a:hover {

    border: 1px solid #006d56

}



.recommend {

    background-color: #f8f8f8;

    padding: 30px 30px;

    margin-bottom: 50px;

    border-radius: 20px;

}



.recommend h2 {

    font-size: 24px;

    color: #333;

    margin: 0;

    line-height: 36px;

    font-weight: bold;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}



.recommend ul li a {

    display: block;

    padding-bottom: 20px;

}



.recommend ul li a h3 {

    font-size: 16px;

    color: #666;

    line-height: 30px;

    height: 30px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.recommend ul li a span {

    font-size: 13px;

    color: #a2a2a2;

    line-height: 30px;

}



.recommend ul li a p {

    font-size: 14px;

    color: #666;

    line-height: 24px;

    height: 48px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}



.recommend ul li {

    border-left: 1px dashed #ccc;

    padding-left: 20px;

    position: relative;

}



.recommend ul li:last-child a {

    border-bottom: none;

}



.recommend ul li a:hover h3 {

    color: #006d56;

}



.rightnew a {

    display: block;

    position: relative;

    margin-bottom: 20px;

}

.rightnew img {

    width: 100%;

}



.rightnew a h3 {

    position: absolute;

    width: 100%;

    bottom: 0px;

    left: 0;

    box-sizing: border-box;

    padding: 0 10px;

    background-color: rgba(0, 0, 0, 0.5);

    font-size: 16px;

    color: #fff;

    line-height: 42px;

    max-width: 100%;

    height: 42px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.recommend ul li:before {

    width: 12px;

    height: 12px;

    border: 1px solid #ccc;

    background-color: #fff;

    position: absolute;

    left: -7px;

    top: 0;

    content: '';

    display: block;

    border-radius: 50%;

}



.lookmore {

    display: block;

    font-size: 16px;

    color: #fff;

    background-color: #006d56;

    border-radius: 20px;

    line-height: 40px;

    width: 150px;

    text-align: center;

    transition: all 0.5s;

    margin: 30px auto 0;

    transition: all 0.6s;

}



.lookmore:hover {

    color: #fff;

    animation: logoShow .5s 1;

    -webkit-animation: logoShow .5s 1;

}



.leftnav {

    display: block;

}



.leftnav {

    font-size: 14px;

    color: #666;

    line-height: 30px;

    margin-top: 20px;

}



#share1 {

    background: url(/template/default/index/4105/images/s1.png) no-repeat center;

    background-size: cover;

}



#share2 {

    background: url(/template/default/index/4105/images/s2.png) no-repeat center;

    background-size: cover;

}



#share3 {

    background: url(/template/default/index/4105/images/s3.png) no-repeat center;

    background-size: cover;

}



@media (max-width:1600px) {

    .article_top h1 {

        font-size: 28px;

        line-height: 34px;

    }



}



@media (max-width:1350px) {

    .topnavs {

        display: none;

    }



    .article_content {

        padding: 20px 0 30px;

        border-bottom: 1px solid #ddd;

    }



}



@media (max-width:992px) {

    .recommend {

        padding: 20px 20px;

        margin-bottom: 30px;

        margin-top: 10px;

    }



}



@media (max-width:768px) {

    .article_top {

        margin-top: 20px;

    }



    .article_top h1 {

        font-size: 16px;

        line-height: 30px;

        margin-bottom: 0px;

    }



    .art_bot {

        margin: 30px 0 10px;

    }



    .backs a {

        margin-top: 0px;

        margin-bottom: 30px;

    }



    .recommend {

        padding: 10px;

    }



    .recommend h2 {

        font-size: 18px;

        margin-bottom: 10px;

        padding-bottom: 10px;

    }



    .article_content p {

        line-height: 30px;

        margin-bottom: 10px;

    }



}



.newleft {

    height: 356px;

    margin-bottom: 40px;

    width: 100%;

    overflow: hidden;

}



.lighte {

    display: block;

    width: 46%;

    height: 100%;

    float: right;

    background-color: rgba(14, 126, 198, 0.8);

    position: relative;

    box-sizing: border-box;

    padding: 15% 4%;

    color: #fff;

    transition: all 0.5s;

}



.newcontent h3 {

    font-size: 18px;

    color: #fff;

    font-weight: bold;

    line-height: 40px;

    max-width: 100%;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    position: relative;

    padding-bottom: 10px;

}



.newcontent h3:after {

    content: '';

    display: block;

    width: 20px;

    height: 2px;

    background-color: #fff;

    position: absolute;

    left: 0;

    bottom: 0;

}



.newcontent p {

    font-size: 14px;

    color: #fff;

    line-height: 24px;

    margin-top: 15px;

    max-height: 48px;

    overflow: hidden;

}



.newcontent span {

    display: inline-block;

    font-size: 14px;

    color: #fff;

    line-height: 30px;

    border: 1px solid #fff;

    padding: 0px 10px;

    margin-top: 30px;

}



.date {

    position: absolute;

    left: -7px;

    z-index: 10;

    top: 0;

    background-color: rgba(255, 255, 255, 0.9);

    height: 65px;

    padding: 6px 20px;

    text-align: center;

}



.date strong {

    color: #006d56;

    font-size: 30px;

    line-height: 32px;

}



.date p {

    color: #006d56;

    font-size: 12px;

    line-height: 16px;

}



.darker {

    position: absolute;

    left: -5px;

    top: 60px;

    width: 0;

    height: 0;

    border: 5px solid;

    border-color: transparent transparent #87888a;

    transform: rotate(45deg)

}



.lighte:hover {

    background-color: rgba(14, 126, 198, 1);

}



.newrights li {

    padding: 15px 0;

    border-bottom: 1px solid #eee;

}



.nealink {

    display: block;

}



.nealink h3 strong {

    display: inline-block;

    width: 70%;

    float: left;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-size: 18px;

    color: #333;

    line-height: 30px;

    font-weight: bold;

    padding-left: 20px;

    background: url(/template/default/index/4105/images/san.png) no-repeat 0 center;

}



.nealink h3 span {

    display: inline-block;

    width: 30%;

    float: right;

    font-size: 14px;

    color: #999;

    line-height: 30px;

    text-align: right;

}



.nealink p {

    font-size: 15px;

    line-height: 26px;

    color: #666;

    max-height: 52px;

    overflow: hidden;

    margin-top: 6px;

    padding-left: 20px;

}



.nealink:hover h3 strong {

    background: url(/template/default/index/4105/images/bsan.png) no-repeat 0 center;

    color: #006d56;

}