/* CSS Document */

@font-face {
    font-family: 'iconfont';
    src: url('/hdimg/bas/font/iconfont.eot');
    src: url('/hdimg/bas/font/iconfont.eot') format('embedded-opentype'),
        url('/hdimg/bas/font/iconfont.woff2') format('woff2'),
        url('/hdimg/bas/font/iconfont.woff') format('woff'),
        url('/hdimg/bas/font/iconfont.ttf') format('truetype'),
        url('/hdimg/bas/font/iconfont.svg') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body, html {
  -webkit-tap-highlight-color: transparent;
  background:#fff;
  color:#333;
}
* {
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,h7,th,p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftgray{ color:rgba(0,0,0,0.5);}
.ftGreen{color:#360;}
.ftStrong{ font-weight:bold;}
body {
	font-size: 16px;
}
a{
    color: #333;
}
img {
	border: 0;
}

ul,li {
	list-style: none;
}
.navbox{
    position: absolute;
    left: 50px;
    float: right;
}
.sch_ico{
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}
#sch_main{
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 15;
    display: none;
}
#sch_main .sch_w{
    height: 26px;
    line-height: 26px;
    float: left;
    background: #fff;
    border:none;
    padding:0 10px;
}
#sch_main .sch_btn{
    width: 36px;
    height: 26px;
    float: left;
    background: none;
    border:none;
    text-indent: -999em;
}
header{
	position:relative;
    height: 60px;
    background-color: #ebf0f6;
	}
header h1{
	overflow:hidden;
	text-align:center;
    float: left;
    padding-left: 15px;
	}
header h1 img{
    float:left;
    width:auto!important;
    height: 60px;
	}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-header{
	width: auto;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index:10;
	margin-top:-15px;
}
.websitename{
	float:left;
	line-height:50px;
	padding-left:10px;
	color:#fff;
	font-size:16px;}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 30px;
	font-size:25px;
	text-align: center;
	float:left;
	width: 30px;
	position: relative;

}
.mobile-inner-header-icon:hover{
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 3px;
	background-color:#0076e6;
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(3){
transform: translateY(0px) rotate(0deg);
    }
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
.mobile-inner-header-icon-click span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
    }
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);

  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
      opacity: 1
  }

  100% {
    opacity: 0
  }
}
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-nav{
	background-color: rgba(0,118,230,0.9);
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 10px 0 20px;
	display: none;
	z-index:10;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 35px;
	text-decoration: none;
	width: 90%;
	margin-left: 5%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

/*Ô¤¼ÓÔØÑùÊ½*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #0076e6;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.swiper-container {
	width: 100%;
}

.swiper-container img {
	display: block;
	width: 100%;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child {
    border-top: 0;
}
.rec-item {
    text-align: left;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child .inner-item {
    border-top: none !important;
}
.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}
.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}
.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}
.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
	margin-bottom:5px;
	overflow:hidden;
}
.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("https://m.www.0371kucun.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}
.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}
.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content > div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
    overflow: hidden;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    /*padding-top: 66.67%;*/
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;*/
}
.weui-tab__bd{
	padding-bottom:55px;}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
	padding:0 16px;
}
.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW??AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}
.s-news-special-item-tpl-3 h2{
	width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
	font-weight: normal;
	}
.s-news-special-item-tpl-3 h2 .name2{
    font-size: 14px;
    color: #777;
}
.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', ???¨ª????;
}
.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
	font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.s-news-special-item-tpl-3 .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #999;
    text-indent: 2em;
    padding-top: 5px;
}
.s-news-special .from {
    width: 100%;
    position: relative;
	color: rgba(0,0,0,0.4);
    font-size: 13px;
	display:block;
	padding-top:8px;
}
.s-news-special .from .src-net {
    margin-right: 6px;
}
.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}
.s-news-special .src-net a,.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    color: #999\9;
}
.weui-tabbar{
	position:fixed;}
.weui-cells__title{
	font-size:18px;}

.weui-article{
	line-height:2em;
    padding-top: 0;
}
.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 24px;
    padding: 10px 0 0;
    text-align: center;
    font-weight: bold;
}
.weui-article h2.rich_media_title2{
    margin-bottom: 10px;
    color: #777;
}
.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
     border-bottom: 1px solid #ddd;
     text-align: center;
}
.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_meta_text {
    color: #8c8c8c;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}
.yuedu_box{
	color: #8c8c8c;
	}

.contact-box .weui-cell__bd p{
	width:50px;}
.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
	font-size:14px;
}
input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
	font-size: inherit;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
}
.content-block{
	padding:10px 15px 0;}
.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100%;
    bottom: 20px;
    left: auto;
    right: 5px;
    text-align: center;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: #d7d7d7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0076e6;
}
.swiper-slide img{
    width: 100%;
}
.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}
.padding-top-50 {
    padding-top: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}
.margin-top-50 {
    margin-top: 50px;
}
.contentbox{ padding: 10px; }
.left_submenu{
    text-align: center;
    margin-bottom: 10px;
}
.left_submenu li{
    display: inline-block;    
    margin-bottom: 0px;
    padding: 5px;
}
.left_submenu li a{
    padding: 10px;
    display: inline-block;
    background-color: #fff;
}
.left_submenu li a.on{
    background-color: #0076e6;
    color: #fff;
}
.weui-panel__hd{
    font-weight: bold;
    font-size: 18px;
}

.column{
    margin: 0;
    font-size: 24px;
    position: relative;
    padding: 40px 0 20px;
    line-height: 30px;
}

.column .cn{
    z-index: 2;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    width: auto;
    display: inline-block;
    font-weight: bold;
    display: flex;
    justify-content:flex-start;
    align-items: center;

}

.column .more{
    color: #8e8e8e;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
}
.column img {
    float: left;
    width: 30px;
    margin-right: 5px;
}
.img-responsive{
    width: 100%;
}
.weui-photo-browser-modal{
    z-index: 10000;
}
.columnlist{
    padding:20px 20% 0;}
.columnlist a{
    display:block;
    line-height:2.5em;
    margin-bottom:10px;
    text-align:center;
    background:rgba(255,255,255,0.8);
    border-radius:5px;}
.tab-news-content{
    background:#fff;
    margin-bottom: 50px;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #0076e6;
    text-transform: uppercase;
}
.weui-tabbar__item .weui-tabbar__label{
    text-transform: uppercase;
}
.tab-news-content .tpl-2 .ldpicbox{
    height: 150px;
}
.weui-footer{
    background: #5f5f5f;
    padding:30px 0;
    color: #bababa;
    line-height: 1.8em;
}
.weui-footer a{
    color: #bababa;
}
.weui-footer .weui-footer__text br:last-child{
    display: none;
}
.weui-footer .weui-footer__text .itemname{
    letter-spacing: 4px;
}
.weui-footer .weui-footer__text:nth-child(1),
.weui-footer .weui-footer__text:nth-child(2) {
    text-align:left;
    padding-left: 30px;
}
.columnlist{
    padding:20px 20%;
    min-height: 300px;}
.columnlist a{
    display:block;
    line-height:2.5em;
    margin-bottom:10px;
    text-align:center;
    background:rgba(255,255,255,0.8);
    border-radius:5px;}
.hide{
    display: none;
}
.mobile-inner-nav a.hide{
    display: none;
}
.weui-article h1{
    margin-bottom: 10px;
    font-weight: bold;
}

.body{
    padding: 0 10px;
    position: relative;
}
#adlist {
    width: 100% !important;
    height: 70px !important;
    background: #ebf0f6;
}
#adlist .toutiao{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 50px;
}
#adlist .topic{
    padding: 0 60px;
    color: #0076e6;
    margin-top: 8px;
}

#adlist .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
}

#adlist .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}

.jianjie_main .desc a{
    line-height: 2em;
    color: #656565;
}

.gupiao{
    background: url(/hdmbi/img/bg1.jpg) no-repeat center;
    background-size: cover;
}
.gupiao a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff;
}
.gupiao .left{
    font-weight: bold;
}
.gupiao .sj{
    text-align: center;
}
.gupiao .sj .sj1{
    font-size: 18px;
    font-weight: bold;
}
.ywly{
    padding-bottom: 40px;
}
.ywly .text{
    background: #f7f9fc;
    padding: 10px;
}
.ywly .text .title{
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}
.ywly .text .desc{
    line-height: 2em;
    margin-top: 10px;
    color: #656565;
}
.ywly .swiper-pagination{
    bottom: 0;
}

.ywly .swiper-pagination-bullet{
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px!important;
}
.ywly .swiper-pagination-bullet-active{
    background: #0076e6;
    border: 1px solid #0076e6;
}

.xwdt {
    padding-bottom: 0px;
}

.xwdt .text {
    background: #f7f9fc;
    padding: 10px;
}

.xwdt .text .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 8px;
    height: 68px;
    line-height: 1.7em;
    color: #0076e6;
}

.xwdt .text .desc {
    line-height: 2em;
    margin-top: 10px;
    color: #656565;
}
.xwdt .text .time{
    margin-top: 8px;
    color: #8e8e8e;
}

.xwdt .swiper-pagination {
    bottom: 10px;
    text-align: right;
    right: 7px;
    left: auto;
}

.xwdt .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px !important;
}

.xwdt .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}
.infolist li{
    line-height: 2em;
}
.infolist li .time{
   float: right;
   color: #8e8e8e;
}
.infolist li .title{
    padding-right: 10px;
}

.xwdtad .swiper-pagination {
    bottom: 7px;
    text-align: right;
    right: 7px;
    left: auto;
}

.xwdtad .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px !important;
}

.xwdtad .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}


.ddjs .text {
    background: #f7f9fc;
    padding: 10px;
}

.ddjs .text .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 8px;
    height: 68px;
    line-height: 1.7em;
}

.ddjs .text .desc {
    line-height: 2em;
    margin-top: 10px;
    color: #656565;
}

.ddjs .text .time {
    margin-top: 8px;
    color: #8e8e8e;
}

.ddjs .swiper-pagination {
    bottom: 10px;
    text-align: right;
    right: 7px;
    left: auto;
}

.ddjs .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px !important;
}

.ddjs .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}

.infolist2 li{
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.infolist2 li .time{
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 15px 10px;
    border-right: 1px solid #e1e1e1;
}
.infolist2 li .time .ri{
    font-size: 20px;
    line-height: 20px;
}
.infolist2 li .time .ny {
    color: #8e8e8e;
    font-size: 14px;
}
.infolist2 li .title{
    padding-top: 8px;
    line-height: 1.8em;
}

.xmzs {
    padding-bottom: 40px;
}

.xmzs .text {
    background: #f7f9fc;
    padding: 10px;
}

.xmzs .text .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.xmzs .text .desc {
    line-height: 2em;
    margin-top: 10px;
    color: #656565;
}

.xmzs .swiper-pagination {
    bottom: 0;
}

.xmzs .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px !important;
}

.xmzs .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}
.foot_link{
    padding: 20px 0 10px;
}
.foot_link select{
    background: #d9dadb;
    line-height: 30px;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.crbox{
    text-align: center;
    color: #fff;
}
.crbox a{
    color: #fff;
}
.crbox .title1{
    font-size: 22px;
    font-weight: bold;
}
.crbox .wz{
    font-size: 14px;
}
.lxwm_list{
    margin-top: 10px;
}
.lxwm_list li{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    background: #f7f9fc;
    margin-bottom: 10px;
}
.lxwm_list li .icon{
    flex: none;
    width: 30px;
    margin-right: 10px;
}


.infolist_nei li{
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.infolist_nei li h2{
    font-size: 16px;
    font-weight: normal;
}
.infolist_nei li .time{
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.piclist_nei li{
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.piclist_nei li h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}

.tuwenlist_nei li{
    background: #fff;
    margin-bottom: 10px;
}
.tuwenlist_nei li .text {
    padding: 10px;
}
.tuwenlist_nei li .desc {
    font-size: 14px;
    color: #8e8e8e;
    margin-top: 10px;
}
.tuwenlist_nei li .time {
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    color: #8e8e8e;
    margin: 10px 0;
    padding-top: 10px;
}
.gywm_link{
    overflow: hidden;
}
.gywm_link li{
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 20px 0;
}
.gywm_link li:nth-child(2n){
    margin-right: 0;
}
.gywm_link li:nth-child(1),
.gywm_link li:nth-child(4) {
    background: url(/hdmbi/img/bg3.jpg) no-repeat center;
    background-size: cover;
}
.gywm_link li:nth-child(2),
.gywm_link li:nth-child(3) {
    background: url(/hdmbi/img/bg2.jpg) no-repeat center;
    background-size: cover;
}
.gywm_link li img{
    height: 30px;
    width: auto;
}
.gywm_link li p{
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.up_fzlc{
    position: relative;
}

.mySwiper{
    margin: 0 20px 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.mySwiper .time{
    border: 1px solid #f0f0f0;
    color: #656565;
    font-size: 24px;
    text-align: center;
    height: 100%;
    border-radius: 100%;
    display: flex;
    justify-content:center;
    align-items: center;

}
.mySwiper .swiper-slide-thumb-active .time {
    border: 1px solid #0076e6;
    color: #0076e6;
}
.mySwiper2{
    overflow-x: hidden;
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    width: 15px;
    top: 45px;
    background: none;
    left: 0;
}
.mySwiper2 .swiper-button-next{
    left: auto;
    right: 0;
}
.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: 30px;
    color: #656565;
}
.mySwiper2 .detail-cont{
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.mySwiper2 .title_cyh{
    font-weight: bold;
    font-size: 24px;
    color: #0076e6;
}
.mySwiper2 .detail-cont p{
    line-height: 2em;
    text-indent: 2em;
}
.mySwiper2 .detail-cont .line5{
    height: 160px;
}

.zzry {
    padding-bottom: 40px;
}

.zzry .text {
    background: #f7f9fc;
    padding: 10px;
}

.zzry .text .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.zzry .text .desc {
    line-height: 2em;
    margin-top: 10px;
    color: #656565;
}

.zzry .swiper-pagination {
    bottom: 0;
}

.zzry .swiper-pagination-bullet {
    background: none;
    border: 1px solid #b7b7b7;
    box-sizing: border-box;
    margin: 0 3px !important;
}

.zzry .swiper-pagination-bullet-active {
    background: #0076e6;
    border: 1px solid #0076e6;
}

.infolist3 li{
    margin-bottom: 10px;
}
.infolist3 li .text {
    background: #f7f9fc;
    padding: 10px;
}

.infolist3 li .text .title {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 8px;
    height: 68px;
    line-height: 1.7em;
}

.infolist3 li .text .time {
    margin-top: 8px;
    color: #8e8e8e;
}

.piclist li{
    margin-bottom: 10px;
}
.piclist li a{
    display: flex;
    justify-content:center;
    align-items: center;
    background: #f7f9fc;

}
.piclist li .pic{
    width: 40%;
    flex: none;
    margin-right: 10px;
}
.piclist li img{
    display: block;
}
.piclist li .text{
    line-height: 2em;
}

.ywly_cyu_con{
    overflow: hidden;
    background: #f7f9fc;
    margin-bottom: 10px;
}
.float-left{
    float: left;
}
.float-right {
    float: right;
}
.ywly_cyu_con .ywly_cyh_img{
    width: 55%;
}
.ywly_cyu_con .ywly_cyh_img img{
    display: block;
}
.ywly_cyu_con .ywly_cyh_text{
    width: 45%;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
    background: url(/hdmbi/img/bg7.png) no-repeat center;
    background-size: cover;
}

 .panel-body {
     background: #f7f9fc;
     margin-bottom: 10px;
     padding: 10px;
     line-height: 2em;
 }

 .panel-body:not(:nth-child(2)) {
     display: none;
 }
 .panel .panel-header{
     background: #7b7b7b url(../../../img/dot1.png) no-repeat center 40px;
     color: #fff;
     text-align: center;
     padding-bottom: 25px;
     margin-top: 10px;
     background-size: 15px;
     padding-top: 10px;
 }
 .panel .panel-header.on{
     background: #0076e6 url(../../../img/dot1_on.png) no-repeat center 40px;
     background-size: 15px;
 }

 .jtwh .pic{
     position: relative;
     z-index: 1;
 }
 .jtwh .text{
     width: 90%;
     background: #f7f9fc url(../../../img/bg5.jpg) no-repeat center;
     background-size: cover;
     padding: 10px;
     box-sizing: border-box;
     margin: -40px auto 0;
     position: relative;
     z-index: 2;
 }
  .jtwh .text .title{
      font-size: 20px;
      color: #0076e6;
      margin-bottom: 5px;
  }
  .jtwh .text .desc{
      color: #8e8e8e;
      text-align: center;
      line-height: 2em;
  }

  .ygfc {
      padding-bottom: 40px;
  }

  .ygfc .text {
      background: #f7f9fc;
      padding: 10px;
  }

  .ygfc .text .title {
    text-align: center;
}


  .ygfc .swiper-pagination {
      bottom: 0;
  }

  .ygfc .swiper-pagination-bullet {
      background: none;
      border: 1px solid #b7b7b7;
      box-sizing: border-box;
      margin: 0 3px !important;
  }

  .ygfc .swiper-pagination-bullet-active {
      background: #0076e6;
      border: 1px solid #0076e6;
  }

.rlzy_link_list li:nth-child(1){
    background-color: #366092;
}
.rlzy_link_list li:nth-child(2) {
    background-color: #013b60;
}
.rlzy_link_list li:nth-child(3) {
    background-color: #012060;
}
.rlzy_link_list li a{
    color: #fff;
}
.rlzy_link_list li{
    margin-bottom: 10px;
    font-size: 18px;
}
.rlzy_link_list li .rlzy_link_list_con{
    display: flex;
    justify-content:center;
    align-items: center;
    height: 60px;
}
.rlzy_link_list li img{
    width: 30px;
    height: auto;
}
.rlzy_link_list li .img_cyh{
    margin-right: 10px;
}

.responsive-table{
    width: 100%;
    overflow-x: scroll;
}