﻿.header{
  width: 100%;
  background: url(../images/h_bg.png) no-repeat center;
}
.logo{
  margin: 44px 0px;
}
.sl{
  margin: 51px 0px;
  margin-left: 46px;
}
.search {
  width: 259px;
  
  float: right;
  line-height: 156px;
}
.search-text {
  width: 220px;
  height: 38px;
  outline: none;
  padding-left: 10px;
}
.search-list{
min-height:400px;
}
.search-btn {
  height: 38px;
  width: 38px;
  background: url("../images/search.png") center center no-repeat #00a0e9;
  vertical-align: middle;
  outline: none;
  margin-left: -5px;
  margin-top: -2px;
  cursor: pointer;
}

.nav {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.07) 1px 20px 10px 0px;
  background-color: #0068b7;
}
.nav-item {
  float: left;
  height: 60px;
  text-align: center;
  position: relative;
}
.nav-item a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  font-family: fzltzh;
}
.nav-item-ul {
  position: absolute;
  z-index: 111;
  width: 100%;
  visibility: hidden;
  top: 70px;
  
  opacity: 0;
  padding: 5px 8px;
  background-color: #0853a8;
  transition: all 0.3s ease 0s;
  transform: translateY(10px);
  
}
.nav-item:hover .nav-item-ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}
.nav-item-li {
  background-color: #0853a8;
  font-size: 15px;
}
.nav-item-li a {
  display: block;
  width: 100%;
  font-size: 19px;
  padding: 0px 5px;
  color: white;
  line-height: 26px;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: normal;
  background-color: #0853a8;
}
.nav-item-li:first-child {
  border: none;
}
.nav-item:hover {
  background-color: #0853a8;
  color: white;
}
.nav-item:hover a {
  color: white;
}
.nav-item:hover .hd {
  color: white;
}
.nav-item-li a:hover {
  background-color: #1b67be;
  color: white;
  width: 100%;
  margin: 0px auto;
}
.nav_content{
  width: 1000px;
  float: left;
}
.banner{
  width: 100%;
}
.banner_container { 
  width: 100%;
  max-width: 1920px; 
  overflow: hidden; 
  margin: 0px auto; 
  position: relative; 
}
.banner_bd{
  width: 1005;
}
.banner_bd ul li{
  overflow: hidden;
  height:509px;
  
}
.banner_bd ul li img { 
  width: 100%; 
  display: block;    
  animation: zoomin 10s ease-in-out infinite alternate; 
  
}
@keyframes zoomin{
  0%{-webkit-transform: scale(1);}
  100%{-webkit-transform: scale(1.1);}
}
.banner_container .prev{
  right: 330px; 
  background: url("../images/prev.png") 0% 0% / 100% no-repeat; 
}
.banner_container .next { 
  left: 320px; 
  background: url("../images/next.png") 0% 0% / 100% no-repeat; 
}
.banner_container .prev{ 
  width: 49px; 
  height: 56px; 
  line-height: 56px; 
  position: absolute; 
  top: 0px; 
  bottom: 0px; 
  margin: auto; 
  cursor: pointer; 
}
.banner_container .next{
  width: 49px; 
  height: 56px; 
  line-height: 56px; 
  position: absolute; 
  top: 0px; 
  bottom: 0px; 
  margin: auto; 
  cursor: pointer; 
}
.banner-hd,.t_banner_hd,.dj_hd{
  position: absolute;
  max-width: 300px;
  text-align: center;
  height: 17px;
  right: 0;
  bottom: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
}
.banner-hd,.t_banner_hd,.dj_hd{
  left: 0;
}
.banner-hd li,.t_banner_hd li,.base_hd li,.dj_hd li{
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin: 8px;
  float: left;
}
.banner-hd li.on,.t_banner_hd li.on,.dj_hd li{
  width: 10px;
  height: 10px;
  background-color: rgb(0, 0, 0, 0.2);
  border: 1px solid white;
}
.t_banner_hd li{
  width: 22px;
  height: 22px;
}
.t_banner_hd li.on{
  width: 22px;
  height: 22px;
}
.news_box{
  background: url(../images/px_bg.png) no-repeat center;
  overflow: hidden;
}
.news_notice{
  width:100%;
  position: relative;
  margin-top: 42px;
  margin-bottom: 25px;
}
.news_notice .tab_hd{
  width: 259px;
  position: absolute;
  right: 369px;
  z-index: 1111;
}
.tab_banner{
  width: 600px;
  height: 390px;
  overflow: hidden;
}
.t_banner_bd{
  width: 100%;
}
.t_banner_bd ul li,.t_img,.t_img img{
  width: 100%;
}
.t_img img{
width:600px;
height:390px;
}
.t_img{
  transition: all .3s;
}
.t_img:hover{
  transform: scale(1.1);
}
.t_banner_bd ul li a{
  position: relative;
}
.t_info{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: white;
}
.t_info p{
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
  width: 540px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  height: 40px;
  line-height: 40px;
  z-index: 11111;
  position: absolute;
  left: 0;
  bottom: -9px;
  text-align: center;
}
.t_info::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 42px;
  background: url(../images/n_b.png) no-repeat center #00a0e9;
  
  text-align: center;
  left: 0;
  z-index: 1;
  bottom: -12px;
}
.t_banner_hd{
  bottom: 48px;
  left: 288px;
  margin: 0px;
  justify-content: right;
}
.t_banner_hd li{
  background-color: white;
}
.t_banner_hd li.on{
  border: none;
  background-color: #f39800;
  color: white;
}
.tab_list{
  width: 626px;
  height: 390px;
  position: relative;
}
.tab_list_box{
  margin-top: 42px;
}
.t_list_info{
  width: 100%;
}
.t_box2 p{
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.t_box2 span{
  text-indent: 2em;
  line-height: 25px;
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 45px;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.t_box{
  width: 20%;
}
.t_time{
  background: url(../images/time.png) no-repeat left 3px;
}
.t_time p{
  padding-left: 20px;
  font-size: 14px;
  color: #9a9a9a;
  font-weight: normal;
}
.llgd{
  font-size: 14px;
  color: #0068b7;
}
.t_other_info{
  background: url(../images/lx.png) no-repeat left 4px;
  position: relative;
}
.t_other_info p{
  padding-left: 20px;
  font-size: 15px;
  width: 495px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  background: url(../images/jx.png) no-repeat left;
}
.tab_list_box ul li{
  margin-top: 22px;
  transition: all .3s;
}
.tab_list_box ul li:first-child{
  margin-top: 0px;
  border-bottom: 1px dashed #9a9a9a;
  padding-bottom: 15px;
}
.tab_list_box ul li:first-child:hover{
  transform: none;
}
.tab_list_box ul li:hover{
  transform: translateY(-4px);
}
.tab_nav li{
 float: left;
 margin-left: 33px;
}
.tab_nav li:first-child{
  margin-left: 0px;
}
.t_more{
  position: absolute;
  right: 0px;
}
.tab_nav li a{
  font-size: 28px;
  font-weight: normal;
  font-family: "FZZDHJW";
}
.tab_nav li.on a{
  color: #0068b7;
}
.t_box2{width: 87%;}
.t_item{
  width: 67px;
  height: 77px;
  box-shadow: rgb(204, 204, 204) 0px 5px 8px;
}
.t_item span,.t_item p{
  width: 100%;
  display: block;
  text-align: center;
}
.t_item span{
  height: 24px;
  background-color: #0068b7;
  color: white;
  font-size: 12px;
  line-height: 24px;
}
.t_item p{
  height: 53px;
  font-size: 30px;
  line-height: 53px;
  font-family: 'fzltzhjt';
}

.djgz{
  width: 100%;
  background: url(../images/djgz.png) no-repeat center;
  overflow: hidden;
}
.dj_tit{
  width: 170px;
  height: 59px;
  margin: 0 auto;
  text-align: center;
  margin-top: 29px;
  background: url(../images/djgz_tit.png) no-repeat center 20px;
}
.dj_tit a{
  color: white;
  font-size: 28px;
  font-weight: bold;
}
.dj_list{
  margin-top: 20px;
  
  position: relative;
}
.dj_bd{
  width: 100%;
  margin-bottom: 86px;
}
.dj_bd ul li{
  width: 320px;
  height: 276px;
  overflow: hidden;
  float: left;
  transition: all .3s;
  padding-top: 10px;
}
.dj_item{
  width: 301px;
  height: 262px;
  overflow: hidden;
  background-color: white;
}
.dj_fst{
  width: 100%;
  padding: 10px;
}
.dj_time{
  width: 63px;
  height: 70px;
  background-color: #aaaaaa;
  overflow: hidden;
}
.dj_time p{
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: 'fzltzhjt';
  margin-top: 15px;
}
.dj_time span{
  font-size: 12px;
  color: white;
  text-align: center;
  display: block;
  margin-top: 0px;
}
.dj_atl{
  width: 72%;
  margin-top: 15px;
  height: 42px;
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.dj_zy{
  padding: 20px;
  margin-top: 6px;
  font-size: 14px;
  color: #888888;
  height:97px;
   overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dj_xq{
  float: right;
  padding: 17px;
  font-size: 14px;
  color: #888888;
  background: url(../images/tz.png) no-repeat right;
  margin-right: 10px;
}
.dj_bd ul li:hover{
  transform: translateY(-4px);
}
.dj_bd ul li:hover .dj_time{
  background: url(../images/time_bg.png) no-repeat center;
}
.dj_hd{
  bottom: -48px;
}
.dj_hd li{
  width: 17px;
  height: 17px;
  background-color: white;
}
.dj_hd li.on{
  width: 17px;
  height: 17px;
  background-color: #f39800;
  border: #f39800;
}
.bkhj{
  width: 100%;
  background: url(../images/hj_bg.png) no-repeat center;
  overflow: hidden;
}
.bkhj_box{
  margin-top: 42px;
  margin-bottom: 1px;
}
.hj_item{
  width: 100%;
}
.hj_item>ul>li{
  width: 623px;
  height: 318px;
  overflow: hidden;
  float: left;
  margin-bottom: 18px;
}
.hj_item>ul>li:nth-child(even){
  margin-left: 34px;
}
.hj_tit{
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.hj_tit p{
  float: left;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #0068b7;
  padding-bottom: 7px;
}
.hj_tit a{
  float:right;
  line-height: 39px;
  color: #0068b7;
  font-size: 14px;
}
.hj_info{
  width: 100%;
  height: 243px;
  overflow: hidden;
  margin-top: 25px;
}
.hj_f_introduce{
  width: 68%;
}
.hj_f_introduce h2{
  font-size: 16px;
  height: 42px;
  font-weight: bold;
  overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 23px;
  -webkit-box-orient: vertical;
}
.hj_f_introduce p{
  font-size: 14px;
  height: 43px;
  color: #888888;
  overflow: hidden;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  margin-top: 11px;
}
.hj_f_introduce span{
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 0px;
}
.sec_box{
  width: 100%;
}
.sec_box p{
  font-size: 15px;
  float: left;
  padding-left: 13px;
  background: url(../images/jx.png) no-repeat left;
  color: #333333;
}
.sec_box span{
  float: right;
  font-size: 14px;
  color: #999999;;
}
.hj_info ul li{
  margin-top: 20px;
  transition: all .3s;
}
.hj_info ul li:first-child{
  margin-top: 0px;
}
.hj_info ul li:hover{
  transform: translateY(-4px);
}
.hj_info ul li:first-child:hover{
  transform: none;
}
.hj_info ul li img{
  transition: all .3s;
   width:100%;
}
.hj_info ul li:first-child:hover img{
  transform: scale(1.1);
}
.hj_f_img{
  width: 189px;
  height: 120px;
  overflow: hidden;
}
.mien{
  width: 100%;
}
.mien .dj_tit a{
  color: black;
}
.mien .dj_tit{
  background: url(../images/fc_bg.png) no-repeat center;
  width: 259px;
  height: 76px;
}
.img_box{
  width: 295px;
  height: 194px;
  background-color: white;
  box-shadow: rgb(204, 204, 204) 0px 5px 8px;
overflow:hidden;
}
.img_box img{
  display: block;
  padding: 8px;
width:100%;
height:100%;
}
.mi_img ul li{
  width: 328px;
  float: left;
  transition: all .3s;
  padding-bottom: 30px;
  padding-top: 10px;
}
.mien_box{
  margin-bottom: 30px;
}
.mi_img ul li:hover{
  transform: translateY(-4px);
}
.mi_img{
  margin-top: 20px;
}
.mien_item{
  width: 100%;
  overflow: hidden;
}
.frendly .dj_tit a{
  color: black;
}
.frendly .dj_tit{
  background: url(../images/frendly.png) no-repeat center;
  height: 76px;
}
.link_box{
  width: 245px;
  overflow: hidden;
}
.link_img{
  width: 245px;
  height: 75px;
  border: 1px solid #9fc1e4;
}
.link_img img{
  margin: 0 auto;
  display: block;
  margin-top: 16px;
width:195px;
height:40px;
}
.link_box p{
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.link_list{
  width: 100%;
}
.link_list ul li:first-child{
  margin-left: 0px;
}
.link_list ul li{
  float: left;
  transition: all .3s;
  width: 256px;
  padding-top: 10px;
}
.link_list{
  margin-top: 25px;
  margin-bottom: 30px;
}
.link_list ul li:hover{
  transform: translateY(-4px);
}
.footer{
  background:url(../images/f_bg.png) no-repeat center;
  width: 100%;
  overflow: hidden;
}
.footer_info{
  width: 100%;
  margin: 64px 0px;
}
.sc_info{
  width: 363px;
  height: 129px;
  overflow: hidden;
}
.sc_info span{
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 85px;
  border-right: 5px solid #cfa972;
}
.sc_info p{
  color: white;
  line-height: 27px;
  margin-top: 20px;
  font-size: 15px;
}
.f_logo{
  margin-top: 37px;
}
.bq{
  width: 100%;
  height: 41px;
  background-color: #00479d;
  text-align: center;
  color: white;
  line-height: 41px;
  font-size: 15px;
}
.static-img{
  width: 100%;
  
  overflow: hidden;
}
.static-img img{
  width: 100%;
  
}
.list-center{
  width: 100%;
  margin: 0 auto;
  background-color: rgb(255, 253, 246);
  padding-top: 35px;
}
.search-left{
  position: relative;
  float: left;
  width: 264px;
  
  margin-right: 55px;
  margin-top: -106px;
}
.search-tit{
  position: relative;
  
  padding-top: 43px;
  background-color: rgb(2,67,169);
  
  width: 264px;
  height: 126px;
  text-align: center;
  
  background-size: 320px auto;
}
.search-tit p{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.search-tit i{
  font-size: 16px;
  color: #fff;
}
.search-tit span{
  position: absolute;
  right: 55px;
  width: 30px;
  height: 30px;
  top: 25px;
  
}
.nav-item:hover{
  background-color: #0853a8;
  color: white;
}
.l_list_box{
  width: 100%;
}
.nav-item:hover a{
  color: white;
}
.nav-item:hover .hd{
  color: white;
}
.nav-item-li a:hover{
  background-color: #00479d;
  color: white;
  width: 100%;
  margin:0 auto;
}
.search-right{
  padding-top: 35px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px 50px 30px;
  min-height: 300px;
}
.search-nav{
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  line-height: 32px;
}
.search-nav h2{
  float: left;
  font-size: 18px;
  color: #00479d;
  border-left: 5px solid #00479d;
  padding-left: 12px;
}
.position{
  float: right;
  padding-left: 25px;
  background: url(../images/position.png) no-repeat left;
}
.search-list>ul>li{
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #dfdfdf;
  
}
.search-list>ul>li>a{
  display: block;
  overflow: hidden;
  position: relative;
}
.search-list li .search-date p{
  font-size: 27px;
  line-height: 38px;
  position: relative;
  background-color:#0068b7;
  color: white;
  font-family: "???â€™??aï¿½??aï¿½???|???â€™???ï¿ ???ï¿ ?ï¿ a???????????ï¿ ?ï¿ aï¿½???â€¦aï¿½???â€™?ï¿ a??????aï¿½???1???â€™??aï¿½??aï¿½???|???â€™?ï¿ a??????aï¿½???-???â€™?ï¿ a??????aï¿½???ï¿¡???â€™??aï¿½??aï¿½???ï¿¥???â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½???|???â€™?ï¿ a??????aï¿½???Â°???â€™??aï¿½??aï¿½???Â¤???â€™?ï¿ a??????aï¿½???o???â€™?ï¿ a??????aï¿½???-???â€™??aï¿½??aï¿½???Â¤???â€™?ï¿ a??????aï¿½???????â€™?ï¿ a??????aï¿½???-???â€™??aï¿½??aï¿½???????â€™?ï¿ a??????aï¿½???????â€™???ï¿ ???ï¿ ?ï¿ a??????????aï¿½?â€¦aï¿½_GBK.TTF";
}
.search-date span{
  font-size: 12px; 
  position: relative;
  line-height: 39px;
}
.search-date{
  background-color: rgb(236, 236, 236);
  width: 69px;
  height: 72px;
  text-align: center;
  margin-left: 30px;
  color: black;
  transition: all .3s;
}
.background-images img{
  width: 100%;
  height: 841px;
}
.search-list-tit{
  display: block;
  margin-left: 68px;
  height: 41px;
  font-size: 14px;
  line-height: 25px;
  color: black;
  margin-top: 2px;
  transition: all .3s;
}
.search-last-text{
  overflow: hidden;
  padding-left: 23px;
  padding-top: 6px;
}
.search-last-text h1{
  font-size: 18px;
  font-weight: normal;
  padding-left: 24px;
  list-style: 1;
  color: #090909;
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 700px;
}
.search-last-text p{
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  margin-top: 10px;
  text-indent: 2em;
  overflow:hidden;
  height: 44px;
  display:-webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-list ul li{
  transition: all .3s;
}
.search-list ul li:hover{
  transform: translateY(-2px);
  
}
.search-left>ul>li.on a{
  background: #2274bd;
  color: #fff;
  width: 184px;
  height: 22px;
  border-radius: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.search-list ul li:hover .search-last-text h1{
  font-weight: bold;
}
.value-tit h4{
  font-size: 20px;
  line-height: 1;
  margin-top: 27px;
  color: #090909;
  text-align: center;
  font-size: 30px;
  color: #1869C4;
  font-weight: normal;
  margin-bottom: 29px;
}
.value-tit-p {
  font-size: 14px;
  line-height: 40px;
  background-color: #f4f4f4;
  color: #767676;
  text-align: center;
  text-indent: 2em;
  margin-top: 15px;
}
.value-tit-p span{
  display: inline-block;
  margin: 0 8px;
}
.value-text p{
  font-size: 16px;
  color: #818181;
  margin-top: 30px;
  white-space: normal;
  text-indent: 2em;
  color: black;
  text-align: justify;
  text-indent: 2em;
}
.search-left ul{
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: rgb(242,242,242);
}
.search-left ul li{
  position: relative;
}
.search-left ul li a{
  display: block;
  padding: 15px 40px;
  font-size: 18px;
  color: #090909;
  width:145px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.search-left ul li span{
  position: absolute;
  top: 17px;
  right: 20px;
  width: 20px;
  height: 20px;
  transition: all .3s;
  background: url(../images/zk.png) no-repeat center;
}
.search-left ul li:hover span{
  width: 51px;
  background: url(../images/zk-other.png) no-repeat center;
}
.value-text-link{
  margin-top: 42px;
}
.value-text-link a{
  margin: 30px 0;
  color: rgb(0, 95, 189);
}
.value-text-link div{
  margin: 15px 0;
}
.value-text-link a:hover{
  color: rgb(0, 95, 189);
}
.link_list .tempWrap{
  width: 1280px !important;
}