.newsList{
    background: url("../styles/images/news-bg.png") no-repeat top 88px center;
    background-size: 100% auto;
    margin-top: 136px;
}
.newsList .breadcrumb{
    padding-top: 40px;
    margin-bottom: 0;
}
.newsList .list{
    padding-top: 140px;
}
.newsList .list:last-child{
    padding-bottom: 50px;
}
.newsList .list .title{
    text-align: center;
    margin: 0 0 70px 0;
    font-weight: lighter;
    color: #1079b3;
}
.newsList .list .newsImg{
    float: left;
    width: 714px;
    height: 369px;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.4);
    overflow: hidden;
    position: relative;
}
.newsList .list .newsImg img{
    max-width: none;
}
.newsList .list .newsImg .txt{
    width: 100%;
    height: 100%;
    background: url("../styles/images/news-imgBox.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}
.newsList .newsImg .txt .tBox{
    width: 290px;
    padding: 60px 0 0 30px;
}
.newsList .newsImg .txt .t1{
    color: #fff;
}
.newsList .newsImg .txt .t1 .source{
    display: block;
}
.newsList .newsImg .txt .t2{
    line-height: 200%;
    font-weight: bold;
    color: #fff;
    margin: 16px 0;
}
.newsList .newsImg .txt .t3{
    color: #fff;
    padding-left: 14px;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newsList .newsImg .txt .t3:hover{
    color: #0081cc;
}
.newsList .newsImg .txt .t3::after{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background: #fff;
    height: 80%;
    width: 1px;
}
.newsList .list .newsTxt{
    float: right;
    width: 526px;
}
.newsList .list .newsTxt .item{
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #595757;
    margin-top: 16px;
}
.newsList .list .newsTxt .item:first-child{
    margin-top: 0;
}
.newsList .newsTxt .item .t1{
    color: #595757;
}
.newsList .newsTxt .item .t1 .source{
    float: right;
}
.newsList .newsTxt .item .t2{
    font-weight: bold;
    color: #595757;
}
.newsList .newsTxt .item .t3{
    font-size: 19px;
    color: #595757;
    padding-left: 14px;
    margin-top: 16px;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newsList .newsTxt .item .t3:hover{
    color: #0081cc;
}
.newsList .newsTxt .item .t3::after{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background: #595757;
    height: 80%;
    width: 1px;
}
.newsList .list .more{
    display: block;
    width: 114px;
    text-align: center;
    margin: 56px auto 0 auto;
    font-size: 19px;
    color: #0c6fb8;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newsList .list .more:hover{
    color: #2c2d2d;
}
.newsList .list .more::before{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background: #0c6fb8;
    height: 80%;
    width: 1px;
}
.newsList .list .more::after{
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    background: #0c6fb8;
    height: 80%;
    width: 1px;
}
.m-newsList{
    display: none;
}
.m-newsList .box{
    width: 100%;
}
.m-newsList .list{
    padding-top: 1.24rem;
}
.m-newsList .list:first-child{
    padding-top: 0.4rem;
}
.m-newsList .list:last-child{
    padding-bottom: 0.9rem;
}
.m-newsList .list .title{
    margin: 0 0 0.54rem 0;
    text-align: center;
    font-weight: lighter;
    color: #1079b3;
}
.m-newsList .list .item{
    display: block;
    width: 47%;
    float: left;
    padding-bottom: 0.2rem;
    margin-top: 0.38rem;
    border-bottom: 1px solid #595757;
}
.m-newsList .list .item:first-child{
    margin-top: 0;
    width: 100%;
}
.m-newsList .list .item:last-child{
    float: right;
}
.m-newsList .list .item .imgBox{
    box-shadow: -0.05rem 0.05rem 0.05rem rgba(0,0,0,0.4);
    position: relative;
}
.m-newsList .list .item .imgBox img{
    display: block;
}
.m-newsList .item .imgBox .bg{
    width: 100%;
    height: 100%;
    background: url(../styles/images/news-imgBox.png) no-repeat left center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.m-newsList .list .item .txtBox{
    margin-top: 0.24rem;
}
.m-newsList .item .txtBox .t1,.m-newsList .txtList .item .t1{
  
    color: #595757;
   
}
.m-newsList .item .txtBox .t1 .source,.m-newsList .txtList .item .t1 .source{
    float: right;
}
.m-newsList .item .txtBox .t2,.m-newsList .txtList .item .t2{
   
    font-weight: bold;
    color: #595757;
    margin-top: 0.12rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-newsList .list .more{
    display: block;
    width: 2.58rem;
    text-align: center;
    margin: 0.36rem auto 0 auto;
    height: 0.56rem;
    line-height: 0.56rem;
    background: url("../styles/images/news-more.jpg") no-repeat center;
    background-size: cover;
   
    color: #fff;
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(0,0,0,0.4);
    position: relative;
}
.m-newsList .list .more::before{
    content: "";
    position: absolute;
    top: 0.19rem;
    left: 0.7rem;
    background: #fff;
    height: 0.18rem;
    width: 1px;
}
.m-newsList .list .more::after{
    content: "";
    position: absolute;
    top: 0.19rem;
    right: 0.7rem;
    background: #fff;
    height: 0.18rem;
    width: 1px;
}
.m-newsList .txtList .item{
    width: 100%;
    float: none;
}
.m-newsList .txtList .item:first-child{
    margin-top: 0.38rem;
}
.m-newsList .txtList .item:last-child{
    float: none;
}
.newList{
    padding: 40px 0 90px 0;
}
.newList .imgList .item{
    width: 100%;
    height: 384px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: -5px 5px 6px rgba(0,0,0,0.4);
    margin-top: 56px;
}
.newList .imgList .item:first-child{
    margin-top: 0;
}
.newList .imgList .item:nth-child(odd) .txt{
    width: 100%;
    height: 100%;
    background: url("../styles/images/nList-imgBox1.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}
.newList .imgList .item:nth-child(even) .txt{
    width: 100%;
    height: 100%;
    background: url("../styles/images/nList-imgBox2.png") no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}
.newList .imgList .item:nth-child(odd) .txt .tBox{
    width: 500px;
    padding: 100px 0 0 40px;
    float: left;
}
.newList .imgList .item:nth-child(even) .txt .tBox{
    width: 480px;
    padding: 100px 40px 0 0;
    float: right;
}
.newList .imgList .txt .t1{
    font-size: 18px;
    color: #fff;
}
.newList .imgList .txt .t1 .source{
    float: right;
}
.newList .imgList .txt .t2{
    line-height: 200%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 16px 0;
}
.newList .imgList .txt .t3{
    font-size: 18px;
    color: #fff;
    padding-left: 14px;
    position: relative;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newList .imgList .txt .t3:hover{
    color: #0081cc;
}
.newList .imgList .txt .t3::after{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    background: #fff;
    height: 80%;
    width: 1px;
}

.newList .txtList .item{
    display: block;
    border-bottom: 1px solid #595757;
    margin-top: 50px;
}
.newList .txtList .item .t1{
    width: 640px;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #595757;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newList .txtList .item .t2{
    font-size: 19px;
    height: 48px;
    line-height: 48px;
    color: #595757;
    float: right;
    margin-right: 3%;
}
.newList .txtList .item .source{
    width: 190px;
    font-size: 19px;
    height: 48px;
    line-height: 48px;
    color: #595757;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 2%;
}
.newList .txtList .item .t3{
    font-size: 19px;
    height: 48px;
    line-height: 48px;
    color: #595757;
    padding-left: 14px;
    position: relative;
    float: right;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.newList .txtList .item .t3:hover{
    color: #0081cc;
}
.newList .txtList .item .t3::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    background: #595757;
    height: 40%;
    width: 1px;
}
.newList .page{
    text-align: center;
    margin-top: 114px;
}
.newList .page a {
    display: inline-block;
    text-align: center;
    margin-left: 14px;
    font-size: 22px;
    color: #595959;
}
.newList .page a.active,.newList .page a:hover{
    font-weight: bold;
}
.newList .page .prev{
    margin-right: 42px;
}
.newList .page .next{
    margin-left: 56px;
}
.newDetails{
    margin-top: 136px;
}
.newDetails .breadcrumb{
    width: 1280px;
    padding-top: 40px;
    margin: 0 auto 40px auto;
}
.newDetails .box{
    padding: 56px 0;
    background: #f2f2f2;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 60px;
}
.newDetails .detailsBox{
    width: 1140px;
    margin: 0 auto;
}
.newDetails .title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}
.newDetails .time{
    width: 250px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #333;
}
.newDetails .source{
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.newDetails .content{
    margin-top: 24px;
    font-size: 19px;
    color: #595757;
    line-height: 200%;
    text-align: justify;
}
@media screen and (max-width:1600px){
    .banner{
        padding: 80px 0;
    }
    .newsList,.newList,.newDetails{
        margin-top: 42px;
    }
}
@media screen and (max-width:1280px){
    .banner .box{
        width: 710px;
        background: transparent;
    }
    .banner .newsBox{
        width: 100%;
        padding: 0;
    }
    .banner .newsBox .item{
        width: 226px;
        margin-right: 16px;
        padding: 76px 0 24px 0;
    }
    .banner .newsBox .item:nth-child(1) {
        background: #e8e8e8 url(../styles/images/news-i1.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item:nth-child(2) {
        background: #e8e8e8 url(../styles/images/news-i2.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item:nth-child(3) {
        background: #e8e8e8 url(../styles/images/news-i3.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item.item1 {
        background: #e8e8e8 url(../styles/images/news-i1.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item.item2 {
        background: #e8e8e8 url(../styles/images/news-i2.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item.item3 {
        background: #e8e8e8 url(../styles/images/news-i3.png) no-repeat top 14px center;
        background-size: 50px auto;
    }
    .banner .newsBox .item .t1{
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        color: #006dbb;
    }
    .banner .newsBox .item .t2{
        font-size: 15px;
        margin-top: 10px;
        padding: 24px 0;
    }
    .newsList,.newList,.newDetails{
        margin-top: 100px;
    }
    .newsList .list{
        padding-top: 128px;
    }
    .newsList .list .title{
        margin: 0 0 54px 0;
    }
    .newsList .list .newsImg{
        width: 710px;
        height: 366px;
        float: none;
        margin: 0 auto;
    }
    .newsList .list .newsTxt{
        width: 710px;
        float: none;
        margin: 40px auto 0 auto;
    }
    .newList .imgList .item img{
        max-width:none;
    }
    .newList .imgList .item:nth-child(odd) .txt {
        background: url(../styles/images/nList-imgBox1.png) no-repeat left -200px center;
    }
    .newList .imgList .item:nth-child(odd) .txt .tBox{
        width: 320px;
        padding: 50px 0 0 20px;
    }
    .newList .imgList .item:nth-child(even) .txt {
        background: url(../styles/images/nList-imgBox2.png) no-repeat right -180px center;
    }
    .newList .imgList .item:nth-child(even) .txt .tBox{
        width: 320px;
        padding: 50px 20px 0 0;
    }
    .newList .imgList .txt .t1 .source{
        float: none;
        display: block;
    }
    .newList .imgList .txt .t1,.newList .imgList .txt .t3{
        font-size: 14px;
    }
    .newList .imgList .txt .t2{
        font-size: 21px;
    }
    .newList .txtList .item .t1{
        width: 100%;
        float: none;
    }
    .newList .txtList .item .t2{
        float: left;
        margin-right: 0;
    }
    .newDetails .breadcrumb{
        width: 92%;
    }
    .newDetails .box{
        background: transparent;
    }
    .newDetails .detailsBox{
        width: 100%;
    }
}
@media screen and (max-width:750px){
    .banner{
        padding: 0.8rem 0;
        border-bottom: none;
    }
    .banner .box{
        width: 7.1rem;
    }
    .banner .newsBox .item {
        width: 2.26rem;
        margin-right: 0.16rem;
        padding: 0.76rem 0 0.24rem 0;
    }
    .banner .newsBox .item:nth-child(1) {
        background: #e8e8e8 url(../styles/images/news-i1.png) no-repeat top 0.14rem center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item:nth-child(2) {
        background: #e8e8e8 url(../styles/images/news-i2.png) no-repeat top 0.14rem center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item:nth-child(3) {
        background: #e8e8e8 url(../styles/images/news-i3.png) no-repeat top 0.14rem center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item.item1 {
        background: #e8e8e8 url(../styles/images/news-i1.png) no-repeat top 14px center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item.item2 {
        background: #e8e8e8 url(../styles/images/news-i2.png) no-repeat top 14px center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item.item3 {
        background: #e8e8e8 url(../styles/images/news-i3.png) no-repeat top 14px center;
        background-size: 0.5rem auto;
    }
    .banner .newsBox .item .t1{
        height: 0.5rem;
        line-height: 0.5rem;
        
        color: #006dbb;
    }
    .banner .newsBox .item .t2{
        display:block;
        word-break:keep-all;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        
        margin-top: 0.1rem;
        padding: 0.24rem 0;
    }
    .newsList,.newList{
        display: none;
    }
    .m-newsList{
        display: block;
        margin-top: 1.36rem;
    }
    .newDetails{
        margin-top: 1.36rem;
    }
    .newDetails .box{
        padding: 0.56rem 0;
        margin-bottom: 0;
    }
    .newDetails .title{
        
    }
    .newDetails .time{
        width: 2.68rem;
        height: 0.48rem;
        line-height: 0.48rem;
        
    }
    .newDetails .content{
        margin-top: 0.42rem;
       
    }
}

.clearFix{
	overflow: hidden;
}