@charset "UTF-8";
body {
  /* background-color: #f4f6f8; */
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.container-1400 {
  width: 1400px;
  margin: 0 auto;
}
.container-box {
  padding: 20px;
  background: #fff;
  margin-top: 30px;
}
.container-box2 {
  padding: 0 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
/* .box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
} */

/* MARK:公共头 */
.wrapper-top {
  background-color: #cfe2ed;
  padding: 15px 0;
}
.header-top a,
.header-top span {
  display: inline-block;
  vertical-align: middle;
  color: #025293;
  font-weight: bold;
}
.header-top span {
  color: rgba(2, 82, 147, 0.4);
  font-weight: normal;
  margin: 0 5px;
}
.header-top-left {
  float: left;
}
.header-top-login {
  display: inline-block;
  margin-left: 20px;
}
.header-top-login i {
  cursor: pointer;
}
.header-top-right #headerTopWeinxin {
  margin-top: 3px;
}

.wrapper-header {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
}
.container-1400-head {
  padding-top: 76px;
  padding-bottom: 40px;
}
.logo {
  display: block;
  text-align: center;
}
.search-box {
  margin-top: 40px;
  text-align: center;
}
.search-box form {
  display: inline-block;
}
.search-box input {
  width: 600px;
  height: 56px;
  padding: 0 18px;
  border: none;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
}
.search-box button {
  width: 108px;
  height: 56px;
  margin: 0;
  border: 0;
  float: left;
  background: #025293;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #fff;
  margin-left: -5px;
}
.search-box button img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.search-box button span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}

.wrapper-nav {
  background-color: #025293;
}
.nav li {
  float: left;
  width: 16.666666%;
  text-align: center;
  position: relative;
}
.nav li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav li:last-child:after {
  display: none;
}
.nav li a {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  transition: background-color ease 0.2s;
}
.nav li.on span,
.nav li span:hover {
  color: #fff;
}
.nav li img,
.nav li span {
  display: inline-block;
  vertical-align: middle;
}
.nav li span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: bold;
}

/* MARK:common-list */
.common-list li {
  border-bottom: 1px solid #eee;
}
/* .common-list li:first-child a{
  padding-top: 0;
} */
.common-list li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 12px 10px 12px 28px;
  color: #222222;
}
.common-list li a:hover {
  color: #025293;
}
.common-list li a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
}
.common-list li span {
  font-size: 14px;
  float: right;
  color: #999999;
  padding-top: 10px;
}
.common-list-container {
  position: relative;
  display: none;
}
.common-list-container.on {
  display: block;
}
.common-list-more {
  color: #a5a5a5;
  position: absolute;
  right: 15px;
  top: -50px;
  font-size: 14px;
}
.common-list-more:hover {
  color: #333;
}

/* MARK:common-header */
.common-header {
  margin-bottom: 33px;
}
.common-header a,
.common-header span {
  display: inline-block;
  font-size: 24px;
  color: #222;
  margin-left: 30px;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
}
.common-header a.on,
.common-header a:hover,
.common-header span.on {
  color: #025293;
}
.common-header a.on:after,
.common-header a:hover:after,
.common-header span.on:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #025293;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.common-header a:first-child,
.common-header span:first-child {
  margin-left: 0;
}

/* MARK:公共栏目头 */
.channel-header {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
}
.channel-header-title {
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
}
.channel-header-title span {
  color: #025293;
}
.channel-header-subtitle {
  font-size: 20px;
  color: #eceeef;
}
.channel-header:before {
  content: '';
  display: inline-block;
  width: 554px;
  height: 41px;
  background: url(../images/channel-left.png) no-repeat center right;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.channel-header:after {
  content: '';
  display: inline-block;
  width: 554px;
  height: 41px;
  background: url(../images/channel-right.png) no-repeat center left;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* MARK:footer links */
.wrapper-links {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f4f6f9;
  margin-top: 50px;
}
.sub-links-title {
  display: block;
  position: relative;
}
.sub-links-title:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
}
.footer-links ul {
  margin: 0 -14px;
}
.footer-links li {
  float: left;
  width: 25%;
  padding: 0 14px;
}
.footer-links li:hover .sub-links {
  height: 160px;
  border: 1px solid #cacaca;
}
.sub-links-container {
  display: inline-block;
  width: 100%;
  padding: 10px 16px;
  position: relative;
  background: #fff;
}
.sub-links {
  position: absolute;
  top: 36px;
  left: 0;
  overflow-x: hidden;
  height: 0;
  background: #fff;
  width: 100%;
  line-height: 32px;
  transition: 200ms;
  border-radius: 5px;
  z-index: 10;
}
.sub-links a {
  color: #000;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sub-links a:hover {
  color: #387fcf;
}

/* MARK:footer */
.wrapper-footer {
  padding: 42px 0;
  background: #005192;
}
.wrapper-footer .container-1400 {
  position: relative;
}
.footer-left {
  float: left;
}
.footer-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-left-image {
  text-align: center;
}
.footer-right-image img {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
}

.footer-right-dzjg img {
  height: 63px;
}
.footer-right-blxx {
  display: inline-block;
  width: 165px;
  vertical-align: middle;
}
.footer-right-blxx img {
  width: 100%;
  height: auto;
}
.footer-right-blxx img:first-child {
  margin-bottom: 3px;
}
.footer-right-wzdt {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 50px;
}
.footer-right-wzdt img {
  width: 39px;
  height: auto;
  margin-bottom: 5px;
}
.footer-right-wzdt p {
  color: #fff;
}

.footer-left p {
  color: #fff;
  margin-bottom: 15px;
}
.footer-left p:last-child {
  margin-bottom: 0;
}
.footer-left a {
  color: #fff;
}

/* MARK:面包屑导航 */
.wrapper-breadcrumb {
  background: #f7fafc;
}
.breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/* MARK:列表 */
.commonlist {
  background: #fff;
  margin-top: 30px;
  min-height: 500px;
}
.commonlist-left {
  width: 224px;
  background: #f6f9fa;
  float: left;
  text-align: center;
}
.commonlist-right {
  min-height: 300px;
  margin-left: 200px;
  padding-top: 17px;
  padding-left: 67px;
}
.commonlist-left-title {
  padding: 15px 0;
  background: #025293;
  color: #fff;
  font-size: 20px;
}
.commonlist-left-channels li {
  border: 1px solid #dddcdc;
  border-top: 0;
}
.commonlist-left-channels li a {
  display: block;
  padding: 14px 26px;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
}
.commonlist-left-channels li a:after {
  content: '';
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f6f9fa;
  border-top: 5px solid transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.commonlist-left-channels li a:hover,
.commonlist-left-channels li.on a {
  color: #025293;
  font-weight: bold;
}
.commonlist-left-channels li a:hover:after,
.commonlist-left-channels li.on a:after {
  border-left: 5px solid #025293;
}
.commonlist-right-ul {
  margin-bottom: 20px;
}
.commonlist-right-ul li {
  padding: 12px 0;
}
.commonlist-right-ul li:first-child {
  padding-top: 0;
}
.commonlist-right-ul li:nth-child(5n) {
  border-bottom: 1px dashed #dcdfe6;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.commonlist-right-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 28px;
  position: relative;
  padding-right: 10px;
}
.commonlist-right-ul li a:hover {
  color: #025293;
}
.commonlist-right-ul li a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 9999px;
}
.commonlist-right-ul li span {
  font-size: 14px;
  float: right;
  color: #999999;
  margin-top: 2px;
}

.commonlist-header {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
.commonlist-header a {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 14px;
  font-weight: bold;
}

.commonlist--noleft {
  padding-right: 0;
  margin-top: 0;
}
.commonlist--noleft .commonlist-right {
  margin-left: 0;
  padding-left: 0;
}
.commonlist--noleft .commonlist-right-channelname {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #1c5468;
  border-bottom: 1px dashed #eee;
}

.commonlist-jrxw {
  width: 100px;
  float: left;
  text-align: right;
}
.commonlist-jrxw span {
  background: #fd9e26;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.commonlist-jrxw span:after {
  content: '';
  display: inline-block;
  border-left: 4px solid #fd9e26;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.commonlist-content {
  margin-left: 120px;
}
.commonlist-content-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.commonlist-content-meta {
  margin-bottom: 15px;
}
.commonlist-content-meta span {
  color: #808080;
}
.commonlist-content-meta span:first-child {
  margin-right: 40px;
}
.commonlist-content-text {
  padding: 20px 0;
  line-height: 1.5;
  color: #808080;
  text-indent: 2em;
  position: relative;
}
.commonlist-content-text:before {
  content: '';
  display: inline-block;
  background: url(../images/list_semicolon_left.png) no-repeat center;
  width: 24px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateX(-100%);
}
.commonlist-content-text:after {
  content: '';
  display: inline-block;
  background: url(../images/list_semicolon_right.png) no-repeat center;
  width: 24px;
  height: 21px;
  position: absolute;
  right: 0;
  bottom: 10px;
  transform: translateX(100%);
}
.commonlist-a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}

#page-div {
  text-align: center;
}
#page-div .pagination-first {
  display: block;
  margin-bottom: 10px;
}
#page-div .pagination-last {
  display: block;
}
#page-div a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #c4c4c4;
  font-size: 14px;
  margin-right: 7px;
}
#page-div span {
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
#page-div #pagination-input {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  width: 30px;
  text-align: center;
  outline: none;
}
#page-div .pagination-num.active,
#page-div a:hover {
  background-color: #025293;
  border-color: #025293;
  color: #fff;
}

/* MARK:专题专栏页 */
.ztzl-list {
  margin: 0 -13px;
}
.ztzl-list li {
  float: left;
  width: 33.33333%;
  padding: 0 13px;
  margin-bottom: 49px;
}
.ztzl-list li a:hover img {
  transform: scale(1.05);
}
.ztzl-list li a:hover p {
  color: #1a5284;
}
.ztzl-list li img {
  width: 100%;
  height: 117px;
  transition: all 0.3s ease;
}
.ztzl-list li p {
  text-align: center;
  color: #333333;
  margin-top: 16px;
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
}

/* MARK:头条新闻 */
.line-hot-news {
  margin-top: 24px;
  margin-bottom: 24px;
}
.hot-news {
  padding: 0 30px;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.hot-news-img {
  width: 100px;
  float: left;
  position: absolute;
  left: -6px;
  top: -6px;
}
.hot-news-arcticle {
  margin-left: 100px;
  text-align: center;
}
.hot-news-title {
  font-size: 30px;
  color: #025293;
  margin-top: 23px;
  margin-bottom: 16px;
  padding: 0 10px;
  font-weight: bold;
}
.hot-news-content {
  padding-bottom: 25px;
}

/* MARK:新闻 */
.line-news {
  margin: 0 -20px;
  margin-bottom: 56px !important;
}
.news-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-list li {
  margin-bottom: 16px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: block;
  height: 62px;
  position: relative;
}
.news-list li a:hover .news-list-date {
  background: #d3eeff;
}
.news-list li a:hover .news-list-link {
  color: #025293;
}
.news-list-date {
  width: 62px;
  height: 62px;
  background: #f7fafc;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.news-list-date span:first-child {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.news-list-date span:last-child {
  font-size: 14px;
  color: #666666;
}
.news-list-link {
  display: block;
  margin-left: 62px;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 26px;
}

/* MARK:轮播图 */
.slideBox {
  width: 100%;
  height: 438px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0;
}

.slideBox .hd ul li.on {
  background: #2da1ff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.slideBox .bd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px;
  padding-right: 150px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.678);
}

.slideBox .bd ul {
  width: 100%;
  height: 100%;
}

.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  display: block;
  width: 24px;
  height: 64px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}

.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/* 网站地图 */
.map {
  padding: 10px;
}
.map .map-title {
  line-height: 40px;
  position: relative;
  padding: 0 13px;
  font-size: 18px;
  font-weight: bold;
  color: #025293;
}
.map .map-title:before {
  border-radius: 2px;
  content: '';
  width: 4px;
  height: 20px;
  background: #025293;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.map .map-links {
  padding: 5px 15px;
}
.map .map-links li {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
}

/* MARK:弹窗（提示登录、信件查询弹窗） */
.mail-message-box {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.mail-message-box-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.mail-message-box-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.mail-message-box-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #303133;
}
.mail-message-box-content {
  padding: 15px 15px;
  color: #606266;
  font-size: 14px;
}
.mail-message-box-buttons {
  padding: 10px 0;
}
.mail-message-box-buttons a {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}
.mail-message-box-buttons a:first-child {
  color: #fff;
  background-color: #0a5491;
  border-color: #0a5491;
}
.mail-message-box-close {
  position: absolute;
  top: -6px;
  right: 5px;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}
.mail-message-box-group {
  margin-bottom: 10px;
}
.mail-message-box-group label {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  padding: 0 12px 0 0;
  height: 40px;
  line-height: 40px;
}
.mail-message-box-group input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 250px;
}
@media screen and (max-width: 460px) {
  .mail-message-box {
    width: 80%;
  }
  .mail-message-box-group label {
    width: 100%;
    text-align: left;
  }
  .mail-message-box-group input {
    width: 100%;
  }
}

/* MARK:响应式 */
@media screen and (max-width: 1400px) {
  .container-1400 {
    width: 100%;
    padding: 0 20px;
  }
  .container-1400-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .channel-header:before {
    width: 350px;
  }
  .channel-header:after {
    width: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .logo img {
    width: 50%;
  }
  .search-box form {
    width: 100%;
    padding: 0 20px;
  }
  .search-box input {
    width: 70%;
  }
  .search-box button {
    width: 30%;
  }
  .header-top {
    padding: 0 20px;
  }
  .footer-left {
    float: none;
    text-align: center;
  }
  .footer-right {
    position: initial;
    width: 100%;
    float: none;
    transform: none;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* 新闻 */
  .news-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .news-right {
    width: 100%;
    float: none;
  }
  .news-list li a {
    height: auto;
    min-height: 62px;
  }
  .news-list-link {
    position: initial;
    transform: none;
    font-size: 16px;
  }

  /* 公共栏目头 */
  .channel-header:before {
    width: calc(50% - 120px);
  }
  .channel-header:after {
    width: calc(50% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .header-top-left {
    text-align: center;
    float: none;
  }
  .header-top-right {
    display: none;
  }
  .logo img {
    width: 70%;
  }
  .search-box input {
    height: 40px;
  }
  .search-box button {
    height: 40px;
  }
  .search-box button img {
    width: 20px;
  }
  .nav li {
    width: 33.33333%;
  }
  .nav li:last-child:after {
    display: inline-block;
  }
  .nav li span {
    font-size: 16px;
  }
  .footer-links li {
    width: 50%;
    margin: 10px 0;
  }

  /* 头条新闻 */
  .hot-news-img {
    display: none;
  }
  .hot-news-arcticle {
    margin-left: 0;
    padding: 10px;
  }
  .hot-news-title {
    font-size: 22px;
    margin-top: 0;
  }

  /* list */
  .commonlist-left {
    width: 100%;
    float: none;
  }
  .commonlist-right {
    margin-left: 0;
    padding-left: 0;
  }
  .commonlist-right-ul {
    margin-bottom: 20px;
  }

  /* 轮播图 */
  .slideBox {
    height: 300px;
  }

  /* 专题专栏列表 */
  .ztzl-list li {
    width: 50%;
  }
}

@media screen and (max-width: 425px) {
  .header-top a,
  .header-top span {
    font-size: 14px;
  }
  .search-box input {
    width: calc(100% - 110px);
  }
  .search-box button {
    width: 110px;
  }
  .logo img {
    width: 90%;
  }
  .footer-links li {
    width: 100%;
  }
  .wrapper-footer {
    padding: 25px 0;
  }
  .footer-left p {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .footer-right {
    display: none;
  }

  .channel-header-title {
    font-size: 24px;
  }
  .channel-header-subtitle {
    font-size: 18px;
  }
  .common-header {
    margin-bottom: 0px;
  }
  .common-header a,
  .common-header span {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .common-header2 a,
  .common-header2 span {
    font-size: 16px;
    padding: 8px 15px;
  }

  /* 头条新闻 */
  .hot-news-title {
    font-size: 18px;
  }
  .hot-news-content {
    padding-bottom: 0;
  }

  /* 轮播图 */
  .slideBox {
    height: 200px;
  }
  .slideBox .prev,
  .slideBox .next {
    margin-top: -40px;
    width: 30px;
    height: 100px;
  }

  /* 专题专栏列表 */
  .ztzl-list li {
    width: 100%;
  }
}
