.top {
	background: #f1f1f1;
	padding: 15px 0px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.topcontent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	height: 80px;
}

.topcontentleft {
	display: flex;
	align-items: center;
}

.topcontentleft ul {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.topcontentleft ul a {
	font-size: 22px;
	padding: 0 15px;
	margin: 0 5px;
	color: #555050;
	transition: all 0.6s;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.topcontentleft ul a.active {
	background: #bd0c16;
	color: white;
}

.topcontentleft ul a:hover {
	background: #bd0c16;
	color: white;
}

.search {
	margin-left: 10px;
}

.search img {
	height: 26px;
	vertical-align: middle;
	padding-right: 5px;
}

.search a {
	font-size: 22px;
	vertical-align: middle;
}


.topcontentright {
	display: flex;
}

.ewmlist {
	margin-left: 15px;
}

.ewmlist img {
	width: 80px;
}

.ewmlist p {
	background: #bd0c16;
	color: white;
	text-align: center;
	padding: 2px 0px;
}

.jianju {
	height: 138px;
}


/* 点击打开搜索页弹窗 代码开始 */
#tanchuang {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	background: rgba(244, 244, 244, 0.98);
	border: 1px solid #ddd;
	z-index: 9999;
}

.close-btn {
	position: absolute;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	font-size: 80px;
	font-weight: 100;
	color: #999;
}

.close-btn:hover {
	color: #333;
}

.searchtop {
	padding-top: 60px;
	text-align: center;
	position: relative;
}

.searchlogo {
	margin-bottom: 40px;
}

.searchlogo img {
	max-height: 100px;
}


input#searchkey {
	height: 66px;
	font-size: 23px;
	color: #4b4b4b;
	letter-spacing: 0;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ccc;
	width: 870px;
	padding: 0px 15px;
	outline: none;
}

input#searchkey::placeholder {
	color: gray;
}

input#searchkey[type="text"]:focus {
	border: 3px solid #bd0c16;
}


.searchtuijian {
	margin-top: 88px;
	display: flex;
	justify-content: space-between;
}

.searchremen,
.searchresou {
	width: 48%;
}

p.rementitle {
	margin-bottom: 20px;
	color: #4b4b4b;
	font-size: 18px;
}

.remenbox a {
	display: flex;
}

.rementext {
	margin-left: 20px;
}

.rementext h3 {
	padding-bottom: 5px;
}

.remenbox img {
	width: 140px;
}

p.resoutitle {
	margin-bottom: 20px;
	color: #c03;
	font-size: 18px;
	font-weight: bold;
}

.searchresou ul li {
	list-style: auto;
	margin-left: 20px;
}

.searchresou ul li a {
	font-size: 14px;
	height: 30px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.searchresou ul li a:hover {
	color: #bd0c16;
	text-decoration: underline;
}

.searchresou ul li:nth-child(1)::marker {
	color: #bd0c16;
	font-size: 18px;
}

.searchresou ul li:nth-child(2)::marker {
	color: #f60;
	font-size: 18px;
}

.searchresou ul li:nth-child(3)::marker {
	color: #faa90e;
	font-size: 18px;
}

.searchresou ul li:nth-child(4)::marker {
	color: #4b4b4b;
	font-size: 18px;
}


/* 点击打开搜索页弹窗 代码结束 */



.topnews {
	margin: 60px auto;
}

.topnews h2 {
	font-size: 30px;
	text-align: center;
}

.topnews ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.topnews ul li {
	margin: 0px 20px;
	max-width: 48%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.topnews ul li a {
	font-size: 18px;
}


.mySwiper {
	margin-bottom: 30px;
}

.indexlunbo {
	position: relative;
}

.indexlunbo p {
	position: absolute;
	bottom: 50px;
	color: white;
	font-size: 24px;
	padding: 0px 20px;
}


.main {
	display: flex;
	justify-content: space-between;
}

.mainleft {
	width: 70%;
	width: 825px;
}


.fixed {
	top: 136px;
}


ul.tabs {
	display: flex;
	width: 825px;
	background: white;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	height: 40px;
	align-items: center;
	z-index: 2999;
}


/* 设置滚动条的整体宽度 */
::-webkit-scrollbar {
	width: 12px;
	height: 6px;
	width: 0px;
	height: 0px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

/* 滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}




ul.tabs li {
	padding-right: 24px;
}

ul.tabs li a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #303133;
	position: relative;
	display: inline-block;
}

ul.tabs .tablist_active a {
	font-weight: bold;
}

ul.tabs .tablist_active a::after {
	position: absolute;
	content: "";
	width: 110%;
	height: 2px;
	left: 0;
	bottom: 0px;
	transition: all .4s ease;
	background: #bd0c16;
}





ul.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

ul.list li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	position: relative;
	/* 	transition: all 0.6s; */
}

ul.list li:hover .itemtext {
	transition: all .4s ease-in 0s;
	transform: translateY(10px);
}

ul.list li:nth-child(4n) {
	margin-right: 0px;
}


.itempic {
	height: 20vh;
	height: 120px;
	overflow: hidden;
}

.itempic img {
	width: 108%;
	height: 108%;
	object-fit: contain;
}

.itemtext {
	padding: 20px 10px;
}

.itemtext p.p1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	min-height: 40px;
}

.itemtext p.p2 {
	color: #bd0c16;
	padding-top: 10px;
	font-size: 14px;
}

.hot {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 10px;
	font-family: Avenir, Helvetica, Arial, sans-serif;
	width: 26px;
	height: 22px;
	line-height: 22px;
	color: #f1f41e;
	background: #db2916;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 12px;
	z-index: 100;
	text-align: center;
}


.more {
	text-align: center;
	margin: 35px auto;
}

.more a {
	background: #fff;
	border: 1px solid #f1f1f1;
	font-size: 18px;
	color: #999;
	display: block;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
}

.more a:hover {
	background: #bd0c16;
	color: white;
}



.mainright {
	width: 28%;
	width: 355px;
}

.mrightbox1 img {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 20px;
}

.titlebox {
	font-size: 18px;
	background: #f1f1f1;
	border-top: 5px solid #bd0c16;
	height: 55px;
	line-height: 55px;
	text-indent: 2px;
	color: #4b4b4b;
	margin-bottom: 25px;
}

.titlebox img {
	height: 18px;
	vertical-align: middle;
	padding-left: 12px;
}

.titlebox a {
	text-align: right;
	float: right;
	margin-right: 12px;
	font-size: 12px;
}



.myscroll {
	height: 260px;
	margin: 0 auto;
	border: 1px solid #ccc;
	font-size: 12px;
	overflow: hidden;
}


.myscroll ul li {
	height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.myscroll ul li a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
}

.myscroll ul li a:hover {
	color: #bd0c16;
	text-decoration: underline;
}

.mrightbox2 {
	margin-top: 30px;
	border: 1px solid #ccc;
}

.mrightbox2con {
	padding: 0px 20px 20px 20px;
}

.mrightbox2con ul li {
	margin-bottom: 20px;
}

.mrightbox2con ul li:last-child {
	margin-bottom: 0px;
}

.mrightbox2con ul li a {
	display: flex;
	justify-content: space-between;
}

.mrightbox2con ul li img {
	width: 130px;
	border-radius: 5px;
}

.mrightbox2con ul li span {
	color: gray;
	padding-left: 15px;
}


.foot {
	background: #bd0c16;
	padding: 40px 0px;
	color: white;
	margin-top: 50px;
}

.foot a {
	color: white;
}

.footcon ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footcon ul li a {
	padding: 0px 10px;
	font-size: 16px;
}

.copyright {
	text-align: center;
	margin: 15px 0px;
	font-size: 12px;
}

.copyright span,
.footbot span {
	padding: 0px 10px;
}

.footbot {
	text-align: center;
}







/* list.html */
.listcontent {
	margin: 50px auto;
}

.listcontent ul.tabs {
	width: 1200px;
}

.listcontent .itempic {
	height: 20vh;
}

.itempic img {
	height: auto;
}


/* article.html */
.article {
	margin: 50px auto;
}

.ptitle {
	text-align: center;
	font-family: Helvetica;
	font-size: 32px;
	line-height: 46px;
	color: #4b4b4b;
}

.authorandtime {
	font-size: 16px;
	color: #999;
	margin: 10px 15px 25px 0;
	text-align: center;
}

.authorandtime span {
	padding: 0px 13px;
}

.thefirstpic {
	text-align: center;
}

.thefirstpic img {
	max-width: 530px;
}

.thefirsttext {
	background: #f1f1f1;
	margin: 25px 0px;
	font-size: 16px;
	padding: 10px 8px;
}

.articlecopyright {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

.articlecopyright ul li {
	padding: 3px 0px;
	color: #2f2d2d;
}

.articlecopyright ul li span.graytext {
	font-size: 16px;
	color: #888888;
	padding-right: 5px;
}

.articlecopyright ul li span.bigtext {
	padding-left: 5px;
}

.articlecontent {
	margin: 50px 0px;
}

.articlecontent p {
	padding: 8px 0px;
	font-size: 16px;
	text-wrap: wrap !important;
}

.articlecontent span {
	text-wrap: wrap !important;
}

.articlecontent p span {
	text-wrap: wrap !important;
}

.articleadv img {
	width: 100%;
}

.tuijian {
	margin: 50px 0px 100px 0px;
}


/* 文章详情页  右侧悬浮客服开始 */
.asid_share {
	position: fixed;
	bottom: 150px;
	left: 50%;
	margin-left: 600px;
	z-index: 1000;
}

.asid_share_box {
	color: #ccc;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 38px;
	height: 38px;
}

.asid_share_box a {
	font-size: 12px;
	font-weight: 100;
}

.asid_share .asid_share_box a:hover {
	background: none !important;
}

.asid_share .asid_share_box .asid_title {
	font-size: 12px;
	display: block;
	text-align: center;
	display: inline-block;
	width: 30px;
	line-height: 16px;
	font-weight: normal;
}

.asid_share .red_bag {
	background: none;
	text-decoration: none;
	color: black;
}


.asid_share .asid_sha_layer {
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	right: 47px;
	bottom: -44px;
}


.asid_share_box img.adid_icon {
	height: 30px;
}

.sweep_img img {
	width: 140px;
	height: 140px;
}

.asid_share .asid_sha_layer {
	width: 140px;
	padding: 10px;
	box-sizing: initial;
}

p.tuijiantitle {
	margin-bottom: 14px;
	color: #4b4b4b;
	font-size: 18px;
}

/* 文章详情页  右侧悬浮客服结束 */


/* zsresult.html */
.zhengshu {
	margin: 50px auto;
}

.zhengshutitle {
	margin-bottom: 40px;
	color: black;
}

table.zstable {
	border-collapse: collapse;
}

table.zstable tr td {
	padding: 16px 12px;
	font-size: 16px;
}

table.zstable tr td.textbold {
	padding: 20px 12px;
}

.textcenter {
	text-align: center;
}

.textbold {
	font-weight: bold;
}

.text21 {
	font-size: 21px !important;
}

table.zstable tr td.tableleft {
	width: 92px;
	text-align-last: justify;
}

table.zstable tr td.tablepic {
	text-align: center;
	width: 180px;
}

table.zstable tr td p {
	line-height: 30px;
}

.nodata {
    font-size: 16px;
    color: #393737;
    margin-bottom: 42vh;
}


/* zsindex.html */
.zsform {
	margin: 100px 0px 80px 0px;
	display: flex;
	justify-content: center;
}

.xiantiao {
	background: #f1f1f1;
	height: 1px;
	margin: 50px 0px;
}

.tishi {
	margin-bottom: 25vh;
	font-size: 16px;
	color: #535050;
}



input#zsname,
input#zssfz {
	height: 50px;
	font-size: 18px;
	color: #4b4b4b;
	letter-spacing: 0;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	width: 300px;
	padding: 0px 15px;
	outline: none;
}

input#zssfz {
	margin: 0px 10px;
}

input#zssubmit {
	width: 100px;
	font-size: 18px;
	background: #bd0c16;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

input#zsname::placeholder,input#zssfz::placeholder {
	color: gray;
}

input#zsname[type="text"]:focus,input#zssfz[type="text"]:focus {
	border: 1px solid #bd0c16;
}