@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;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.w1100 {
  clear: both;
  margin: 0 auto;
  width: 1100px;
}
.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: 16px;
  font-weight: bold;
  color: #0c91e5;
  width: auto;
  height: 49px;
  line-height: 49px;
  border-bottom: 2px solid #0c91e5;
}
.title h2 a{
  color: #0c91e5;
}
.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: 30px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox li span {
  margin-right: 5px;
  float: right;
  width:44px;
  line-height: 30px;
  color: #999;
}
.listbox .date{
  width: 90px ;
  line-height: 40px;
}

/*头部*/
.header {
  height: 170px;
  width: 100%;
  background: url(../images/header_bg.jpg) no-repeat top center;
  overflow: hidden;
  min-width: 1100px;
}

.header .main {
  overflow: hidden;
}
.header .top{
  line-height: 30px;
  color: #666;
}
.header .top a{
  color: #666;
}
.header .top .top_r a{
  margin:0 4px;
}
.header .main .logo{
  margin-top: 20px;
}
.header .main .info{
  width: 100%;
}
.main_r{
  margin-top: 10px;
  width: 360px;
}
.main_r .suoxun{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main_r .suoxun span{
  margin: 12px;
}
.header .search {
  margin-top: 20px;
  width:200px;
  height: 36px;
  background: url(../images/search_bg.png) no-repeat;
  overflow: hidden;
  border-radius: 50px;
}
.search .search_txt {
  display: inline-block;
  float: left;
  width: 128px;
  height: 36px;
  line-height: 36px;
  background: none;
  margin: 0px 0 0 15px;
  color: #999;
  border: 0;
}
.search .search_btn {
  display: inline-block;
  float: left;
  width: 50px;
  height: 36px;
  line-height: 36px;
  background:none;
  cursor: pointer;
  border: 0;
  border-radius: 0 50px 50px 0;

}
/*导航*/
.nav {
  height: 42px;
  background: #0c91e5;
}

.nav>ul>li {
    position: relative;
    float: left;
  display: block;
  line-height: 42px;
  font-size: 16px;
  width: 122px;
  text-align: center;
}

.nav>ul>li>a {
  color: #fff;
  display: block;
  font-size: 16px;
}

.nav>ul>li>a:hover {
  background-color: #057dca;
}

.nav>ul>li:hover ul {
  display: block
}

.nav>ul>li ul {
  position: absolute;
  top: 42px;
  z-index: 1000;
  background: #0c91e5;
  width: 122px;
  display: none;
}

.nav>ul>li ul li a {
  display: block;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  line-height: 34px
}

.nav>ul>li:hover{
    color: #ffffff;
    background-color: #057dca;
}

.nav>ul>li ul li a:hover {
  color: #ffffff;
    background-color: #057dca;
}
/*幻灯片*/
.focus {
  margin: 0 auto;
  width:1100px;
  position: relative;
  height: 400px;
  background-color: #fff;
}
.focus img{
  width: 1100px;
  height: 400px;
}

.focus .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;
}
.focus .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;
}
.focus .swiper-container {
  height: 400px;
  width: 1100px;
}
.focus .content-slide {
  padding: 20px;
  color: #fff;
}
.focus .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
  z-index: 10;
}
.focus .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0);
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #fff;
}
.focus .swiper-active-switch {
  background: #fff;
}
/*indexMain*/
.indexMain .left {
  position: relative;
  width: 300px;
  height:260px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .left .left_content{
  width: 260px;
  margin: 0 auto;
}
.indexMain .left .listbox li a {
  max-width:190px;
}
.indexMain .left .special li{
  float: left;
  margin-bottom: 8px;
}
.indexMain .left .special li a{
  display: block;
  width: 260px;
  height: 38px;
}
.indexMain .left .special li img{
  width: 260px;
  height: 38px;
}

.indexMain .middle{
  position: relative;
  margin-left:15px;
  width: 465px;
  height: 260px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .middle .middle_content{
  width: 420px;
  margin: 0 auto;
}

.indexMain .middle .listbox li a {
  max-width: 330px;
}
.indexMain .right {
  position: relative;
  width: 305px;
  height: 260px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .right .right_content{
  width: 275px;
  margin: 0 auto;
}
.indexMain .right .listbox li a {
  max-width:200px;
}

.tag {
    height: 52px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e4;
}
.tag li {
  float: left;
  margin-left: 15px;
}
.tag li a {
  padding: 0 10px;
  width: auto;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.tag .onTag {
  color: #0c91e5;
  font-weight: bold;
}
.tag .onTag a {
  color: #0c91e5;
  border-bottom: 2px solid #0c91e5;
  background-color: #fff;
}
.tagMore {
  position: absolute;
  top: 15px;
  right:20px;
  color: #999;
}
/*indexMain2*/
.indexMain2 .left {
  position: relative;
  width: 780px;
  height: 364px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain2 .indexMain2_l {
  width: 306px;
  height: auto;
  overflow: hidden;
  margin: 0 15px;
}
.indexMain2 .indexMain2_l img {
  width: 306px;
  height: 240px;
}
.indexMain2 .indexMain2_l p {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 286px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexMain2 .indexMain2_r {
  width: 425px;
  margin-right: 15px;
  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: 340px;
}
.indexMain2 .right {
  position: relative;
  width: 305px;
  height: 364px;
  background-color: #fff;
  overflow: hidden;
}
.indexMain2 .right .left_content{
  width:275px;
  margin: 0 auto;
}
.indexMain2 .right .informBox {
  width:275px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.indexMain2 .right .informBox li {
  float: left;
  margin: 0 0 10px 0;
  width: 280px;
}
.indexMain2 .right .informBox li a {
  float: left;
  display: block;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  width: 232px;
  margin-left: 10px;
}
.indexMain2 .right .informBox .date {
  display: block;
  padding: 4px 0 0 4px;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
  background-color: #5fbbea;
}
.indexMain2 .right .informBox .min {
  font-size: 12px;
  line-height: 14px;
}
.indexMain2 .right .informBox p {
  line-height: 16px;
}
.indexMain2 .right .zhuanti {
  width: 280px;
  overflow: hidden;
  height: 300px;
}
.indexMain2 .right .zhuanti li {
  float: left;
  margin-bottom: 10px;
}
.indexMain2 .right .zhuanti img {
  width: 280px;
  height: 50px;
}
.photoBox{
  background-color: #fff;
}
.photoBox .content{
  width: 1060px;
  margin: 0 auto;
}
.photoBox .photoList {
  margin: 10px auto;
  height: auto;
  overflow: hidden;
}
.photoBox .photoList ul{
  margin-left: 15px;
}
.photoBox .photoList ul li {
  float: left;
  margin: 10px 5px;
  position: relative;
}
.photoBox .photoList ul li a {
  position: relative;
  width: 204px;
  height: auto;
  display: block;
}
.photoBox .photoList ul li img {
  width: 204px;
  height: 156px;
}
.photoBox .photoList ul li span {
  width: 204px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*网站底部*/
.footer {
  position: relative;
  width: 100%;
  height: 156px;
  background: url(../images/footer_bg.jpg) no-repeat center center #0c91e5;
  min-width: 1100px;
}
.footer .right {
  width: 550px;
  padding-top: 30px;
}
.footer .right p {
  width: 100%;
  line-height: 30px;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
}
.footer .left{
  padding-top: 50px;
}


/*-------------网站内页---------*/

.site {
  position: relative;
  margin: 0 auto;
  width: 760px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.site .site_tit{
  font-size: 16px;
  color: #0c91e5;
  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: #0c91e5;
  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 #0c91e5;
}
.content .left .sideNav li a:hover {
  color: #fff;
  background: url(../images/listNav.png) no-repeat center center #0c91e5;
}
.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:815px;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
.content .right .rightBox {
  margin: 0 auto;
  width: 760px;
}
.content .right .list {
  margin: 0 auto;
  padding: 10px 0;
  width: 760px;
  height: auto;
}
.content .right .listbox li {
  border-bottom: 1px dashed #eee;
}
.content .right .listbox li a {
  max-width: 600px;
  line-height: 40px;
  height: 40px;
}
.content .right .con {
  margin: 0 auto;
  width: 760px;
  height: auto;
}
.content .right .con .tit {
  margin: 20px auto 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  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: 12px;
}
.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: 760px;
    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 9px;
  position: relative;
}
.content .right .photoList ul li a {
  position: relative;
  width: 234px;
  height: auto;
  display: block;
}
.content .right .photoList ul li img {
  width: 234px;
  height: 178px;
}
.content .right .photoList ul li span {
  width: 234px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*分页 */
.page {
  margin: 10px auto 0;
  width: 673px;
  height: 60px;
  line-height: 60px;
}
.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: #0c91e5;
  border: 1px solid #0c91e5;
  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{
  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;
}



