.more{
    color:#148de1;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;  
}
/*头部*/
.top_top{
    height: 95px;
    background-color: #148de1;
}
.logoAStyle{
font-size: 0;display: block;
}
/*导航*/
.nav-bg{
    height: 55px;
    background-color:#148de1;
   /* box-shadow: 0 2px 5px rgba(22,59,146,.3);*/
}
.nav ul li{
    float: left;
    text-align: center;
    width:11.11%; 
    height: 55px;
    line-height: 55px;    
}
.nav ul li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.nav ul li:hover{
    background-color: #1497f2;
}

.container_content{
    margin:25px auto 11px;
}

.simp{
    width: 310px;
    margin-right:20px;
 }
.simp_plate_title{
    color: #148de1;
    padding-left: 10px;
    border-left: 3px solid #148de1;
}
.simp_plate_title h3{
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    line-height: 21px;
    margin-bottom: 3px;
}
.simp_list{
    margin-top: 25px;
}
.simp_list li{
    margin-bottom: 20px;
 }
 .simp_list li a{
    width: 310px;
    height: 95px;
    display: inline-block;
    background-color: #148de1;
 }


/*新闻中心*/
.information{
    width: 500px;
}
.plate_title{
    border-bottom: 1px solid #148de1;
}
.plate_title h4{
    float: left;
    font-size: 17px;
    padding-bottom: 8px;
    color: #148de1;
    font-weight: bold;
    position: relative;
 }
 .plate_title h4 i{
    width: 68px;
    height: 3px;
    background-color: #148de1;
    position: absolute;
    bottom: -2px;
 }
.information_cont_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.information_cont_img .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.information_cont_img .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.information_cont_img .hd ul li.on {
    background: #148de1;
    color: #fff;
}
.information_cont_img .hd ul li {
    float: left;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.information_cont_img .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.information_cont_img .bd li {
    zoom: 1;
    vertical-align: middle;
}
.information_cont_img .bd li img{
    height: 350px;
}
.information_cont_list ul li,.notice_cont ul li{
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    background:url(../images/list_style.png) no-repeat left center;
    background-size: 5px;
}
.information_cont_list ul li a,.notice_cont ul li a{ 
    float: left;
    display: inline-block;
    width: 350px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.information_cont_list ul li a:hover,.notice_cont ul li a:hover{
    color: #148de1;
}
.information_cont_list ul li span,.notice_cont ul li span{
    float: right;
}
.information_cont_img_title{
    padding: 6px 0 10px;
    border-bottom: 1px dashed #eaeaea
}
.information_cont_img_title a{
    display: inline-block;
}
.information_cont_img_title h4{
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color:#148de1; 
}
.information_cont_img_title p{
    text-indent: 2em;
    text-align: justify;
    line-height: 26px;
    color: #777;
}
/*通知公告*/
.notice_cont{
    width: 350px;
    margin: 20px 0;
}
.notice_cont ul li a{
    width: 250px;
}
/*下载中心*/
.download_list li{
    margin-bottom: 15px;
}
.download_list li a{
    width: 350px;
    height: 80px;
}
/*底部*/
 .foot-bg{
    width: 100%;
    height: 96px;
    color: #fff;
    background-color: #148de1;
 }
 .foot-con{
    margin-top: 4px;
 }
 .foot-con a{
    display: inline-block;
    vertical-align: middle;
 }
 .foot{
    padding-top: 18px;
 }
 .foot-con p{
    margin-top: 7px;
 }




 .content{
    margin-top: 20px;
 }
 .content .current_location{
    height: 40px;
    line-height: 41px;
    background: url(../images/Se_rig_wei.jpg) no-repeat left;
    padding-left: 20px;
    color: #333;
    border-bottom: 1px dashed #eaeaea;
 }

 .cont_left{
    width: 230px;
    margin-right: 25px;
 }

 .cont_left table{
    margin-top: 30px;
 }
 
 .cont_left td,.cont_left th{
    border: 1px dashed #ccc;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
 }
 .cont_left th{
    line-height: 70px;
    background-color: #148de1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
 }
.cont_left td.is-active{
    background-color: #148de1;
    color: #fff;
    border: 1px solid #148de1;
 }
 .cont_left td.is-active a{
    color: #fff;
 }
 .cont_right{
    width: 935px;
    margin: 30px 0 20px;
 }
 .cont_right h4{
    font-size: 17px;
    padding-bottom: 8px;
    color: #148de1;
    font-weight: bold;
    border-bottom: 1px solid #148de1;
    position: relative;
 }
 .cont_right h4 i{
    width: 68px;
    height: 3px;
    background-color: #148de1;
    position: absolute;
    bottom: -2px;
 }
 .cont_right_list{
    height: 80px;
    border-bottom: 1px dashed #eaeaea;
    padding-top: 10px;
 }
.cont_right_list .cont_right_list_date{
    width:80px;
    height:60px;
    background-color:#eaeaea;
    text-align:center;
    padding-top:10px;
}
.cont_right_list_date b{
    font-size:30px;
    font-weight:bold;
    color:#148de1
}
 .cont_right_list .cont_right_list_text{
    line-height: 35px;
 }
 .cont_right_list .cont_right_list_text a{
    font-size: 15px;
    font-weight: bold;
 }
 .cont_right_list .cont_right_list_text a:hover{
    color:#148de1; 
 }
 .cont_right_list .cont_right_list_text span{
    color: #666;
 }
.cont_right_list p{
    width: 835px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.details_top,.cont_right-cont{
    text-align: center;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 5px;
}
.cont_right-cont{
    border: none;
}
.details_top h4,.cont_right-cont h5{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.cont_right-cont h5{
    margin:20px 0 15px 0; 
}
.details_top span{
    line-height: 30px;
}
.details_cont,.cont_right-cont{
    margin-top: 15px;
}
.details_cont>div{
   width:1100px!important;
    margin:0!important;
}
.details_cont p,.cont_right-cont p{
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
}
.details_cont img{
  max-width:90%;
  display:inline-block;
}
.page{
    width: 100%;
    margin-top: 10px;
}
.page p{
    line-height: 46px;
    float: left;
}
.page li{
    float: left;
}
.page ul{
    margin-top: 9px;
}
.page li a{
    display: inline-block;
    width: 32px;
    height: 28px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-left: 6px;
    color: #333;
    line-height: 30px;
    text-align:center;
}
.page li.left-icon a{
    background: url(../images/left-icon.png) no-repeat center;
}
.page li.right-icon a{
    background: url(../images/right-icon.png) no-repeat center;
}
.cont_right li:hover .click p a{
    text-decoration: underline;
    color: #148de1;
}
.page li a.active{
    background: #148de1;
    color: #fff;
}
