 /*banner*/
.banner{
    width: 100%;
    height:390px;
}
/*banner end*/

/*新闻内容*/
.content{
    /*margin-top: 54px;*/
    width: 100%;
    /*height: 664px;*/
    background-color:#fbfbfb;
    padding-bottom: 40px;
    margin-bottom: 48px;
}
.newsbox-con{
    padding-top: 32px;
    width: 1200px;
    margin: 0 auto;
}
.newsbox-title{
    margin-top: 10px!important;
    height: 40px;
    font-size: 21px;
    color: #5c6f83;
    border-bottom: 1px solid #f0f3f5;
    font-weight: normal;
    display: block;
}
.newsbox-list{
    width: 1180px;
    margin: 0 auto;
}
.newsbox-list ul{
    padding: 0px;
}
.news{
    left: 0px;
    height:160px;
    background-color: white;
    /*border-radius:4px;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f3f5;
}
.news:hover{
    border-bottom: 1px solid #00A4FF;
    cursor: pointer;
}

.news-title{
    padding-top: 20px;
    font-size:17px;
    color: #2d3137;
    line-height: 39px;
    padding-left: 40px;
}
.news-title a , .news-text a {
    color: #4cb6c5;
}
.news-text{
    margin-top: 10px;
    margin-right: 40px;
    padding-left: 40px;
    color: #5e6e82;
    font-size: 14px;
    line-height: 25px;
}
.news-time{
    font-size: 14px;
    line-height: 25px;
    color: #5e6e82;
    margin-top: 10px;
    margin-right: 50px;
    float: right;
}
.threads_html_box{
    margin-top: 80px;
}
.pnlink{
    text-align: right;
    margin-top: 30px ;
}
.loca{
    width: 1200px;
    margin:  auto;
    margin-top: 40px;
    height: 20px;
}
.loca a{
    color: #777777;
    font-size: 16px;
    display: inline-block;
    float: left;
    /*font-family: cursive;!important;*/
    /*line-height: 20px;*/
    /*height: 20px;*/
    line-height: 20px;
}
.right_ser{
    /*height: 300px;*/
    width: 200px;
    background-color: white;
    /*float: right;*/
    position:absolute;
    top: 25px;
    right: 0px;
    color: #333333;
}
 .right_ser .out_ul{
     margin-top: 30px;
     box-shadow:0px 2px 3px 0px rgba(0,13,24,0.09);
     border-radius:1px;
     padding-left: 0px;
 }
 .right_ser ul li {
     line-height: 32px;
     text-align: center;
 }
 .right_ser .li_head{
     line-height: 42px;
     height: 42px;
     background-color: #069FFF;
     color: white;
     font-size: 16px;
     text-align: left;
 }
 .right_ser .li_head_2{
     line-height: 42px;
     height: 42px;
     background-color: white;
     color: #069FFF;
     font-size: 16px;
     text-align: left;
 }
 .right_ser .li_head .img_left, .right_ser .li_head_2 .img_left{
     margin-left: 17px;
     margin-top: -2px;
     margin-right: 15px
 }
 .right_ser .li_head .img_right{
     float: right;
     margin-top: 11px;
 }
 .right_ser .li_content{
     position: relative;
     margin-top: 10px;
     font-size: 14px;
     padding-left: 0px;
     /*margin-bottom:10px ;*/
 }
 .right_ser .li_content li{
     width: 165px;
     margin: 0 auto;
     white-space: nowrap;
     text-overflow:ellipsis;
     overflow:hidden;
     text-align: left;
     position: relative;
     z-index:10
 }
 .right_ser .li_content a{
     color: #535353;
 }
 .right_ser .li_content .little_spot{
     display: inline-block;
     height: 4px;
     width: 4px;
     background-color: #069FFF;
     border-radius:50%;
     margin-right: 10px;
     margin-left: 6px;
     /*margin-top: 10px*/
     margin-bottom: 2px;
 }
 .right_ser .li_content img{
     padding-right: 10px;
     /*margin-top: 10px*/
     margin-bottom: 2px;
     /*display: inline;*/
 }
 .right_ser .li_content .img_content{
     position: absolute;
     left: 28px;
     bottom: 22px;
     z-index: 5;
 }
 .right_ser .li_content .img_about{
     position: absolute;
     left: 106px;
     bottom:12px;
     z-index: 5;
 }
 .right_ser .li_content .content_under{
     display: inline-block;
     height: 25px;
     line-height: 25px;
     width: 75px;
     text-align: center;
     background-color: #069FFF;
     color: white;
     font-size: 12px;
     /*float: right;*/
     margin-left: 115px;
     margin-bottom: 10px;
     margin-top: 10px;
 }
 .right_ser .li_content .content_about{
     display: inline-block;
     height: 25px;
     line-height: 25px;
     width: 0px;
     text-align: center;
     /*background-color: #069FFF;*/
     color: #808080;
     font-size: 12px;
     margin-left: 115px;
     margin-bottom: 26px;
     margin-top: 5px;
     position: relative;
     z-index: 10;
 }