@charset "utf-8";
/* CSS Document */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 0px;
}
 
/*定义滚动条轨道 内阴影+圆角*/f
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


/* css reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
	/* structural elements �ṹԪ�� */ dl, dt, dd, ul, ol, li,
	/* list elements �б�Ԫ�� */ pre,
	/* text formatting elements �ı���ʽԪ�� */ fieldset, legend, button,
	input, textarea, /* form elements �?Ԫ�� */ th, td {
	/* table elements ���Ԫ�� */
	margin: 0;
	padding: 0;
	border: 0px;
}

body, button, input, select, textarea {
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial",
		"Helvetica", "sans-serif";
	font-size: 14px;
	color: #333;
	/* [disabled]outline:none; */
}

button, input, select, textarea {
	outline: none;
}

html {
	line-height: 1;
}

address, cite, em, var, i {
	font-style: normal;
} /* ��б����� */
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

ul, ol, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.container:before{
	display: none !important;
}
/* ����ͼƬԪ�� */
img {
	border: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.bx_fl, .fl {
	float: left;
}

.bx_fr, .fr {
	float: right;
}
/* .container{width:1200px; margin:0 auto;} */
.clear {
	clear: both;
}

.c10 {
	height: 10px;
	width: 100%;
}

.c20 {
	height: 20px;
	width: 100%;
}

.c30 {
	height: 30px;
	width: 100%;
}

.dis {
	display: block;
	margin: 0px;
	padding: 0;
}

.undis {
	display: none;
	margin: 0px;
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}

.hot .item .img img, .hot .item .pic img {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari �� Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.hot .item .img img:hover, .hot .item .pic img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-moz-transform: scale(1.2, 1.2); /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari �� Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
}

/*top*/
.top {
	width: 100%;
	height: 3px;
}

.top>div {
	width: 20%;
	float: left;
	height: 3px;
}

.top>div.yellow {
	background-color: #ffb400;
}

.top>div.red {
	background-color: #ef3838;
}

.top>div.blue {
	background-color: #1e8dff;
}

/*head*/
.top-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.search-input-wrap {
	width: 350px;
}

.header {
	height: 155px;
	box-sizing: border-box;
	background-color: #fff;
}
.header .top-info.container {
    position: relative;
    padding: 0;
    height: 100px;
    line-height: 100px;
}
.header .logo {
	display: inline-block;
	float: left;
	width: 230px;
	height: 32px;
	margin-top: 24px;
	background-image: url(../img/tubiao.png);
	background-position: -286px -10px;
}

.rel {
	position: fixed;
	z-index: 2014;
	width: 100%;
}

.header-jf {
	position: absolute;
	top: 8px;
	right: 0;
}

.header-rss {
	position: absolute;
	top: 29px;
	right: 0;
}

.header-tag {
	position: absolute;
	top: 50px;
	right: 0;
}

.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn {
	width: 36px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	background-color: #24a5ff;
	border: 1px solid #24a5ff;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 9px;
	-moz-border-top-left-radius: 9px;
	-o-border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	-o-border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
}

.header-rss .rss-btn {
	background-color: #ff9000;
	border: 1px solid #ff9000;
}

.header-tag .tag-btn {
	background-color: #a500b9;
	border: 1px solid #a500b9;
}

.header-jf .jf-btn:hover {
	background-color: #fff;
	color: #24a5ff;
}

.header-rss .rss-btn:hover {
	background-color: #fff;
	color: #ff9000;
}

.header-tag .tag-btn:hover {
	background-color: #fff;
	color: #a500b9;
}

.nopadding {
	padding: 0 !important;
}

header.header.rel.container {
	padding: 0;
}

.header .nopadding {
	text-align: center;
	font-family: FZHTJW--GB1-0;
	font-size: 14px;
	color: #999999;
}
.swiper-container-tq.swiper-container {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 520px;
}

.swiper-container-tq.swiper-container a.swiper-slide {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #333;
}
.header .nopadding .col-sm-10 {
	height: 60px;
}

.header .nopadding .col-sm-10 .input-group {
	line-height: 60px;
}

.header .nopadding .col-sm-10 .input-group .form-control {
	float: unset;
}

.header button.btn.btn-default {
	color: #fff;
	position: absolute;
    right: 0;
    top: 40px;
    background-color: #0075C2;
    border-color: #0075C2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
}
.header-right input, .header-right button {
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    height: 40px;
}
.header div.col-sm-12.nav {
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
    background-color: #0078c1;
    height: 55px;
}

.header .col-sm-12.nav li.col-sm-2 {
	height: 55px;
	background-color: #0078c1;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-family: FZLTCHJW--GB1-0;
	font-size: 22px;
    font-weight: 600;
	padding: 0;
}
.header-right {
    width: 300px;
    position: absolute;
    right: 0;
    top: 10px;
}
.header .col-sm-12.nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.header .col-sm-12.nav li.checked a {
    color: #008FE7;
}
.header .col-sm-12.nav li.checked {
	color: #008FE7 !important;
    background-color: #fff;
}

.header .col-sm-12.nav li:hover {
	cursor: pointer;
}

.header .col-sm-12.nav ul li a:hover {
	color: #008FE7 !important;
    background-color: #fff;
}

/*footer*/
.footer {
	width: 100%;
	background: #ffffff;
	box-shadow: inset 0 4px 0 0 #002174;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.footerBut {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footerBut a{
	color: #333;
	padding: 0px 20px;
}

.upBut {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.upBut a{
	color: #333;
	padding: 0px 0px;
}
.footer .footer-link {
	line-height: 54px;
	border-bottom: 1px solid #3a3a3a;
	text-align: center;
}
.title.col-sm-3.link-list-title {
    font-weight: 600;
}
.footer .footer-link a {
	margin-left: 66px;
	font-family: FZHTJW--GB1-0;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.08px;
	text-align: center;
}

.footer .footer-link a:hover {
	text-decoration: underline;
}

.footer .copyright {
	font-family: FZHTJW--GB1-0;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	text-align: left;
	padding-top: 15px;
}

/*left-fixed*/
.left-fixed {
	position: fixed;
	left: 0px;
	bottom: 150px;
}

.left-fixed li p {
	font-family: FZLTCHJW--GB1-0;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.left-fixed li {
	padding: 3px;
}

/*right-fixed*/
.right-fixed {
	top: 305px;
	position: fixed;
	right: -160px;
}

.right-fixed li, .left-fixed li {
	width: 38px;
	height: 38px;
	background-color: #0091E4;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.right-fixed li.active, .left-fixed li.active {
	background-color: #053DB0;
}

.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo,
	.weixin-logo {
	background-image: url(../images/tubiao.png);
	background-repeat: no-repeat;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}

.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover
	{
	background-image: url(../images/tubiao.png);
	background-repeat: no-repeat;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}

.right-fixed .back-top {
	background-image: url(../images/tubiao.png);
	background-repeat: no-repeat;
}

.right-fixed .back-top:hover {
	background-image: url(../images/tubiao.png);
	background-repeat: no-repeat;
}

.right-fixed .app {
	background-position: -10px -170px;
}

.right-fixed .weixin {
	background-position: -65px -170px;
}

.right-fixed .wap {
	background-position: -120px -170px;
}

.right-fixed .back-top {
	display: none;
	background-position: -175px -170px;
}

.right-fixed .app:hover {
	background-position: -10px -114px;
}

.right-fixed .weixin:hover {
	background-position: -65px -114px;
}

.right-fixed .wap:hover {
	background-position: -120px -114px;
}

.right-fixed .back-top:hover {
	background-position: -175px -114px;
}

.app-logo, .weixin-logo, .wap-logo {
	width: 162px;
	display: none;
	position: absolute;
	bottom: 0;
	left: -162px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.app-logo {
	height: 180px;
	background-position: -180px -229px;
}

.weixin-logo {
	height: 200px;
	background-position: -10px -229px;
}

.right-fixed .app:hover .app-logo {
	display: block;
}

.right-fixed .weixin:hover .weixin-logo {
	display: block;
}

.right-fixed .wap:hover .wap-logo {
	display: block;
}

/*分页样式*/
/*page*/
.page-large {
	text-align: center;
}

.page-large a {
	min-width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	float: left;
	text-indent: 0;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 3px;
}

.page-large a.on {
	border: 1px solid #ef3838;
	background: #ef3838;
	color: #fff;
}

.page-large a.none {
	border: none;
}

.page-large .Num:hover {
	border: 1px solid #ef3838;
	color: #ef3838;
}

.page-large .on:hover {
	border: 1px solid #ef3838;
	color: #fff;
}

body .page-large a.on {
	background: #F1F7FE;
	border: 1px solid #1066B8;
	color: #1066B8;
}

body .page-large a {
	min-width: 32px;
	height: 26px;
	line-height: 26px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666;
}

body .page-large .Num:hover {
	border: 1px solid #1066B8;
	color: #1066B8;
}

body .page-large {
	text-align: right;
	margin-top: 20px;
}

.page-large .prev-page, .page-large .next-page {
	min-width: 72px;
}
header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    overflow: auto;
}
.total-page-wrap {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-left: 5px;
}

.total-page {
	color: #1066B8;
}

#pageNo {
	width: 36px;
	height: 26px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 5px;
}

#goPageBtn {
	width: 45px;
    border-radius: 6px;
    height: 26px;
    color: #333;
    background: #fff;
    border: 1px solid #DDDDDD;
}

/*热词*/
.hot-word-wrap {
	color: #000000;
	text-align: left;
	font-size: 14px;
	padding: 6px 10px 0;
	    white-space: nowrap;
    overflow: hidden;
    width: 463px
}

.hot-word {
	margin-right: 7px;
	padding-left: 10px;
	position: relative;
}

.hot-word:before {
	content: '';
	width: 1px;
	height: 10px;
	top: 5px;
	left: 0;
	background: #3F3F3F;
	position: absolute;
	z-index: 2;
}

.hot-word-first-child {
	padding-left: 0;
}

.hot-word-first-child:before {
	width: 0;
	height: 0;
	background: transparent;
}

/**/
section {
	background-color: #f6f6f6;
	
}

section div.border {
	border: 1px solid #DCDCDC;
	
}

section div.container {
	padding: 0;
	
}

.link-list-title {
	font-family: FZLTCHJW--GB1-0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.common_footer {
	width: 100%;
	padding: 20px 0;
	clear: both;
}

a {
	text-decoration: none !important;
}

a:hover {
	color: #D91516 !important;
}



textarea {
	resize: none !important;
}

select {
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/icon_xiala.png") no-repeat scroll right 10px
		center transparent !important;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 30px !important;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

.common_footer {
	position: relative;
}

.links-list-wrap {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	position: static !important;
	text-align: center;
}

.links-list {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 11;
	border: 1px solid #DCDCDC;
}
.links-list2 {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 11;
	border: 1px solid #DCDCDC;
}
.links-list-hover {
	background: #fff;
	border: 1px solid #DCDCDC;
	border-bottom-color: #fff;
	color: #053DB0;
}

.links-list img {
	margin-left: 20px;
}

.footer-con {
	position: absolute;
	left: 0;
	/*top: 29px;*/
	top: 54px;
	width: 100%;
	height: 110px;
	z-index: 10;
	background: #fff;
	border: 1px solid #DCDCDC;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 2px 20px 2px;
	overflow: auto;
	
}

.footer-con>a {
	font-size: 14px;
	color: #666;
	width: 181.6px;
	display: block;
	text-align: center;
	
}

html, body {
	overflow-x: hidden;
	min-width: 1280px;
}

.
.common_footer {
	padding: 20px 0;
	float: left;
}

.img-noData-wrap {
	width: 140px;
	margin: 60px auto;
}

.img-noData {
	width: 140px;
	height: 140px;
	position: relative;
	display: block;
	margin: auto;
}

.img-noDataText {
	font-size: 30px;
	font-weight: bold;
	color: #C8C8C8;
	text-align: center;
	width: 140px;
	margin-top: 10px;
}

.box-border {
	border: 1px solid #DCDCDC;
}

.box {
	padding: 20px;
}

.box-indent {
	text-indent: 2em;
}

.list-line {
	border-bottom: 1px dashed #4EB0E8;
	margin: 10px 0;
	clear: both;
}

.gray-line {
	border-bottom: 1px solid #DCDCDC;
	margin: 10px 0;
	clear: both;
}

.border-wrap {
	border: 1px solid #DCDCDC;
	padding: 20px 60px;
}

/*input文件上传样式*/
.input-file {
	opacity: 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.input-file-show-wrap {
	width: 280px;
	position: absolute;
	top: 0;
	right: 14px;
	height: 34px;
	line-height: 34px;
	z-index: 0;
	cursor: pointer;
}

.input-file-left {
	background: #0091E4;
	color: #fff;
	font-size: 16px;
	width: 84px;
	height: 34px;
	float: left;
	text-align: center;
}

.input-file-right {
	font-size: 14px;
	color: #999999;
	border: 1px solid #97C5F7;
	border-left: none;
	width: 196px;
	height: 34px;
	float: left;
	padding: 0 10px;
	background: #fff;
}

/*详细页面轮播图*/
.detail-swiper {
	padding: 30px 0;
}

.detail-swiper .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.detail-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.detail-swiper .gallery-top {
	height: 372px;
	width: 650px;
}

.detail-swiper .gallery-thumbs {
	width: 650px;
	height: 93px;
	box-sizing: border-box;
	padding: 10px 0;
}

.detail-swiper .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.detail-swiper .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/*右侧隐藏导航*/
section {
	position: relative;
}

#show-right-menu {
	position: absolute;
	right: 0;
	top: 20px;
}

.hand>img {
	width: 80px;
	height: 60px;
}
#right-menu {
	position: absolute;
	right: -80px;
	/*top: -20px;*/
	top: 0;
	z-index: 999;
	font-size: 8px;
}

.right-menu-list {
	width: 80px;
	height: 70px;
	background: #dbeef7;
	display: block;
	padding-top: 15px;
	color: #151515;
	opacity :0.7;
	border-bottom: 1px solid #DCDCDC;
}
.right-menu-list>div>i {
	font-size: 20px;
}

.right-menu-list>img {
	width: 20px;
	height: 20px;
	display: block;
	margin: auto;
}
div.box-list2 div.subitem {
    height: 88px;
    width: 83px;
    position: absolute;
    right: 267px;
    bottom: 100px;
    padding-right: 5px;
    display: none;
}
div.box-list2 div.subitem a{
	height: 44px;
	width: 100%;
	line-height: 44px;
	display: inline-block;
	background-color: #dbeef7;
	padding-left: 5px;
    color: #151515;
}
.right-menu-list>span {
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


.right-menu-list:hover {
	background: #0078c1;
	color: white!important;
	opacity: 1;
}
/*层级导航*/
.nav-wrap {
	padding: 10px 0;
	padding-left: 0;
	width: 100%;
}

.nav-wrap>a {
	color: #000;
	font-size: 14px;
	margin-right: 5px;
}

/*radio样式*/
input[type="radio"]+span::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 15px;
	height: 15px;
	margin-right: .4em;
	border-radius: 50%;
	border: 1px solid #0091E4;
	text-indent: .15em;
	line-height: 1;
	margin-top: -5px;
}

input[type="radio"]:disabled+span::before {
	border: 1px solid #999;
}

input[type="radio"]:checked+span::before {
	background-color: #0091E4;
	background-clip: content-box;
	padding: .2em;
}

input[type="radio"] {
	position: absolute;
	/*clip: rect(0, 0, 0, 0);*/
	opacity: 0;
}

.radio-wrap {
	display: inline-block;
}

.radio-wrap input[type=radio] {
	min-width: 16px;
	width: 16px;
	height: 16px;
	margin-top: 10px;
}

.common-top-wrap {
	width: 100%;
	background: #f5f5f5;
	line-height: 30px;
	height: 30px;
}

.common-top {
	width: 1170px;
	margin: auto;
	height: 100%;
}

.common-top .left-text {
	float: left;
	color: #555;
}

.common-top .right-text {
	float: right;
	padding-left: 20px;
	position: relative;
	color: #555;
}

.common-top .right-text:before {
	content: '';
	width: 1px;
	height: 16px;
	background: #DCDCDC;
	top: 7px;
	left: 10px;
	position: absolute;
	z-index: 2;
}

.common-top .right-text:last-child:before {
	content: none;
}

.common-top .right-text:last-child {
	border-left: none;
}
/* ******************************************************************** */
.list-wrap, .list-header-wrap, .list-content-wrap, .list-content {
	width: 100%;
	background: #fff;
}

/*  * * * * * * * * * * * * * * * * * * * * 模块样式A * * * * * * * * * * * * * * * * * * * * * * ** */
.list-header-wrap {
	border-bottom: 2px solid #0091E4;
	height: 40px;
}

.list-header {
	font-size: 20px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
	font-weight: bold;
	width: 113px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #0091E4;
	border-radius: 6px 6px 0 0;
	color: #fff;
	text-align: center;
}

.list-content-wrap {
	margin-top: 0;
	border: 1px solid #dcdcdc;
	border-top: none;
	padding: 20px 20px;
}

.list-title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis; /* for Opera */
	text-overflow: ellipsis; /* for IE */
	-webkit-line-clamp: 1;
}

.list-content {
	display: flex;
	justify-content: space-between;
	line-height: 27px;
}

.list-content>span, .list-content>a {
	font-size: 16px;
	display: inline-block;
	color: #000000;
}

.icon_dot {
	min-width: 13px;
	width: 13px;
}

.icon_dot>img {
	width: 5px;
	height: 4px;
}

.list-content>.list-time {
	min-width: 85px;
    width: 85px;
    font-size: 14px!important;
	color:#D91516
}

.list-more {
	font-size: 12px;
	float: right;
	line-height: 40px;
	margin-right: 20px;
	color: #0091E4;
	font-weight: bold;
}

/*  * * * * * * * * * * * * * * * * * * * * 模块样式B 旧样式 * * * * * * * * * * * * * * * * * * * * * * ** */
.old-module .list-header-wrap {
	border-bottom: none;
	height: auto;
}

.old-module .list-more {
	line-height: 22px;
}

.old-module .list-header {
	font-size: 20px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	position: relative;
	font-weight: bold;
	width: auto;
	height: auto;
	line-height: 18px;
	display: inline-block;
	background: transparent;
	border-radius: 0;
	color: #e4003d;
	text-align: center;
}

.old-module .list-content {
	line-height: 30px;
}

.old-module .list-content-wrap {
	border: none;
	padding: 0;
}

.old-module a.unactive {
	color: #666;
	border-bottom: none;
}

/*  * * * * * * * * * * * * * * * * * * * *列表模块样式  * * * * * * * * * * * * * * * * * * * * * * ** */
.list-module {
	border: 1px solid #DCDCDC;
	width: 100%;
}

.list-module .list-wrap {
	padding: 12px 20px;
	height: auto;
	width: 100%;
	min-height: 190px;
	position: relative;
}

.list-module .list-content-wrap {
	border: none;
	padding: 0;
}

.list-module .list-header-wrap {
	border-bottom: none;
}

.list-module .list-header {
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	background: transparent;
	color: #D91516;
	border-bottom: 2px solid #3c15d9;
	position: relative;
}

.list-module .list-header:before {
	content: '';
	width: 8px;
	height: 20px;
	background: #D91516;
	position: absolute;
	left: 0;
	top: 10px;
}

.list-module .list-content {
	line-height: 30px;
}

/*  * * * * * * * * * * * * * * * * * * * *文章内容详细模块样式  * * * * * * * * * * * * * * * * * * * * * * ** */
.info-wrap {
	width: 100%;
	border: 1px solid #DCDCDC;
	padding: 20px 40px;
}

.info-title {
	font-size: 26px;
	color: #053DB0;
	text-align: center;
	width: 100%;
	padding: 30px 0 20px;
}

.info-operation {
	font-size: 14px;
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
}

.info-article {
	font-size: 14px;
	padding: 10px 0;
}

.other-operation>span {
	margin-left: 20px;
}

.left-info {
	float: left;
}

.left-info>div {
	float: left;
}

.left-info>div>span, .right-info>div>span {
	color: #2a2a2a;
}

.left-info>div:first-child {
	margin-right: 30px;
}

.left-info>div>span:first-child, .right-info>div>span:first-child {
	font-weight: bold;
}

.right-info {
	float: right;
}

.left-info a, .right-info a {
	color: #333;
}

.other-operation {
	float: right;
}

.info-con {
	resize: none;
	width: 100%;
	height: auto;
	padding: 20px 40px;
	line-height: 30px;
	/*border-bottom: 1px solid #DCDCDC;*/
	/*margin-bottom: 20px;*/
	text-indent: 2em;
	font-size: 16px;
	min-height: 330px;
	overflow-x: hidden;
}

.info-wrap .other-operation img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 1px;
}

.info-download {
	font-size: 16px;
	padding: 20px 0;
	/*border-top: 1px dashed #4EB0E8;*/
}

.conctact-article {
	border-top: 1px dashed #4EB0E8;
	/*margin-bottom: 20px;*/
}

.download-text {
	min-width: 115px;
	width: 115px;
	margin-bottom: 5px;
	font-weight: bold;
}

.download-list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 4px 20px;
	font-size: 14px;
}

.download-list>a {
	display: block;
	color: #4174D2;
}

.conctact-article .download-list a {
	color: #4174D2;
}

.conctact-article .download-text {
	color: #FB0208;
}

/****************** 横向表格 *********************/
.my-table-h {
	margin-top: 20px;
}

.my-table-h tr td {
	height: 40px;
}

.my-table-h tr td:nth-child(odd) {
	text-align: center;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
	padding: 8px:; px !important;
	width: 90px;
}

.my-table-h tr td:nth-child(even) {
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
}

.color-red {
	color: #FB0208;
}

.info-con.font-size-big p, .info-con.font-size-big p a, .info-con.font-size-big p span,
	.info-con.font-size-big p span a, .info-con.font-size-big p span span,
	.info-con.font-size-big p strong, .info-con.font-size-big strong，
.info-con.font-size-big div, .info-con.font-size-big div span, .info-con.font-size-big div span p
	{
	font-size: 18px !important;
}

.info-con.font-size-middle p, .info-con.font-size-middle p a, .info-con.font-size-middle p span,
	.info-con.font-size-middle p span a, .info-con.font-size-middle p span span,
	.info-con.font-size-middle p strong, .info-con.font-size-middle strong，
.info-con.font-size-middle div, .info-con.font-size-middle div span,
	.info-con.font-size-middle div span p {
	font-size: 16px !important;
}

.info-con.font-size-small p, .info-con.font-size-small p a, .info-con.font-size-small p span,
	.info-con.font-size-small p span a, .info-con.font-size-small p span span,
	.info-con.font-size-small p strong, .info-con.font-size-small strong，
.info-con.font-size-small div, .info-con.font-size-small div span,
	.info-con.font-size-small div span p {
	font-size: 14px !important;
}

.info-con p, .info-con p a, .info-con p span, .info-con p span a,
	.info-con p span span, .info-con p strong, .info-con strong，
.info-con div, .info-con div span, .info-con div span p {
	line-height: 180% !important;
	font-family: 宋体 !important;
	font-weight: unset !important;
	font-size: 16px !important;
	text-indent: 2px;
   
}



/* #hutia a{
    
    display: block; 设置为块元素
    width: 124px;
    line-height: 34px; 设置垂直居中
    border: 1px solid #ca0c16;
     margin-left: 50%;
     color: #ca0c16;
    border-radius: 4px;
 }
  
  
  #hutia a:hover {
    color: #ca0c16 !important;
       background-color: #fcc7ca;
} */
img[src=""],img:not([src]){
			    opacity:0;
}


.info-con font {
	line-height: 180% !important;
	font-family: 宋体 !important;
	font-weight: unset !important;
	font-size: 16px !important;
	text-indent: 2px !important;
   
}

.info-con span {
	line-height: 180% !important;
	font-family: 宋体 !important;
	font-weight: unset !important;
	font-size: 16px !important;
	text-indent: 2px !important;
   
}

.sgBtn{width: 135px; height: 35px; line-height: 35px; margin-left: 10px; margin-top: 10px; text-align: center; background-color: #0095D9; color: #FFFFFF; float: left; border-radius: 5px;}



#microblogqrcodeimg{
	position: absolute;
    z-index: 99;
    display:none;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 400px;
}
#wechatqrcodeimg{
	position: absolute;
    z-index: 99;
    display:none;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 430px;
}
#microblogqrcodeimg img{
	width:100%;
	height:100%
}
#wechatqrcodeimg img{
	width:100%;
	height:100%
}

