@charset "gb2312";
@font-face {
  font-family: "FZDHTJW";
  src: url(./FZDHTJW.ttf);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

body {
  color: rgba(0,0,0,.85);
  font-family: "Microsoft YaHei"; 
}


ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

a {
  color: #333;
}

a:hover {
  opacity: 85%;
  text-decoration: none;
}

.header {
  height: 340px;
  background: top center/cover url(../img/bg-header.jpg) no-repeat;
}
.header .logo-wrapper img {
  max-width: 100%;
}
.header .toppest-header {
  padding: 14px 0;
  font-size: 14px;
}
.header .toppest-header a {
  color: #115db2;
}
.header .toppest-header .float-right a + a::before {
  content: "|";
  margin: 0 2px;
}
.header .mid-header {
  padding-top: 60px;
}
.header .bottom-header {
  padding-top: 100px;
}

.main-news-list .entry-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #b1b1b1;
  font-size: 22px;
  color: #333;
}
.main-news-list .entry-wrapper .title {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-orient: vertical; /* Mozilla */
  -webkit-box-orient: vertical; /* WebKit */
  -moz-box-pack: center; /* Mozilla */
  -webkit-box-pack: center; /* WebKit */
  text-overflow: ellipsis;
  height: 70px;
  overflow: hidden;
}
.main-news-list .entry-wrapper .title a>span{
	font-family: ¿¬Ìå, SimKai; font-size: 20px;
	}

.search-section .search-wrapper {
  background: rgba(255, 255, 255, 0.49);
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 320px;
  transition: 0.5s ease all;
}
.search-section .search-wrapper:focus-within {
  width: 380px;
}
.search-section .search-wrapper .search-input {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #333;
  flex: 1;
  padding-left: 16px;
}
.search-section .search-wrapper .search-input::placeholder {
  color: #aeaeae;
}
.search-section .search-wrapper .search-btn {
  background-color: transparent;
  border: 0;
  border-radius: 60px;
  outline: 0;
  padding: 0 24px;
  background-color: #eb2111;
}
.search-section .search-wrapper .search-btn .iconfont {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.header-func > span{
  font-size: 14px;
  color: #5e5e5e;
  margin-right: 20px;
  cursor: pointer;
}
.header-func > span:hover{
  color: #03101a;
}

.search-wrapper {
	width: 100%;
	line-height: 30px;
	height: 32px;
	display: flex;
	transition: 0.5s all ease;
	background: #fff;
	border-radius:15px;	border: 1px solid #dfdfdf;

}
.search-wrapper .iconfont {
	border: 0;
	line-height: 28px;
	font-size:18px;
	color: #fff;
}
.search-input {
	padding: 0 10px;
	flex: 1;
	background-color: transparent;
	outline: 0; border:none;
}
.search-btn {
	border: 0;
	min-width: 45px;
	color: #fff;
	height:30px; 
	background: #eb2111;
	border-radius:15px;
}
.search-btn:hover {
	color: #fff;
	background: #eb2111;
}

.breadcrumbs{
  margin-top: 36px;
  margin-bottom: 40px;
  height: 26px;
  line-height: 26px;
  width: 100%;
  box-sizing: border-box;
}
.breadcrumbs span,
.breadcrumbs a{
  font-size: 16px;
  color: #03101a;
}
.breadcrumbs img{
  width: 15.16px;
  height: 18px;
  margin-right: 6px;
}
.breadcrumbs a:hover{
  color: #cb1608
}
.breadcrumbs a:last-child{
  color: #cb1608
}
.breadcrumbs a::after{
  display: inline;
  content: "";
}
.breadcrumbs a:last-child::after{
  display: none;
}

#topNavbar {
  background-color: #1f51b9;
  padding: 0;
}
#topNavbar .first-ul{
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
#topNavbar .first-ul > li{
  height: 50px;
  width: 126px;
}
#topNavbar .first-ul > li a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: all .2s;
}
#topNavbar .first-ul > li:hover{
  background: #005ae5;
}
#topNavbar .second-ul{
  width: 100%;
  background: #005ae5;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 9999;
  transform: translateY(1px);
  flex-wrap: wrap;
}
#topNavbar .second-ul > li{
  height: 0;
  transition: all .2s;
  overflow: hidden;
  margin: 0 8px;
}
#topNavbar .second-ul > li a{
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: 8px;
  border-radius: 4px;
}
#topNavbar .second-ul > li a:hover{
  background-color: #fff;
  color: #03101a;
}
#topNavbar .first-ul > li:hover .second-ul li{
  height: 50px;
}

/* 
#topNavbar {
  background-color: #1f51b9;
  padding: 0;
}
#topNavbar .navbar-brand {
  padding: 15px 0;
}
#topNavbar .navbar-nav .nav-item {
  padding: 16px;
  border-right: 1px solid #0036a5;
}
#topNavbar .navbar-nav .nav-item .nav-link {
  white-space: balance;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
#topNavbar .navbar-nav .nav-item .nav-link .iconfont {
  font-size: 28px;
}
#topNavbar .navbar-nav .nav-item .nav-link span {
  display: inline-block;
}
#topNavbar .navbar-nav .nav-item.active {
  background-color: #083592;
} */


.footer-section {
  background-color: #1f51b9;
  border-top: 3px solid #1f51b9;
}
.footer-section span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  padding: 0 5px;
}
.footer-section span a {
  color: #fff;
}

.headline-section {
  background: #f9f9f9;
  padding: 20px 0;
}
.headline-section .container .headline-wrapper {
  position: relative;
  padding: 18px 40px;
  display: flex;
  align-items: center;
}
.headline-section .container .headline-wrapper .headline-tag {
  padding-right: 80px;
}
.headline-section .container .headline-wrapper .headline-content {
  overflow: hidden;
}
.headline-section .container .headline-wrapper .title {
  font-family: Microsoft Yahei;
  text-align: center;
  margin-bottom: 18px;
}
.headline-section .container .headline-wrapper .title a {
  font-size: 36px;
  color: #1f51b9;
}
.headline-section .container .headline-wrapper .headline-list {
  display: flex;
}
.headline-section .container .headline-wrapper .headline-list a {
  font-size: 18px;
  color: #666;
}
.headline-section .container .headline-wrapper .headline-list li + li:before {
  color: #ddd;
  content: "|";
  padding: 0 8px;
}

.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-tab-wrapper {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
}
.news-tab-wrapper .more-tag {
  margin-left: auto;
  flex: 0 0 70px;
  text-align: center;
}
.news-tab-wrapper .more-tag::before {
  font-size: 18px;
  color: #000;
  content: "";
}
.news-tab-wrapper .more-tag::after {
  color: #999;
  font-size: 20px;
  flex: 0 0 20px;
  margin-left: 4px;
  font-family: iconfont;
  content: "\e8f0";
}
.news-tab-wrapper > .news-tab.tab-nav {
  align-items: center;
  flex-wrap: nowrap;
}
.news-tab-wrapper > .news-tab.tab-nav > .nav-item {
  flex: 0 0 auto;
  position: relative;
}
.news-tab-wrapper > .news-tab.tab-nav > .nav-item > .nav-link {
  text-align: left;
  min-width: 170px;
  font-size: 28px;
  color: #999;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid transparent;
  position: relative;
  bottom: -2px;
}
.news-tab-wrapper > .news-tab.tab-nav > .nav-item > .nav-link.active {
  color: #000;
  border-bottom: 4px solid #eb2111;
}
.news-tab-wrapper > .news-tab.tab-nav > .nav-item > .nav-link.active .iconfont {
  display: inline-block;
  border-radius: 50%;
  background-color: #eb2111;
  color: #fff;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  margin-right: 5px;
}

#externalLinkTab {
  margin-left: auto;
  align-self: flex-end;
}

.external-link-tab {
  margin-bottom: 10px;
}
.external-link-tab .nav-link {
  color: #333;
}
.external-link-tab .nav-link.active {
  background: #1f51b9;
  border-radius: 10px;
  color: #fff;
}

.external-link-list {
  display: flex;
  flex-wrap: wrap;padding-left:2rem;
}
.external-link-list .entry {
  padding: 8px 2px;
  flex: 0 0 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.external-link-wrapper.tab-content {
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.column-link {
  display: block;
  margin-bottom: 21px;
}
.column-link img {
  width: 100%;
}
.column-link:nth-last-child(1) {
  margin-bottom: 0;
}

.bg-pink {
  background: linear-gradient(0deg, #ffeae2, #ff7377);
}

.bg-light-blue {
  background: linear-gradient(0deg, #e3f3fc, #d1ecfb);
}

.complaint-link-wrapper {
  background: top center/cover url(../img/bg-complaint-link.jpg);
  padding: 15px 0;
}
.complaint-link-wrapper a {
  color: #fff;
  font-size: 24px;
  line-height: 30px !important;
}
.complaint-link-wrapper a .iconfont::before {
  font-size: 28px;
  line-height: 30px !important;
}

.complaint-info-wrapper {
  display: flex;
  padding: 20px;
  background-color: #f7f7f7;
}
.complaint-info-wrapper .complaint-info-title {
  flex: 0 0 60px;
  margin-right: 25px;
}
.complaint-info-wrapper .complaint-info span {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.open-section .news-list-wrapper .entry-wrapper:nth-child(1) .title a {
  color: #000;font-weight: 600;
}

.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 18px;
  color: #333333; 
  padding:.4rem;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #03101a;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #2770bf;
  opacity: 100%;
}
.open-section .news-list-wrapper .entry-wrapper:nth-child(1) .title a:hover {
  color: #2770bf;font-weight: 600;
}

.news-list-wrapper2 .entry-wrapper .title a:hover {
  color: #CB1608;
  opacity: 100%;
}


.news-list-wrapper .entry-wrapper .date {
  color: #999;
  flex: 0 0 7.5rem;
  text-align: right;
}

.news-list-wrapper2{ margin-bottom:1.5rem;}
.news-list-wrapper2 .entry-wrapper {
  display: flex;
  font-size: 18px;
  color: #333333;
  line-height:30px; padding:.8rem 0; border-bottom:1px solid #e7eaed;
}

.child-channel-list-wrapper {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
}

.child-item-wrapper {
  padding: 4px 15px;
  max-width: 180px;
}

.child-item-wrapper:hover {
  background: #1a82ed;
  border-radius: 10px;
  color: #fff;
}

.child-item-wrapper:hover a {
  color: #fff;
}

.child-item-wrapper::before {
  content: "";
}

.column-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #1f51b9;
}
.column-title > .iconfont {
  font-size: 28px;
  color: #1f51b9;
  margin-right: 5px;
}

.column-list-wrapper {
  border: 1px solid #1f51b9;
}
.column-list-wrapper .title {
  background-color: #1f51b9;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 6px 20px;
}
.column-list-wrapper .title .iconfont {
  font-size: 28px;
  margin-right: 10px;
}
.column-list-wrapper .title .btn-collapse {
  color: #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.column-list-wrapper .title .btn-collapse.collapsed {
  transform: rotate(0deg);
}
.column-list-wrapper .list-wrapper {
  padding: 15px 10px;
}
.column-list-wrapper .list-wrapper .entry {
  font-size: 18px;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column-list-wrapper .list-wrapper .entry::before {
  content: "";
}

/*.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #aaa;
}
*/
.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.image-list-entry .title {
  background-color: #eee;
  padding: 4px 16px;
  text-align: center;
}

.btn-more-channel .dropdown-menu .dropdown-item {
  max-width: 200px;
}

.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper > .title {
  font-size: 30px;
  color: #1f5781;
  padding: 10px 0;
  text-align: center;
}

.content-detail-wrapper{
  box-sizing: border-box;
  padding: 0 50px;
  width: 100%;
  position: relative;
}
.content-detail-title{
font-size: 26px;
  color: #1f5781;
  font-weight: bold;
  text-align: center;
  line-height: 45px; margin-bottom:2rem;
}
.content-detail-title .title{
	font-family: ¿¬Ìå, SimKai; font-size: 20px;
}
.content-detail-title .secondtitle{
	font-size: 20px;
}

.content-detail-info{
  width: 100%;
  margin: 1rem auto;
  text-align: center;
  height: 34px;
  line-height: 34px;
  position: relative;
  padding-bottom: 10px; 
  border-bottom: 1px solid #ddd;
}
.content-detail-info > span{
  font-size: 14px;
  color: #616977;
  margin-left: 20px;
}
.content-detail-info span:last-child{
  margin: 0;
}
.content-detail-info .content-detail-share{
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #606265;
  cursor: pointer;
  transition: all .2s;
}
.content-detail-info .content-detail-share .img-delta{
  margin-left: 10px;
  margin-top: 11.4px;
  width: 11px;
  height: 5.2px;
  transform: rotateZ(180deg);
  transition: all .2s;
}
.content-detail-info .content-detail-share .content-detail-share-downdrop{
  left: 0;
  top: 28px;
  position: absolute;
  height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(229, 233, 236, 1);
  transition: all .2s;
}
.content-detail-info .content-detail-share:hover{
  background: #f5f5f5;
  color: #303030;
}
.content-detail-info .content-detail-share:hover .img-delta{
  transform: rotateZ(0deg);
}
.content-detail-info .content-detail-share:hover .content-detail-share-downdrop{
  height: 190px;
  box-sizing: border-box;
  padding-top: 22px;
}
.content-detail-share-downdrop a{
  display: block;
  width: 100%;
  height: 26px;
  display: flex;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 14px;
}
.content-detail-share-downdrop a img{
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.content-detail-share-downdrop a img.share-icon-on{
  display: none;
}
.content-detail-share-downdrop a span{
  line-height: 26px;
  color: #6d6d6d;
  font-size: 12px;
}
.content-detail-share-downdrop a:hover img.share-icon{
  display: none;
}
.content-detail-share-downdrop a:hover img.share-icon-on{
  display: block;
}
.content-detail-context{
  margin-top: 23px;
	padding: 20px;
}
.content-detail-context p{
	line-height: 2em !important;
	margin-bottom: 16px !important;
	/* é»?è®?6px */
	font-size: 16px;
}
.content-detail-context span{
	font-size:16px;
}
#WX{
  width: 240px;
  height: 305px;
  border: 1px solid #d8d8d8;
  z-index: 11001;
  font-size: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
}
#WX .weixin_popup{
  box-sizing: border-box;
  padding: 10px;
}
#WX .weixin_popup_title{
  font-size: 12px;
  font-weight: bold;
  user-select: none;
}
#WX .weixin_popup_close{
  cursor: pointer;
  color: #333;
  font-size: 16px;
}
#WX .weixin_popup_close:hover{
  color: #999;
}
#WX .wexin_popup_foot{
  font-size: 12px;
  text-align: left;
  color: #666;
  line-height: 22px;
}
#weixin{
  box-sizing: border-box;
  padding: 15px 10px;
  min-height: 185px;
}




.ewmr{ position: fixed; top: 420px; right: 30px; }
.ewmclose{ position: absolute; padding-left: 15px; font-size: 12px; color: #6C6C6C; right: 5px; top: -5px; background:url(../img/ewm2_close.png) no-repeat left center; height: 15px; line-height: 15px; cursor: pointer; }
.ewmcon{ margin: auto; margin-top: 10px; text-align: center;border: 1px solid #E3E0DB;padding: 15px 8px 0; background: #fff;}
.ewmcon img{width:160px; padding-bottom:3px;}
.ewmcon p{text-align: center;font-size:14px; padding-bottom:8px;}
.ewmcontitle {font-size: 18px;text-align: center;color:#6a6a6a;padding: 0 0 8px;font-weight: bold;}




/*.detail-content-wrapper .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #c6c6c6;
  padding: 20px 0 10px;
  border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
  font-size: 20px;
  color: #667;
  vertical-align: middle;
}*/
.detail-content-wrapper .content-wrapper {
    color: rgba(0,0,0,.85);
  padding: 35px 0; font-size:18px; line-height:2em;  
}
.detail-content-wrapper .content-wrapper p{
      margin-bottom: 16px !important;
}

.detail-content-wrapper .content-wrapper img {
  max-width: 100%;
}
/*.detail-content-wrapper .detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.detail-content-wrapper .detail-file-list .file-entry {
  line-height: 2;
  display: flex;
}
.detail-content-wrapper .detail-file-list .file-entry .date {
  flex: 0 0;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  color: #999;
}*/

#mainCarousel {
  height: 380px;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
  border-radius: 50%;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}

#mainNewsTab {
  background-color: #1f51b9;
  border-bottom: 0;
}
#mainNewsTab .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  padding: 10px 50px;
  border: 0;
}
#mainNewsTab .nav-item .nav-link.active {
  position: relative;
}
#mainNewsTab .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 5px);
  border-bottom: 5px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#mainNewsTab .more-tag::before {
  color: #fff;
}

.zhuanti-swiper-wrapper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.zhuanti-swiper {
  overflow: hidden;
}

.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}

.zhuanti-swiper-wrapper .swiper-button-prev {
  left: -2px;
  right: auto;
}

.zhuanti-swiper-wrapper .swiper-button-next {
  right: -2px;
  left: auto;
}

.open-section-wrapper {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}
.open-section-wrapper .section-title {
  background-color: #f3f3f3;
  padding: 10px 24px;
}
.open-section-wrapper .section-title a {
  color: #1384d9;
  font-size: 20px;
  line-height: 32px;
}
.open-section-wrapper .section-title a .iconfont {
  font-size: 28px;
  line-height: 32px;
  vertical-align: bottom;
}

.open-list {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.open-list .entry {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 15px 30px;
}
.open-list .entry .entry-link .iconfont {
  background-color: #1384d9;
  color: #fff;
  font-size: 48px;
  padding: 16px;
  border-radius: 50%;
}
.open-list .entry .entry-link .title {
  display: block;
  margin-top: 5px;
  color: #000;
}

a.catalog-title{
  height: 26px;
  line-height: 24px;
  display: inline-flex;
  flex-grow: 0;
  margin-bottom: 20px;
}
a.catalog-title .catalog-title-bar{
  height: 100%;
  width: 7px;
  background-color: #cb1608;
}
a.catalog-title span{
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #cb1608;
}
a.catalog-title img{
  width: 8px;
  height: 16px;
  margin-left: 15px;
  transform: translateY(6px);
}
.content-menu-list{
    display: flex;
    justify-content: space-stretch;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-menu-list li{
    margin-top: 46px;
padding: 1.5rem;
  flex: 0 0 25%;
  overflow: hidden;
}
.content-menu-list li a{
    text-align: center;
    display: block;
    width: 100%;
    height: 100%; background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F2EA 100%);
    border: 1px solid #EEE6D6;
    line-height: 140px;
    margin: auto;
    font-size: 24px;
    color: #03101A;
}
.content-menu-list li a span{
    transition: all .2s;
}
.content-menu-list li a:hover span{
    color: #939393;
}
.content-menu-list a img{
    width: 10px;
    height: 19px;
    margin-left: 10px;

}

@media only screen and (max-width: 991px) {
  #topNavbar .navbar-nav .nav-item {
    border-right: 0;
  }
  .header .bottom-header {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 250px;
  }
  .header .mid-header {
    padding-top: 10px;
  }
  .header .bottom-header {
    padding-top: 10px;
  }
  #mainCarousel {
    height: 260px;
  }
  #topNavbar {
    padding: 0 15px;
  }
  #topNavbar .navbar-nav {
    padding-bottom: 20px;
  }
  #topNavbar .navbar-nav .nav-item {
    padding: 8px;
  }
  #topNavbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .logo-wrapper {
    padding: 5px;
  }
  .logo-wrapper img {
    width: 100%;
  }
  .headline-section .container .headline-wrapper {
    padding: 16px;
  }

.content-menu-list li{
  flex: 0 0 100%;padding: .5rem;
  overflow: hidden; margin:0;
}
.content-menu-list li a{
    line-height: 60px;
    font-size: 18px;
}
.external-link-list {
padding-left:0rem;
}
.external-link-list .entry {
  flex: 0 0 80px; font-size:16px;
}
.ewmr{ display:none;}
}


@media only screen and (max-width: 575px) {
  .header {
    height: 220px;
  }
  .headline-section .container .headline-wrapper .title a {
    font-size: 24px;
  }
  .news-tab-wrapper > .news-tab.tab-nav .nav-item .nav-link {
    font-size: 22px;
  }
  .open-wrapper .open-list-wrapper .entry {
    flex: 1 1 100%;
    font-size: 18px;
  }
  .open-wrapper .open-list-wrapper .entry a .iconfont {
    font-size: 35px;
    margin-right: 8px;
  }
}

.main_news_more{
  float: right;
}
.main_news_more img{
  width: 11px;
  height: 10px;;
}
.main_news_more span{
  font-size: 14px;
  padding-left: 10px;
  color: #999999;
}
.main_news_more .icon_more_img_active{
  display: none;
}
.main_news_more:hover span{
  color: #064ec0;
}
.main_news_more:hover .icon_more_img{
  display: none;
}
.main_news_more:hover .icon_more_img_active{
 display: inline;
}