/*
* @Author: wxh
* @Date:   2021-09-17 17:33:53
 * @Last Modified by: OMT.Xu
 * @Last Modified time: 2021-12-21 16:15:44
*/
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	resize: none;
	border: 0;
	background: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
body, .w {
    min-width: unset;
}
html {
	font-size: 62.5%;
}
body {
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	background: url('../images/bg_page.png') repeat-y;
	background-position: center top;
	background-size: 1920px auto;
}
body.mob {
	min-width: unset;
	padding-top: 50px;
	overflow-x: hidden;
}

.w {
	width: 1200px;
	margin: 0 auto;
}
.mob .w {
	width: 100%;
}
.fl {float: left;}
.fr {float: right;}
.db {display: block;}
.oh {overflow: hidden;}
.por {position: relative;}
.poa {position: absolute;}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "\0020";
}
.clearfix {
    zoom: 1;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: url('../images/bg_page.png') repeat-y;
	background-position: center top;
	background-size: 1920px auto;
}
.header .title {
	font-size: 20px;
	font-weight: bold;
	color: #035696;
}
.navitem {
	font-size: 16px;
	margin-left: 50px;
	color: #000;
}
.navitem.on {
	font-weight: bold;
	color: #035696;
}
.banner {
	width: 100%;
	height: 500px;
	background: url('../images/banner.jpg') no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.banner.gycs {
	height: 30px !important;
}
.subbanner {
	width: 100%;
	height: 300px;
	background: url('../images/subbanner.jpg') no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.introduce {
	background-color: #fff;
	border-radius: 25px;
	margin-top: -30px;
	padding: 30px;
	box-sizing: border-box;
	font-size: 15px;
}
.introduce.sub {
	margin-top: 30px;
	margin-bottom: 130px;
}
.introduce .hd {
	padding-left: 30px;
	background: url('../images/icon_desc.png') no-repeat;
	background-position: left 3px;
	background-size: auto 85%;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.intro-txt {
	line-height: 1.8;
}
.home-list {
	margin-top: 50px;
}
.home-list .hd {
	padding-left: 30px;
	background: url('../images/icon_list.png') no-repeat;
	background-position: left 3px;
	background-size: auto 85%;
	font-weight: bold;
	font-size: 24px;
}

.list {
	width: 1250px;
	padding-bottom: 30px;
}
.list-item {
	margin: 30px 40px 0 0;
	background-color: #fff;
	border-radius: 25px;
	padding: 25px;
}
.list-item .thumb {
	width: 530px;
	height: 300px;
	border-radius: 20px;
	object-fit: cover;
}
.list-item .count {
	left: 20px;
	bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.list-item .name {
	width: 400px;
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;  /* 溢出用省略号表示 */
	white-space:nowrap;  /* 始终保持在一行显示 */
}
.list-item .desc {
	font-size: 16px;
	color: #666;
}
.list-item .vote-btn {
	right: 20px;
	top: 10px;
	width: 108px;
	height: 46px;
	background: url('../images/icon_btn.png');
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.footer {
	width: 100%;
	height: 81px;
	padding: 100px 0;
	background: url('../images/bg_footer.jpg') repeat-x;
	background-position: center top;
	background-size: auto 100%;
	text-align: center;
}
.footer .block {
	display: inline-block;
	width: 32%;
	text-align: left;
	vertical-align: top;
}
.footer .block:nth-child(1) {
    margin-right: 0;
	width: 20%;
	margin-left: 5%;
}
.footer .block .th {
	color: #035696;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 40px;
}
.footer .block .th:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 2em;
	height: 3px;
	background-color: #fac259;
}
.footer .block .td {
	font-size: 15px;
	color: #333;
}

.detail-box {
	margin: 30px auto;
	padding: 30px;
	background-color: #fff;
	border-radius: 25px;
}
.detail-box .showbox {
	width: 720px;
	height: 405px;
	border-radius: 25px;
	overflow: hidden;
	background-color: #333333;
}
.detail-box .info {
	width: 450px;
}
.detail-box .name {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.detail-box .sort {
	font-size: 20px;
	font-weight: normal;
	color: #035696;
}
.detail-box .desc {
	height: 240px;
	margin: 30px 0;
	overflow-y: auto;
	line-height: 1.8;
	font-size: 15px;
}
.detail-box .desc img,
.detail-box .desc br {
	display: none;
}
.detail-box .desc * {
	text-align: left !important;
}
.detail-box .count {
	font-size: 24px;
	font-weight: bold;
	color: #035696;
}
.detail-box .vote-btn {
	width: 108px;
	height: 46px;
	background: url('../images/icon_btn.png');
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

.qrcode {
	display: none;
	left: 172px;
	top: 45px;
	width: 200px;
	height: 200px;
	padding: 15px 15px 40px;
	background: #fff;
}
.qrcode p {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.detail-box .qrcode {
	left: 115px;
	top: 76px;
	border: 1px solid #ddd;
}

.showbox video {
	object-fit:fill;
}

.topvideo {
	margin-top: 50px;
}
.topvideo .showbox {
	width: 1200px;
	height: 675px;
	margin-top: 30px;
	border-radius: 25px;
	overflow: hidden;
}
.topvideo .hd {
	padding-left: 30px;
    background: url(../images/icon_topvideo.png) no-repeat;
    background-position: left 3px;
    background-size: auto 85%;
    font-weight: bold;
    font-size: 24px;
}

.home-list .hd span {
	font-size: 16px;
	color: #e00;
}
.listsort {
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.mob .listsort {
    top: 5px;
    right: 5px;
    font-size: 12px;
}
.mob .home-list .hd span {
	font-size: 12px;
}
.mob .footer .block {
	width: 50%;
}
.mob .footer .block:nth-child(1) {
	width: 45%;
	margin-left: 0;
}

.mob .topvideo .hd {
    font-size: 16px;
    padding-left: 5px;
    background: none;
}

.mob .topvideo {
	box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
.mob .topvideo .showbox {
	width: 100%;
    box-sizing: border-box;
	height: 0;
    padding-top: 56.25%;
}
.mob .topvideo .showbox * {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mob .header {
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	background: url(../images/wap_top_bg.png) no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.mob .header .title {
	font-size: 13px;
	color: #fff;
}
.mob .nav {
	display: none;
}
.mob .home-list {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	overflow-x: hidden;
}
.mob .introduce {
	width: unset;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: -50px;
}
.mob .introduce.sub {
	margin-top: 20px;
	margin-bottom: 30px;
}
.mob .introduce .hd {
	font-size: 16px;
	padding-left: 5px;
	background: none;
}
.mob .home-list .hd {
	font-size: 16px;
	padding-left: 5px;
	background: none;
}
.mob .list {
	width: 100%;
	overflow-x: hidden;
}
.mob .list-item {
	width: 48%;
	margin: 10px 0 0 0;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.mob .list-item:nth-child(odd) {
	margin-right: 4%;
}
.mob .list-item .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.mob .list-item .count {
	left: 10px;
	bottom: 10px;
	font-size: 14px;
}
.mob .list-item .name {
	width: 70%;
	height: 2.4em;
	overflow: hidden;
	line-height: 1.2;
	font-size: 14px;
}
.mob .list-item .vote-btn {
	font-size: 12px;
	top: -4px;
	right: 0;
	width: 50px;
	height: 25px;
	line-height: 25px;
	background: url(../images/icon_btn.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.mob .list-item .desc {
	display: none;
	font-size: 12px;
	margin-top: 5px;
}
.mob .footer .block .td {
	font-size: 10px;
}
.mob .footer {
	width: unset;
	padding: 30px 10px;
	background: none;
}
.mob .footer .block .th {
	font-size: 14px;
	padding-bottom: 20px;
}
.mob .footer .block .th:after {
	bottom: 10px;
}
.mob .thumbwrap {
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.mob .intro-txt {
	position: relative;
	padding-bottom: 30px;
}

.mob .intro-txt .wrap {
	overflow-wrap: break-word;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	height: 430px;
}
.mob .intro-txt .wrap p,.mob .intro-txt .wrap div {
	overflow-wrap: break-word;

}
.mob .intro-txt.on .wrap {
	display: block !important;
	height: auto !important;
}
.linkrule {
	display: none;
}
.mob .linkrule {
	position: absolute;
	right: 5px;
	bottom: 0;
	display: block;
	float: right;
	color: #0976c6;
	text-decoration: none;
}
.mob .qrcode {
	left: 72px;
    top: 12px;
    width: 100px;
	height: 100px;
}
.mob .qrcode p {
	font-size: 12px;
}
.mob .tips .w {
	width: 86%;
	margin: unset;
}
.mob .subbanner {
	display: none;
}
.mob .detail-box {
	padding: 0;
	margin: 0;
	width: 100%;
	background: none;
	border-radius: 0;
}
.mob .detail-box .showbox {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	float: unset;
	border-radius: 0;
}
.mob .detail-box .showbox.gycs {
	display: none;
}
.mob .detail-box .showbox * {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mob .detail-box .info {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #fff;
	margin-bottom: 50px;
}
.mob .footer.detail {
	display: none;
}
.mob .detail-box .name {
	font-size: 18px;
	position: relative;
}
.mob .detail-box .sort {
	font-size: 14px;
}
.mob .bottombar {
	position: fixed;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 640px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	z-index: 1;
	background: url('../images/bg_page.png') repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.mob .detail-box .vote-btn {
	font-size: 14px;
	width: 50px;
	height: 25px;
	line-height: 25px;
	background: url(../images/icon_btn.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-right: 15%;
	margin-top: 12.5px;
}
.mob .detail-box .count {
	width: 49%;
	text-align: center;
	font-size: 16px;
}
.mob .detail-box .desc img,
.mob .detail-box .desc br {
	display: initial;
	max-width: 100%;
	height: auto !important;
}
.info .description {
	display: none;
}
.mob .info .description {
	display: block;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    top: 90%;
    color: #999;
}
.mob .banner {
	height: 0;
	padding-top: 70.8%;
	background: url("../images/wap_banner.png") no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.mob .banner.gycs {
	background: url("../images/wap_gycs_banner.png") no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.mob .detail-box .desc {
	height: auto;
}
.mod .showbox.gycs {
	display: none !important;
} 
@media screen and (min-width: 1201px) {
	body, .w {
	    max-width: unset !important;
	}
}
