@charset "utf-8";
/*公共部分*/
@font-face {
  font-family: 'iconfont';
  src: url('ico/iconfont.eot');
  src: url('ico/iconfont.eot?#iefix') format('embedded-opentype'), url('ico/iconfont.woff') format('woff'), url('ico/iconfont.ttf') format('truetype'), url('ico/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.w1100 {
  clear: both;
  margin: 0 auto;
  width: 1100px;
}
.red{
  color: red;
}
.title {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
.title h2 {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #0e64b6;
  width: auto;
  height: 54px;
  line-height: 54px;
}
.title h2 a{
  color: #0e64b6;
}
.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: 10px;
}
.listbox li a {
  float: left;
  height: 34px;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox li span {
  margin-right: 10px;
  float: right;
  width: 44px;
  line-height: 34px;
  color: #999;
}
.tag {
  height: 54px;
}
.tag li {
  float: left;
  margin: 0 18px 0 0;
}
.tag li a {
  width: auto;
  display: block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
}
.tag .onTag {
  color: #0e64b6;
  font-weight: bold;
}
.tag .onTag a {
  color: #0e64b6;
}
.tagMore {
  position: absolute;
  top: 20px;
  right: 4px;
  color: #999;
}
.indexMain01, .indexMain02, .indexMain03, .footer {
  margin-top: 20px;
}
.yellow_bg {
  background-color: #f2bf0e;
}
.blue_bg {
  background-color: #41a7dc;
}
/*头部*/
.header {
  height: 156px;
  overflow: hidden;
}
.header .top {
  width: 1100px;
  height: 46px;
  overflow: hidden;
  text-align: right;
}
.header .top a {
  font-size: 12px;
  color: #999;
  float: right;
  display: block;
  margin: 0 10px;
  line-height: 46px;
}
.header .main {
  width: 1100px;
  height: auto;
  overflow: hidden;
}
.header .search {
  margin-top: 20px;
  width: 312px;
  height: 38px;
  background: url(../images/search.png) no-repeat 280px center #f5f5f5;
  overflow: hidden;
  border-radius: 50px;
}
.search .search_txt {
  display: inline-block;
  float: left;
  width: 242px;
  height: 38px;
  line-height: 38px;
  background: none;
  margin: 0px 0 0 24px;
  color: #999;
  border: 0;
}
.search .search_btn {
  display: inline-block;
  float: left;
  width: 40px;
  height: 38px;
  line-height: 42px;
  background: none;
  cursor: pointer;
  border: 0;
}
/*导航*/


.nav {
  width: 100%;
  height: 50px;
  z-index: 9999;
  background: #0e64b6;
  position: relative;
}
#navul {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
}
#navul li {
  float: left;
  font-size: 16px;
  text-align: center;
  height: 50px;
  width: 100px;
  line-height: 50px;
  position: relative;
}
#navul li a:link, #navul li a:visited {
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
#navul li ul {
  display: none;
  position: absolute;
  z-index: 999;
  background: #0859a5;
  background: rgba(8,89,165,0.9);
  _left: 0px;
  _top: 50px;
  top: 50px;
  left: 0px;
}
#navul li ul li {
  display: block;
  width: 100px;
  float: none;
  position: relative;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
#navul li.navdown {
  background-color: #08539a;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
#navul li.navdown a {
  color: #fff;
}
#navul li.navdown ul {
  display: block;
}
#navul li.navdown ul a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#navul li.navdown ul a:hover {
  color: #fff;
  background-color: #08539a;
}
/*幻灯片*/
.focus {
  width: 100%;
  position: relative;
  height: 400px;
}
#kinMaxShow {
  display: none;
}
/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */      
#kinMaxShow p.title {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 40px;
  line-height: 60px;
  color: #FFF;
  display: block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  font-size: 18px;
  padding: 0 20px;
  background: #0859a5;
  background: rgba(14,100,182,0.8);
  margin-left: -150px;
  border-radius: 50px;
}
#kinMaxShow .kinMaxShow_button {
  margin-right: -70px;
}
/*indexMain01*/
.indexMain01 .left {
  position: relative;
  width: 790px;
  height: 300px;
  overflow: hidden;
}
.indexMain01 .indexMain01_l {
  width: 286px;
  height: auto;
  overflow: hidden;
}
.indexMain01 .indexMain01_l img {
  width: 286px;
  height: 209px;
}
.indexMain01 .indexMain01_l p {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 286px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexMain01 .indexMain01_r {
  width: 474px;
  height: auto;
  overflow: hidden;
}
.indexMain01 .indexMain01_r h2 a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  width: 474px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexMain01 .left .listbox {
  margin-left: 30px;
}
.indexMain01 .left .listbox li a {
  max-width: 408px;
}
.indexMain01 .right {
  position: relative;
  width: 280px;
  height: 300px;
  overflow: hidden;
}
.indexMain01 .right .informBox {
  margin-top: 6px;
  height: auto;
  overflow: hidden;
}
.indexMain01 .right .informBox li {
  float: left;
  margin: 0 0 10px 0;
  width: 280px;
}
.indexMain01 .right .informBox li a {
  float: left;
  display: block;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  width: 232px;
  margin-left: 10px;
}
.indexMain01 .right .informBox .date {
  display: block;
  padding: 4px 0 0 4px;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}
.indexMain01 .right .informBox .min {
  font-size: 12px;
  line-height: 14px;
}
.indexMain01 .right .informBox p {
  line-height: 16px;
}
.indexMain01 .right .zhuanti {
  width: 280px;
  overflow: hidden;
  height: 300px;
}
.indexMain01 .right .zhuanti li {
  float: left;
  margin-bottom: 10px;
}
.indexMain01 .right .zhuanti img {
  width: 280px;
  height: 50px;
}
/*indexMain02*/
.indexMain02 .box {
  width: 346px;
  margin-right: 30px;
  height: 256px;
  overflow: hidden;
}
.indexMain02 .box .tit {
  margin-top: 8px;
  height: 40px;
  line-height: 40px;
  width: 60px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  background-color: #0e64b6;
}
.indexMain02 .box .tag {
  margin-left: 16px;
  width: 270px;
}
.indexMain02 .box .listbox li a {
  max-width: 346px;
}
/*indexMain03*/
.indexMain03 {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.indexMain03 .tit {
  margin-top: 8px;
  height: 40px;
  line-height: 40px;
  width: 102px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  background-color: #0e64b6;
}
.indexMain03 .tag {
  margin-left: 16px;
  width: 982px;
}
.indexMain03 .tag li {
  margin: 0 28px 0 0;
}
.indexMain03 .box {
  margin-top: 16px;
}
.indexMain03 .box i {
  float: left;
  margin: 0 8px 0 8px;
  font-size: 24px;
  line-height: 50px;
}
.indexMain03 .box p {
  float: left;
  width: 122px;
  line-height: 50px;
  overflow: hidden;
}
.indexMain03 .box .lh18 {
  margin-top: 6px;
  line-height: 18px;
}
.indexMain03 .box li {
  float: left;
  margin: 0 12px 12px 0;
}
.indexMain03 .box li a {
  display: block;
  color: #888;
  width: 173px;
  height: 50px;
  background-color: #e7e7e5;
  border-radius: 4px;
}
.indexMain03 .box li a:hover {
  color: #fff;
  background-color: #5d99d1;
}
/*indexMain03*/
.indexMain04 {
  height: 150px;
  overflow: hidden;
}
.indexMain04 .left {
  width: 535px;
  height: 150px;
  overflow: hidden;
}
.indexMain04 .left li {
  float: left;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}
.indexMain04 .left li a i {
  font-size: 60px;
  color: #b6b6b6;
}
.indexMain04 .left li a p {
  color: #666;
  line-height: 16px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexMain04 .left li a {
  text-align: center;
  width: 80px;
  display: block;
  overflow: hidden;
}
.indexMain04 .left li a:hover i {
  color: #5d99d1;
}
/*网站底部*/
.footer {
  width: 100%;
  height: 150px;
  
}
.footer .left {
  width: 550px;
  padding-top: 20px;
}
.footer .left p {
  width: 100%;
  line-height: 22px;
  height: auto;
  float: left;
  color: #ffffff;
}
.footer .left li {
  float: left;
  margin: 40px 10px 0;
}
/*-------------网站内页---------*/

.content {
  margin-top: 8px;
  height: auto;
  position: relative;
  overflow: hidden;
}
/*-----导航区-----*/
.content .left {
  width: 260px;
  overflow: hidden;
  margin-top: 4px;
}
.content .left .title{
  height: 46px;
  line-height: 46px;
}
.content .leftBox {
  padding: 10px 0 20px 0;
  width: 260px;
  min-height: 700px;
  height: auto;
  background-color: #f2f2f2;
  overflow: hidden;
}
.content .leftBox .listNav {
  margin-left: 20px;
  width: 220px;
  background-color: #f2f2f2;
}
.content .leftBox .listNav li {
  float: left;
  margin: 12px 0 0 0;
}
.content .leftBox .listNav li a {
  width: 194px;
  padding-left: 26px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/list_bg2.png) no-repeat;
}
.content .leftBox .listNav li a:hover {
  color: #fff;
  background: url(../images/list_bg1.png) no-repeat;
}
.content .leftBox .listNav .on a {
  color: #fff;
  background: url(../images/list_bg1.png) no-repeat;
}
.listTit {
  margin-left: 10px;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #dbdcdc;
}
.listTit h2 {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #0e64b6;
  width: auto;
  height: 54px;
  line-height: 54px;
}
.content .leftBox .listbox, .content .leftBox .listboxImg, .content .leftBox .zhuanti {
  margin: 10px 0 0 15px;
  width: 230px;
}
.content .leftBox .listbox li a {
  width: 230px;
}
.content .leftBox .listboxImg li {
  float: left;
  margin: 10px 0;
}
.content .leftBox .listboxImg img {
  float: left;
  width: 110px;
  height: 78px;
}
.content .leftBox .listboxImg p {
  display: block;
  float: left;
  width: 110px;
  margin-left: 10px;
  height: 78px;
  overflow: hidden;
  line-height: 20px;
}
.content .leftBox .zhuanti img {
  width: 232px;
  height: 42px;
}
/*----内容区-----*/
.content .right {
  width: 810px;
  height: auto;
  padding: 0px 0 30px 0;
  overflow: hidden;
}
.content .right .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dbe0e4;
}
.content .right .listbox {
  padding: 10px 0;
}
.content .right .listbox li a {
  width: 700px;
  font-size: 16px;
}

.listbox2 {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.listbox2 li {
  float: left;
  width: 100%;
  background: url(../images/list_bg.png) left center no-repeat;
  padding-left: 10px;
}
.listbox2 li a {
  float: left;
  height: 34px;
  line-height: 34px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .right .listbox2 {
  padding: 10px 0;
}

.content .right .listbox2 li{
  width: 390px;
  margin-right: 5px;
}
.content .right .listbox2 li a {
  width: 390px;
  font-size: 16px;
}
.content .right .listfocus {
  position: relative;
  width: 810px;
  height: 224px;
  background-color: #f2f2f2;
}
.content .right .search{
  height:auto;
  width: 810px;
  padding: 15px 0;
  
}
.content .right .search h2{
  line-height: 30px;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.content .right .search b{
  color: red;
  font-weight: normal;
}

.content .search .searchUl{
  width: 810px;
  margin-bottom: 10px;
}
.content .search .searchUl li{
  float: left;
  padding: 0 6px;
  line-height: 30px;
}
.content .search .search_select{
  width:auto;
  height: 30px;
  line-height: 30px;
} 
.content .search_bt2 {
  float: left;
  margin-left: 6px;
  width: 312px;
  height: 30px;
  overflow: hidden;

}
.search .search_txt2 {
  display: inline-block;
  float: left;
  width: 230px;
  height: 28px;
  line-height: 28px;
  background: none;
  margin: 0px 0 0 24px;
  color: #999;
  border: 1px #ccc solid;padding: 0 2px;
}
.search .search_btn2 {
  display: inline-block;
  float: left;
  width: 50px;
  height: 30px;
  line-height:30px;
  background: none;
  cursor: pointer;
  border: 1px #ccc solid;
  background-color: #f2f2f2;
}


.content .article_tit{
  width: 810px;
  padding-top: 20px;
  height: auto;
  overflow: hidden;
}
.content .article_tit h3{
  line-height: 40px;
  font-size: 20px;
  font-weight:bold;
  color: #333;
}
.content .article_tit .info{
  width: 810px;
  height: 50px;
  text-align: center;
  position: relative;
  font-size:12px;
  color:#999;
}
.content .article_tit .info span{
  float: left;
  display: block;
  line-height: 50px;
  margin: 0 10px;
  color: #999;
}
.bdsharebuttonbox{
  width: 120px;
  float: left;
  margin-top: 10px;
}

.content .article_con {
    width: 810px;
  padding: 20px 0;
  line-height: 30px;
  font-size: 16px;
    height: auto;
    overflow: hidden; 
}
.content .article_con img{
  margin: 10px 0;
  width:auto;
  height: auto;
  max-width: 810px;

}
.content  .print{
  width: 810px;
  text-align:right;
  height: 36px;
  line-height: 36px;
  color: #999;
}
.content  .print a{
  float: right;
  display: block;
  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 .zhuanjia{
  width: 810px;
  height: auto;
  margin-top: 10px;
}
.content .zhuanjia li{
  float: left;
    width: 365px;
    margin: 10px 5px 10px 5px;
    height: 178px;
    border: 1px #eaeaea solid;
    overflow: hidden;
    padding: 14px;

}
.content .zhuanjia .zhuanjia_img{
  width: 106px;
    height: 138px;
    display: block;
    float: left;
}
.content .zhuanjia .zhuanjia_txt{
  width: 244px;
    height:auto;
    display: block;
    float: left;
  padding-left: 14px;
}
.content .zhuanjia .zhuanjia_txt dd{
  float: left;
  line-height: 26px;
  width: 244px;
}
.content .zhuanjia .zhuanjia_txt h2{
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.content .zhuanjia .zhuanjia_txt i{
  font-style: normal;
  color: #999;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.content .zhuanjia .zhuanjia_img img{
  width: 106px;
    height: 138px;
}  
.content .zhuanjia2 li{
    border: 0px #eaeaea solid;
    width: 810px;
  height:auto;

}
.content .zhuanjia2 .zhuanjia_txt{
  width: 660px;

}
.content .zhuanjia2 .zhuanjia_txt dd{
  float: left;
  line-height: 26px;
  width: 660px;

}
/* 内页幻灯片 */
.slide, .slide li {
  width: 784px;
  height: 192px;
}
.slide {
  overflow: hidden;
  position: relative;
  margin: 15px 0 0 15px;
}
.slide li {
  position: absolute;
  overflow: hidden;
  display: none;
}
.slide li.current {
  display: block;
}
.slide li .image {
  position: absolute;
  top: 0;
  left: 0;
}
.slide li .text {
  bottom: 0;
  overflow: hidden;
  width: 350px;
  float: right;
  position: relative;
  height: auto;
  background: 0;
  filter: none;
  text-indent: 0;
  margin: 10px 10px 0 0;
  padding: 6px 0;
}
.slide li .text a {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  float: left;
}
.slide li img {
  width: 400px;
  height: 192px;
}
.slide li .text .title a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  text-indent: 0;
  float: none;
}
.slide li .text .title {
  border-bottom: none;
}
.slide li .text p {
  color: #888;
  font-size: 12px;
  text-indent: 0;
  clear: both;
  line-height: 20px;
  margin-top: 4px;
}
.slide .triggers {
  position: absolute;
  z-index: 1;
  width: 400px;
  text-align: center;
  bottom: 10px;
  height: 38px;
  right: 0;
  left: 0;
  padding: 0 0 8px;
}
.slide .triggers a {
  font-size: 11px;
  line-height: 12px;
  color: #000;
  overflow: hidden;
  border-radius: 1px;
  -webkit-text-size-adjust: none;
  float: none;
  width: 62px;
  height: 42px;
  text-align: center;
  display: inline-block;
  background: 0;
  margin: 0 3px 0 0;
}
.slide .triggers a:hover {
  text-decoration: none;
}
.slide .triggers a img {
  width: 58px;
  height: 38px;
  border: 1px #999 solid;
  vertical-align: middle;
  opacity: .6;
}
.slide .triggers a.current img {
  border: 2px #0e64b6 solid;
  opacity: 1;
}
.slide .icon-dot {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 43px;
}
.slide .icon-dot a {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(../images/nav.png);
  background-repeat: no-repeat;
  background-position: -1px -1px;
  overflow: hidden;
  margin: 0 2px;
}
.slide .icon-dot a.current {
  background-position: -1px -12px;
}
.slide .link-watch {
  width: 30px;
  height: 44px;
  display: none;
  position: absolute;
  top: 80px;
  background: url(../images/arrow.png) no-repeat 0 -57px;
  cursor: pointer;
}
.slide .link-watch.pre {
  left: 0;
}
.slide .link-watch.next {
  left: 368px;
  right: 0;
  background-position: right -57px;
}
.slide .link-watch.down {
  background-position-y: -2px;
}
/* 当前位置 */
.site {
  width: 810px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.site span {
  color: #999;
}
.listboxLine {
  border-bottom: 1px solid #dbdcdc;
}

/* 分页 */
.page{
  width: 810px;
  height: 60px;
}
.pagination {
  list-style: none;
  margin-top:20px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.pagination li {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
.pagination a {
  color: #333;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.pagination input {
  height: 12px;
}
.pagination .disabled a:link, .pagination .disabled a:visited, .pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ddd;
}
.pagination .active {
  pointer-events: none;
}
.pagination .active, .pagination a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}



/* 图片列表 */
.photo {
  margin: 0 auto;
  width: 1100px;
  height: auto;
  overflow: hidden;
}
.photo .photoUl{
  float: left;
  padding: 10px 0;
}
.photo .photoUl li{
  float: left;
  margin:20px 22px 0 0;
  overflow: hidden;
  width: 352px;
  height: 310px;
  background-color: #f5f5f5;
}
.photo .photoUl li a{
  display: block;
  
}
}
.photo .photoUl .img{
  float: left;
  width: 352px;
  height: 244px;
  overflow: hidden;
}
.photo .photoUl li .img img{
  width: 352px;
  height: 244px;
}
.photo .photoUl .txt h2{
  float: left;
  margin-top: 6px;
  height: 30px;
  line-height: 30px;
  width: 352px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photo .photoUl .txt p{
  float: left;
  height: 20px;
  line-height: 20px;
  width: 332px;
  padding: 0 10px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page2{
  width: 1100px;
  height: 60px;
}
.photo .photoUl span{
  float: left;
  display: block;
  width: 156px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photo .photo_tit{
  float: left;
  width: 1100px;
  line-height: 40px;
  font-size: 30px;
  font-weight:bold;
  color: #333;
  text-align: center;
  padding: 10px 0 0 0;
}

.list_2024 ul { margin: 15px 0 0 0; }
.list_2024  ul li { height: 47px; line-height: 47px; border-bottom: 1px dashed #d2d2d2; padding: 0 0 0 26px; background: url(/rczjk/upload/images/2024/3/e9eb96eabdc8eff1.png) no-repeat 5px center; }
.list_2024  ul li span { float: right; }
.list_2024  ul li a { float: left; }

