@charset "utf-8";
/*公共部分*/

.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.w1300 {
  clear: both;
  margin: 0 auto;
  width: 1300px;
}
.h164{
  height: 164px !important;
}
.red{
  color: red;
}
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
  border-bottom: 1px solid #e7e7e4;
}
.title h2 {
  float: left;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #175a99;
  width: auto;
  height: 49px;
  line-height: 49px;
}
.title h2 a{
  color: #175a99;
}
.title a {
  width: auto;
  float: right;
  height: 50px;
  color: #999;
}
.listbox {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.listbox li {
  float: left;
  width: 100%;
  background: url(../images/list_bg.png) left center no-repeat;
  padding-left: 12px;
}
.listbox li a {
  float: left;
  height: 38px;
  line-height: 38px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox li span {
  margin-right: 5px;
  float: right;
  width:54px;
  line-height: 38px;
  color: #999;
}
.listbox .date{
  width: 100px ;
  line-height: 40px;
}

/*头部*/
.header {
  height: 110px;
  width: 100%;
  background: #024e9c;
  overflow: hidden;
}

.header .main {
  overflow: hidden;
}

.header .main .logo{
  margin-top: 20px;
}
.header .main .info{
  width: 100%;
}
.main_r{
  width: 360px;
}
.main_r .suoxun{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main_r .suoxun span{
  margin: 12px;
}
.header .search {
  margin-top: 30px;
  width:286px;
  height: 40px;
  background: url(../images/search_bg.png) no-repeat;
  overflow: hidden;
}
.search .search_txt {
  display: inline-block;
  float: left;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: none;
  margin: 0px 0 0 15px;
  color: #999;
  border: 0;
}
.search .search_btn {
  display: inline-block;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background:none;
  cursor: pointer;
  border: 0;
  border-radius: 0 50px 50px 0;

}
/*导航*/
.nav {
  height: 44px;
  background: #e7e7e7;
}

.nav>ul>li {
    position: relative;
    float: left;
  display: block;
  line-height: 44px;
  font-size: 16px;
  width: 120px;
  text-align: center;
  margin-right: 20px;
}

.nav>ul>.current{
  background-color: #dddddd;
}

.nav>ul>li>a {
  color: #333333;
  display: block;
  font-size: 16px;
}

.nav>ul>li>a:hover {
  background-color: #dddddd;
}

.nav>ul>li:hover ul {
  display: block
}

.nav>ul>li ul {
  position: absolute;
  top: 44px;
  z-index: 1000;
  background:#e7e7e7;
  width: 120px;
  display: none;
}

.nav>ul>li ul li a {
  display: block;
  color: #333333;
  width: 100%;
  margin: 0 auto;
  line-height: 34px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav>ul>li:hover{
    color: #333333;
    background-color: #dddddd;
}

.nav>ul>li ul li a:hover {
  color: #333333;
    background-color: #dddddd;
}

/*幻灯片*/
.focus {
  margin: 0 auto;
  width:100%;
  position: relative;
  height: 350px;
}
.focus img{
  width: 1920px;
  height: 350px;
}
#kinMaxShow .kinMaxShow_button{
  width: 100%;
  right: 0 !important;
  text-align: center;
}
#kinMaxShow .kinMaxShow_button li{
  float: none !important;
  display: inline-block;
  
}
  
#kinMaxShow2 p.title {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  line-height: 40px;
  color: #FFF;
  display: block;
  width: 324px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  font-size: 16px;
  padding: 0 10px;
  background: #000;
  background: rgba(0,0,0,0.6);
}
#kinMaxShow2 .kinMaxShow_button{
  width: 100%;
  right: 0 !important;
  text-align: center;
}
#kinMaxShow2 .kinMaxShow_button li{
  float: none !important;
  display: inline-block;
  
}

/*indexMain*/
.indexMain .left {
  position: relative;
  width: 870px;
  height:260px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .left .left_content{
  width: 870px;
  margin: 0 auto;
}
.indexMain .left .left_content .listbox{
  width: 590px;
}
.indexMain .left .left_content .img{
  position: relative;
  width: 260px;
  height: 190px;
}
.indexMain .left .left_content .img img{
  width: 260px;
  height: 190px;
}
.indexMain .left .left_content .img span{
  position: absolute;
  text-align: center;
  width: 248px;
  height: 26px;
  padding: 0 6px;
  line-height: 26px;
  bottom: 0;
  left: 0;
  background-color: #000;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.indexMain .left .listbox li a {
  max-width:490px;
}

.indexMain .right {
  position: relative;
  width: 400px;
  height: 260px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .right .right_content{
  width: 400px;
  margin: 0 auto;
}

.indexMain .right .listbox li a {
  max-width:300px;
}

.tag {
    height: 52px;
    border-bottom: 1px solid #d1d5d4;
}
.tag li {
  float: left;
}
.tag li a {
  padding: 0 10px;
  width: auto;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.tag .onTag {
  color: #175a99;
  font-weight: bold;
}
.tag .onTag a {
  color: #175a99;
}
.tagMore {
  position: absolute;
  top: 15px;
  right:0;
  color: #999;
}
/*indexMain2*/
.indexMain2 .left {
  position: relative;
  width: 870px;
  height: 340px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain2 .indexMain2_l {
  position: relative;
  width: 344px;
  height: 266px;
  overflow: hidden;
  background-color: #bfbfbf;
}
.indexMain2 .indexMain2_l img {
  width: 344px;
  height: 266px;
}

.hotBox h2{
  margin: 6px 0;
  font-size: 18px;
  height: 46px;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.hotBox{
  display: inline-block;
  border-bottom: 1px dashed #dddddd;
}
.hotBox p{
  height: 34px;
  margin:10px 0 10px;
  font-size: 13px;
  color: #999;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}

.indexMain2 .indexMain2_r {
  width: 504px;
  height: auto;
  overflow: hidden;
}

.indexMain2 .indexMain2_r h2 a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  width: 425px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexMain2 .left .listbox li a {
  max-width: 390px;
}
.indexMain2 .right {
  position: relative;
  width: 400px;
  height: 340px;
  background-color: #fff;
  overflow: hidden;
}
.indexMain2 .right .left_content{
  width:400px;
  margin: 0 auto;
}
.indexMain2 .right .informBox {
  width:400px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.indexMain2 .right .informBox li {
  float: left;
  margin: 0 0 6px 0;
  width: 400px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 6px;
}
.indexMain2 .right .informBox .li2{
  margin: 0 0 9px 0;
  padding-bottom: 9px;
}
.indexMain2 .right .informBox .txt{
  float: left;
  display: block;
  width: 334px;
  margin-left: 10px;
}
.indexMain2 .right .informBox .txt span{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #999;
}
.indexMain2 .right .informBox li a {
  display:inline-block;
  height: 24px;
  line-height:24px;
  overflow: hidden;
  width: 334px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.indexMain2 .right .informBox .date {
  display: block;
  width: 56px;
  height: 50px;
  color: #fff;
  overflow: hidden;
  background-color: #f2f2f2;
}
.indexMain2 .right .informBox .date .p2{
  line-height: 50px;
}
.indexMain2 .right .informBox .p2 em{
  font-size: 24px;
  color: #666666;
}
.indexMain2 .right .informBox .min {
  padding: 2px 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background-color: #024e9c;
}
.indexMain2 .right .informBox p {
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.indexMain2 .right .informBox p em{
  font-size: 24px;
  color: #024e9c;
}

.photoBox{
  position: relative;
  background-color: #fff;
  height: 235px;
  overflow: hidden;
}
.photoBox .content{
  width: 1060px;
  margin: 0 auto;
}
.photoBox .photoList {
  margin: 20px auto;
  height: auto;
  overflow: hidden;
}
/* .photoBox .photoList ul{
  margin-left: 20px;
} */
.photoBox .photoList ul li {
  float: left;
  margin-right:20px;
  margin-bottom: 10px;
  position: relative;
}

.photoBox .photoList ul li a {
  position: relative;
  width: 244px;
  height: auto;
  display: block;
}
.photoBox .photoList ul li img {
  width: 244px;
  height: 160px;
}
.photoBox .photoList ul li span {
  width: 244px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*网站底部*/
.footer {
  padding: 20px 0;
  position: relative;
  width: 100%;
  background:#024e9c;
}
.footer .middle {
  padding-left: 50px;
  width: 480px;
  height: 90px;
  box-sizing: border-box;
}
.footer .middle span{
  width: 100%;
  line-height:1.6;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 14px;
}
.footer .left{
  height: 90px;
  width: 410px;
  box-sizing: border-box;
}
.footer .left img{
  margin-top: 20px;
}
.footer .right{
  height: 90px;
  width: 360px;
  margin-left: 50px;
}

.footer .right .link{
  margin-top: 40px;
  margin-left: 30px;
}


/*-------------网站内页---------*/

.site {
  position: relative;
  margin: 0 auto;
  width: 970px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.site .site_tit{
  font-size: 16px;
  color: #175a99;
  font-weight: bold;
}
.site .site_con{
  color: #999;
}
.site .site_con span{
  display: inline-block;
  color: #999;
}
.site .site_con a{
  color: #666;
}
.content .left {
  width: 270px;
  min-height: 664px;
  background-color: #fff;
  overflow: hidden;
}
.content .left .leftBox {
  margin: 0 auto;
  width: 240px;
}
.content .left .tit {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.content .left .tit h2 {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #175a99;
  font-weight: bold;
}
.content .left .sideNav{
  margin: 0 auto;
  width: 240px;
  padding: 10px 0;
  overflow: hidden;
}
.content .left .sideNav li {
  float: left;
  margin: 6px auto;
}
.content .left .sideNav li a {
  padding:0 24px;
  width: 192px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  display: block;
  background: url(../images/listNav2.png) no-repeat center center #f0f0f0;
  border-radius: 6px;
}
.content .left .sideNav li .current {
  color: #fff;
  background: url(../images/listNav.png) no-repeat center center #175a99;
}
.content .left .sideNav li a:hover {
  color: #fff;
  background: url(../images/listNav.png) no-repeat center center #175a99;
}
.content .left .leftNews .listbox li a {
    max-width: 215px;
}
.content .left .leftNews2 li{
  float: left;
  margin-bottom: 15px;
}
.content .left .leftNews2 img{
   float: left;
   width: 110px;
   height: 78px;
}
.content .left .leftNews2 p {
    display: block;
    float: left;
    width: 120px;
    margin-left: 10px;
    height: 78px;
    overflow: hidden;
    line-height: 20px;
}
.content .left .leftSpecial li{
  float: left;
  margin-bottom: 10px;
}
.content .left .leftSpecial li a{
  display: block;
  width: 240px;
  height: 35px;
}
.content .left .leftSpecial li img{
  width: 240px;
  height: 35px;
}
.content .right {
  width:1010px;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
.content .right .rightBox {
  margin: 0 auto;
  width: 970px;
}
.content .right .list {
  margin: 0 auto;
  padding: 10px 0;
  width: 970px;
  height: auto;
}
.content .right .listbox li {
  border-bottom: 1px dashed #eee;
}
.content .right .listbox li a {
  max-width: 780px;
  line-height: 44px;
  height: 44px;
}
.content .right .con {
  margin: 0 auto;
  width: 950px;
  height: auto;
}
.content .right .con .tit {
  margin: 20px auto 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  width: 100%;
}
.content .right .con .post_time {
  width: 100%;
  height: auto;
  padding: 6px 0;
  text-align: center;
  position: relative;
}
.content .right .con .post_time span {
  line-height: 30px;
  margin: 0 6px;
  color: #999;
  font-size: 14px;
}
.content .article_txt {
  width: 100%;
  padding: 20px 0 10px;
  line-height: 30px;
  font-size: 16px;
  height: auto;
  overflow: hidden;
}
.content .article_txt img {
  margin: 10px 0;
  width: auto;
  height: auto;
  max-width:760px;
}
.content .print {
    width: 950px;
    text-align: right;
    height: 36px;
    line-height: 36px;
    color: #999;
}
.content .print .print_bt {
    width: 60px;
    padding: 0 0 0 15px;
    display: block;
    background: url(../images/print.png) no-repeat left center;
}
.content .print a {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #999;
}

.content .right .photoList {
  margin: 10px auto;
  height: auto;
  overflow: hidden;
}

.content .right .photoList ul li {
  float: left;
  margin: 5px 10px;
  position: relative;
}
.content .right .photoList ul li a {
  position: relative;
  width: 222px;
  height: auto;
  display: block;
}
.content .right .photoList ul li img {
  width: 222px;
  height: 150px;
}
.content .right .photoList ul li span {
  width: 222px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tcdPageCode {
  text-align: left;
  color: #666;
}
.tcdPageCode a {
  display: inline-block;
  color: #666;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  border: 1px solid #ddd;
  margin: 0 2px;
  vertical-align: middle;
}
.tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #fff;
  background-color: #175a99;
  border: 1px solid #175a99;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}


/* 分页 */
.page{
  margin: 30px auto 0;
  width: 810px;
  height: 60px;
}
.page .pagination {
  list-style: none;
  margin-top:20px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.page .pagination li {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
.page .pagination a {
  color: #333;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.page .pagination input {
  height: 12px;
}
.page .pagination .disabled a:link, .page .pagination .disabled a:visited, .page .pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ddd;
}
.page .pagination .active {
  pointer-events: none;
}
.page .pagination .active, .page .pagination a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

/*新增2022-07-20*/
.mien_box{
  width: 440px;
  margin: 0 auto;
}
.mien_box a{
  float: left;
  width: 104px;
  margin:0 18px;
}
.mien_box a .img{
  width: 134px;
  background: url(../images/renb.png) no-repeat;
  height: 147px;
}
.mien_box a .img img {
    width: 104px;
    height: 134px;
    margin: 4px 0px 0px 8px;
}
.mien_box a span{
  margin-top: 10px;
  width: 134px;
  display: inline-block;
  text-align: center;
  
}

.photoBox .photoList>div{
  position: absolute;
  
}
.photoBox .photoList>div>.tagMore{
  top: -50px;
}


.person-box{
  padding-top: 20px;
}
.person-box .person-tit{
  width: 100%;
  padding: 8px 0;
  background-color: #737373;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.person-box .person-con{
  width: 928px;
  padding: 20px;
  overflow: hidden;
  border: 1px dashed #ccc;
  border-top: 0;
}
.person-box .person-con li{
  margin-bottom: 10px;
  margin-right:6px;
  width: 110px;
  float: left;
}

.unit-con{
  margin-top: 20px;
}
.unit-con li{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.unit-con li:nth-child(4n){
  margin-right: 0px;
}
.unit-con li a{
  position: relative;
  display: inline-block;
  width: 203px;
  height: 50px;
  padding: 15px;
  background-color: #F9F9F9;
  border: 1px solid #F1F1F1;
}
.unit-con li a::after{
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: '…';
  font-size:22px;
  color: #999;
}
.unit-con li a:hover::after{
  color: #024e9c;
}
.t1{  margin:auto;
}
