*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
input,
button {
	outline: none;
}

label {
	margin-bottom: 0;
}
*{
	box-sizing: border-box;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}  
.clearfix {
	clear: both;
}

.s-blank{
	display: none;
}
/**公用页码-start**/


.tcdPageCode i{
	font-size: 24px;
	margin-top: 2px;
}
a:hover {
	text-decoration: none;
}
.shenglue{
	font-size: 12px;
}
.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #666;
	text-align: center;
	font-size: 14px;
	margin-top: 50px;
}

.tcdPageCode a {
	display: inline-block;
	color: #333;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	vertical-align: middle;
	background-color: #e5e5e5;
}

.tcdPageCode a:hover {
	text-decoration: none;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 7px;
	color: #fff;
	background-color: #519ff8;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	vertical-align: middle;
}
.nextPage i,.prevPage i{
	color: #777;
}
.tcdPageCode span.disabled {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 7px;
	color: #bfbfbf;
	background: #e5e5e5;	
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	vertical-align: middle;
}


/**公用页码-end**/

.main {
	width: 1200px !important;
	margin: 0 auto;
	font-size: 0;
	padding: 0 !important;
}
.nav-wrap{
	background-color: #fff;
	margin-bottom: 20px;
}
.nav-bar{
	width: 1200px;
	margin: 0 auto;
}
.nav-bar a {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}

.nav-bar span {
	margin: 0 3px;
}

.sort-bar {
	width: 100%;
	background-color: #fff;
}

.seach-bar {
	padding: 20px 0;
	margin: 0 25px;
}

.seach-bar input {
	width: 320px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 9.5px 10px;
	border: 1px solid #ccc;
	float: left;
}

.seach-bar input:focus {
	border-color: #f67f2f;
}

.seach-bar button {
	height: 37px;
	width: 70px;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin-left: -1px;
	margin-bottom: -1px;
	float: left;
	background-color: #f67f2f;
	border: 1px solid #f67f2f;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.seach-bar button:hover {
	background-color: #ED7C36;
	border-color: #ED7C36;
}

.sort-div,.art-sort {
	border-top: 1px dashed #e5e5e5;
	padding: 17px 0;
	margin: 0 20px;
}
.sort-dives{
	border: 0!important;
}
.art-sort{
	border-top: none;
	/*height: 110px;*/
}
.sort-div label,.art-sort label {
	display: inline-block;
	font-weight: normal;
	color: #666;
	font-size: 16px;
	margin-right: 10px;
	float: left;
}

.sort-div ul li,.art-sort ul li {
	display: inline-block;
	margin: 0 5px 0 5px;
}

.sort-div ul li a,.art-sort ul li a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	height: 26px;
	line-height: 26px;
	padding: 0px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}
.art-sort ul li a:hover{
	color: #f67f2f;
}
.sort-div ul li a:hover {
	background-color: #f67f2f;
	color: #fff !important;
}

.sort-active {
	background-color: #f67f2f;
	color: #fff !important;
}

.sort-div ul,.art-sort ul {
	display: inline-block;
}
.art-active{
	background-color: #f67f2f;
    color: #fff !important;
}
.list-con {
	width: 100%;
	font-size: 0;
	margin-top: 20px;
	position: relative;
}

.list-left {
	width: 860px;
	background-color: #fff;
	border-top: 2px solid #f67f2f;
	float: left;
	padding-bottom: 30px;
}

.list-one {
	padding: 0px 20px;
	font-size: 0;
}

.list-one:hover {
	background-color: #f7f7f7;
	cursor:pointer;
}

.list-one>div {
	border-bottom: 1px dotted #E8E8E8;
	padding: 20px 0;
}
.list-one>div>.newslistimg{
	width: 260px;
	height: 150px;
	float: left;
	margin-right: 22px;
	overflow: hidden;
}
.list-one .newslistimg img {
	display: block;
	width: 260px;
	height: 173.3px;
	margin-top: -11.6px;
	
}

.list-one>div>div {
	float: left;
	display: inline-block;
	position: relative;
	width: 524px;
}
.newlist-one>div>div{
	float: left;
	display: inline-block;
	position: relative;
	width: 866px;
}
.act-tit {
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
}

.act-info {
	margin-top: 7px;
}

.act-info label {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.act-info span {
	font-size: 14px;
	color: #666;
}

.act-num {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;

}

.act-num span {
	margin-right: 20px;
	margin-left: 5px;
}

.voting {
	position: absolute;
	color: #fff!important;
	width: 160px;
	padding: 8px 0;
	background-color: #f67f2f;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	top: 60px;
	right: 0px;
	cursor: pointer;
}

.voted {
	position: absolute;
	color: #fff!important;
	width: 160px;
	padding: 8px 0;
	background-color: #cccccc;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	top: 60px;
	right: 0px;
	cursor: pointer;
}

.voting:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ED7C36;
}

.voted:hover {
	text-decoration: none;
	color: #fff;
}
.list-left>div:nth-last-of-type(2)>div{
	border-bottom: none;
}
.list-right {
	width: 320px;
	float: left;
	margin-left: 20px;
}

.list-tit {
	font-size: 20px;
	color: #333;
	position: relative;
	padding-left: 23px;
	margin-bottom: 7px;
}

.list-tit:before {
	content: "";
	height: 20px;
	width: 5px;
	background-color: #f2ac10;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	position: absolute;
	left: 10px;
	top: 7px;
}

.list-ones {
	width: 320px;
	padding: 20px;
	background-color: #fff;
	border-top: 2px solid #f2ac10;
}

.list-ones img {
	width: 280px;
	height: 160px;
	margin-bottom: 20px;
}

.list-ones img:last-of-type {
	margin-bottom: 0;
}
.heriTopimg{
	width: 100%;
	height: 200px;
}
.heri-sort>div:first-of-type{
	border-top: none;
}
.heri-left{
	width:930px;
	float: left;
}
.bwg-heri {
	width: 1200px;

}
.heri-right{
	width: 250px;
	margin-left: 20px;
	float: left;
}
.heri-tab a{
	display: inline-block;
	color: #ea1d2c;
	font-size: 16px;
	height: 35px;
	width: 90px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #ea1d2c;
	border-bottom: none;
}
.heri-tabactive{
	background-color: #ea1d2c;
	color: #fff !important;
}
.heri-list{
	background-color: #fff;
    border-top: 2px solid #ea1d2c;
    width: 100%;
    padding-top: 19px;
    padding-left: 19px;
    padding-bottom: 30px;
}
.heri-one{
	width: 285.3px;
	height: 270px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	cursor: pointer;
	border: 1px solid #fff;
	overflow: hidden;
	transition: all 0.3s linear;
	
}
.bwg {
	width: 277px;
	height: 270px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	cursor: pointer;
	border: 1px solid #fff;
	overflow: hidden;
	transition: all 0.3s linear;
}

.heri-imgwrap{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.heri-imgwrap img{
	width: 100%;
	margin-top: -4.4px;
	height: 188.8px;
	transition: all 0.3s linear;
	
}
.heri-oneinfo{
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 10px 15px;
	padding-bottom: 15px;
	height: 88px;
	position: relative;
}
.heri-oneinfo h3{
	font-size: 16px;
	color: #333;
	margin: 0px;
}
.heri-oneinfo p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-top: 8px;
}
.heri-star{
	margin-top: 8px;
	color: #ff8a00;
	font-size: 12px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.heri-star input{
	background: url(../img2/grading.png) no-repeat scroll right center;
    cursor: pointer;
    height: 11px;
    width: 12px;
    padding: 0;
    border: 0;
    margin-right: 3px;
}
.heri-color {
    background-position: 0 50% !important;
}
.heri-nice img{
	width: 12px;
	height: 11px;
	margin-right: 3px;
}
.heri-nice{
	position: absolute;
	right: 15px;
	top: 8px;
	color: #999;
	font-size: 14px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.herid-nice{
	right: 5px !important;
	top: 5px !important;
	font-size: 12px;
}
.heri-ad{
	/*margin-top: 35px;*/
	border-top: 2px solid #12a5ec;
	background-color: #fff;
	padding: 20px 17px;
}
.heri-adone{
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #fff;
	width: 100%;
	height: 135px;
	overflow: hidden;
}
.heri-adone:hover{
	border:1px solid #f67f2f;
}
.heri-adone>img{
	width: 100%;
	height: 142.6px;
	margin-top: -3.8px;
}
.heri-ad>div:last-of-type{
	margin-bottom: 0;
}
.ad-info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 5px 10px;
}
.ad-info h3{
	font-size: 14px;
}
.ad-info span{
	font-size: 12px;
	display: block;
	width: 100%;
	white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis; 
    margin-top: 3px;
}
.heri-tit{
	font-size: 20px;
	color: #333;
	position: relative;
	padding-left: 23px;
	margin-bottom: 7px;
	margin-top: 15px;
}
.heri-tit:before {
	content: "";
	height: 20px;
	width: 5px;
	background-color: #12a5ec;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.heri-recommend{
	border-top: 2px solid #12a5ec;
	background-color: #fff;
	padding: 19px 16px;
	
}
.heri-recOne{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fff;
	
}
.heri-recOne>img{
	width: 100%;
    height: 130px;
}
.heri-play{
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: rgba(0,0,0,.65);
}
.heri-recOne:hover{
	border: 1px solid #ea1d2c;
}
.heri-recOne:hover .heri-play{
	display: block;
}
.heri-play span{
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 16px solid rgba(255,255,255,.65);
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 15px;
    left: 20px;
    
}
.heri-onesInfo{
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px;
}
.heri-onesInfo h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.heri-onesInfo>div{
	margin-top: 2px;
	color: #999;
	font-size: 14px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.heri-onesInfo>div img{
	margin-right: 5px;
}
.heri-recommend>div:last-of-type{
	margin-bottom: 0;
}
.share-sort{
	border-top: none;
}
.share-list{
	border-top: 2px solid #ea1d2c;
	background-color: #fff;
	padding: 19px;
	
}

.share-one{
	width: 277px;
	border: 1px solid #fff;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
	
}
.transbox:hover{
	border: 1px solid #f67f2f;
    transform: translateY(-3px);
    transition: all 0.3s linear;
}
.transbox:hover>div>img{
	transform: scale(1.1);
    transition: all 0.3s linear;
}
.share-banner{
	width: 100%;
	height: 267px;
	position: relative;
	overflow: hidden;
}
.share-banner img{
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 9;
}
.share-bantext{
	position: relative;
	z-index: 10;
	font-size: 24px;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	padding-left: 18px;
	padding-top: 50px;
	font-weight: lighter;
}
.share-bantext span:first-of-type{
	font-weight: bold;
	margin-right: 9px;
}
.share-bantext span:last-of-type{
	font-size: 16px;
	margin-left: 9px;
	letter-spacing: 1px;
}
.share-main{
	position: relative;
	z-index: 10;
	background-color: #fff;
	margin-top: -122px !important;
}
.share-one:hover .share-play{
	display: block;
}
.share-list>div:nth-of-type(4n){
	margin-right: 0;
}
.share-imgwrap{
	width: 100%;
	height: 165px;
	overflow: hidden;
}
.share-imgwrap img{
	width: 100%;
	height: 183.3px;
	margin-top: -9.1px;
	transition: all 0.3s linear;
}
.share-info{
	border: 1px solid #eee;
	border-top: none;
	padding: 10px;
}
.share-info h3{
	margin-bottom: 10px;
	font-size: 16px;
    color: #333;
}
.share-info h3 span:first-of-type{
	font-size: 16px;
	color: #333;
	
}
.share-info h3 span:last-of-type{
	color: #ea1d2c;
	font-size: 16px;
	float: right;
}
.share-info div{
	font-size: 14px;
	color: #999;
	position: relative;
}
.share-tab{
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
	font-size: 14px;
}
.share-search{
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: -14px;
}
.shareNew-search{
	padding-top: 0 !important;
	margin:-5px 0 0 0!important;
	float: right;
}
.shareNew-search input{
	width: 220px !important;
}
.share-top{
	margin-top: 24px;
}
.share-play{
	display: none;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -27.5px;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	background-color: rgba(0,0,0,.65);
}
.share-play span{
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 19px solid rgba(255,255,255,.65);
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 16px;
    left: 22.5px;
    
}
.art-sort2{
	padding-left: 94px;
	padding-top: 13px;
	padding-bottom: 20px;
	display: none;
}
.art-sort2 li a:hover{
	background-color: #ea1d2c;
    color: #fff !important;
}
.news-p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	
}
.news-num{
	font-size: 14px;
	color: #999;
	margin-top:15px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;

}
.news-num span:first-of-type{
	margin-right: 0px;
}
.news-num span:last-of-type{
	margin-left: 0px;
}
.vol-logo{
	padding-bottom: 7px;
	font-size: 20px;
	color: #333;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.vol-logo img{
	margin-right: 10px;
}
.vol-info div{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.vol-info div img{
	width: 18px;
	height: 18px;
	border-radius: 100px;
	margin-right: 5px;
}
.vol-info h3{
	margin-bottom: 8px !important;
}
.vol-info p{
	font-size: 14px;
    color: #999;
    line-height: 19px;
}
.vol-time{
	display: block;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 135px;
	right: 0px;
	padding: 5px 10px;
	text-align: right;	
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,.5)',GradientType=0 );
}
.vote-left{
	width: 860px;
	float: left;
	margin-right: 20px;
	background-color:#fff ;
	padding: 20px 0;
}
.vote-info{
	padding: 0 20px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #e5e5e5;
}
.vote-info h1{
	font-size: 22px;
	color: #333;
}
.vote-info h1 span{
	font-size: 16px;
	color: #ff8a00;
	float: right;
	line-height: 24px;
}
.vote-right{
	width: 320px;
	float: left;
}
.vote-info1{
	margin-top: 20px;
	
}
.vote-info1 img{
	width: 30px;
	height: 30px;
	border-radius: 100px;
	margin-right: 12px;
	float: left;
	margin-top: -5px;
}
.vote-info1 span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
	
}
.vote-info2{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
	padding-left: 10px;
}
.vote-info2>span{
	
	margin-right: 33px;
	position: relative;
	padding-left: 15px;
}
.vote-info2>span:before{
	content: "";
	height: 6px;
	width: 6px;
	background-color: #999999;
	border-radius: 30px;
	position: absolute;
	top: 7px;
	left: 0px;
}
.shareto1{
	float: right;
	margin-top: 5px;
}
.vote-list{
	margin-top: 25px;
	margin-bottom: 30px;
	font-size: 16px;
	padding:0 40px;
}

.starwrap{
	width: 100%;
	height: 297px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.starmain{
	width: 1920px;
	height: 297px;
	background-image: url(../img2/starbg.png);
	background-size: auto 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.starmain>div{
	width: 255px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background-color: #ebbd12;
	border-radius: 5px;
	font-size: 14px;
	color: #fa3508;
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -127.5px;
}
.star-tit{
	margin-top: 55px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;

}
.star-tit img{
	margin-right: 10px;
}
.star-table{
	border-top: 2px solid #ea1d2c;
}
.star-table table{
	width: 100%;
	background-color: #fff;
	color: #333;
}
.star-table table th{
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.star-table table tbody tr:hover{
	background-color: #fafafa;
}
.star-table table td{
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.teamName a{
	color: #ea1d2c;
	cursor: pointer;
}
.teamName a:hover{
	text-decoration: underline;	
}
.vote-content{
	padding: 40px;
}
.vote-tit{
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 23px;
}
.vote-tit span{
	font-size: 20px;
	color: #333;
	position: absolute;
	left: 0px;
	top: -17px;
	background-color: #fff;
	display: inline-block;
	padding-right: 20px;
	padding-left:14px ;	
}
.vote-tit span:before{
	content: "";
	height: 20px;
	width: 4px;
	border-radius: 5px;
	background-color: #ea1d2c;
	position: absolute;
	left: 0px;
	top: 6.2px;
}
.vote-k{
	color: #999;
	font-size: 12px;
}
.vote-k>span{
	margin-right: 25px;
	
}
.vote-k>span:first-of-type{
	position: relative;
	padding-left: 15px;
}
.vote-k>span:first-of-type:before{
	content: "";
	height: 6px;
	width: 6px;
	background-color: #999999;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	left: 0px;
}
.vote-proC{
	padding-top: 30px;
}
.vote-pro{
	
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	
}
.vote-pro input[type="radio"]{
	-webkit-appearance: none;
    background-image: url(../img2/radio0.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position:  center; 
    height: 25px;
    vertical-align: middle;
    width: 25px;
    outline: none !important;
    float: left;
    margin-left: -5px;
    margin-top: -2.5px;
    margin-right: 3px;
}
.vote-pro input[type="checkbox"]{
	-webkit-appearance: none;
    background-image: url(../img2/check0.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position:  center; 
    height: 25px;
    vertical-align: middle;
    width: 25px;
    outline: none !important;
    float: left;
    margin-left: -5px;
    margin-top: -2.5px;
    margin-right: 3px;
}
.vote-score input{
	margin: 0 2px;
	margin-top: -6px;
}
.vote-team{
	
	width: 130px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.vote-team span{
	margin-right: 5px;
}
.vote-progress{
	width: 450px;
	height: 5px;
	background-color: #dcdcdc;
	border-radius: 5px;
	float: left;
	margin-top: 8.5px;
	position: relative;
	margin-right: 15px;
}
.vote-progress div{
	position: absolute;
	height: 5px;
	width: 20%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ea1d2c;
	border-radius: 5px;
}
.vote-num{
	float: left;
	width: 115px;
	
}
.vote-num>span:last-of-type{
	float: right;
}
.vote-num>span:last-of-type span{
	color: #ff0000;
}
.vote-btn{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 32px;
	width: 110px;
	text-align: center;
    line-height: 32px;
    border-radius: 5px;
    background-color: #ea1d2c;
    float: right;
    border: none;
}
.voted-btn{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 41px;
	width: 110px;
	text-align: center;
    line-height: 41px;
    border-radius: 5px;
    background-color: #cccccc;
    float: right;
    border: none;
}
.vote-btn:hover{
	text-decoration: none;
    color: #fff;
    background-color: #ce212e;
}
.voted-btn:hover{
	text-decoration: none;
    color: #fff;
    background-color: #cccccc;
}
.float-right{
	float: right;
}
.vote-do{
	width: 740px;
}
.vote-comment{
	padding: 0 20px !important;
}
.vol-banner{
	width: 100%;
	height: 232px;
	background-image: url(../img2/volbanner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.vol-banner1{
	position: absolute;
	top: 30px;
	left: 50px;
}
.vol-banner1 div{
	color: #fff;
	font-size: 16px;
}
.vol-banner1 div:last-of-type{
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
}
.vol-banner a{
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ea1d2c;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 155px;
	left: 50px;
}
.vol-banner a:hover{
	text-decoration: none;
    color: #fff;
    background-color: #ce212e;
}
.vote-sidetit{
	font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 3px;
    margin-bottom: 7px;
}
.vote-sidetit img{
	margin-right: 3px;
}
.vote-ones{
	width: 320px;
    padding: 19px 18px 1px;
    background-color: #fff;
    border-top: 2px solid #f2ac10;
}
.vote-one{
	border: 1px solid #fff;
	margin-bottom: 19px;
}
.vote-rightwrap{
	width: 100%;
	height: 155px;
	overflow: hidden;
	border: none !important;
    border-top: 0;
    padding: 0px !important;
}
.vote-rightwrap>img{
	width: 100%;
	height: 188px;
	margin-top: -16.5px;
}
.vote-one>div{
	border: 1px solid #eee;
    border-top: 0;
    padding: 10px;
    font-size: 14px;
}
.vote-onetit{
	color: #333;
}
.vote-onetit>span{
	float: right;
	color: #999;
}
.vote-onetit>span span{
	color: #ea1d2c;
}
.vote-onetime{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	color: #999;
	margin-top: 3px;
}
.vote-onetime img{
	margin-right: 5px;
}
.vote-one:hover{
	border: 1px solid #f67f2f;;
	cursor:pointer;
}
.actoption div .checkinfo{
	background-image: url("../img2/selected.png");
}
.swiper-childActive{
	border: 1px solid #f67f2f; !important;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
	background-image: none;
	float: none;
	font-size: 15px;
    padding-left: 0px;
    line-height: 28px;
    height: 30px;
    
   
    cursor: pointer;
    margin: 0px 4px 0px 0;
}
.bdshare-button-style0-16 a:hover{
	color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*.marginAct{
	margin-left: 20px;
}*/
is-shares{
	display: inline-block;
	float: right;
}
.art-share{
	float: none;
	margin-bottom: 20px;
}
.vote-share{
	margin-top: -7px;
}
.bd_weixin_popup {
    width: 250px !important;
    height: 295px !important;
}
.vote-sidetit .vote-acteed{
	font-size: 16px;
	color: #999999;
	/*vertical-align: bottom;*/
	font-weight: lighter;
	
}
.vote-sidother{
	width: 860px;
	border-bottom: 2px solid #ea1d2c;
	margin-bottom: 0;
	padding-bottom: 7px;
	background: #f4f4f4;
}
.vote-listed{
	border-top: 0!important;
}
.vote-right{
	margin-bottom: 20px;
}
.vote-list p{
	margin-top: 50px;
}
.vote-list h1{
	padding: 0 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.vote-list ul{
	padding: 0 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.vote-list div{
	padding: 0 35px!important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.vote-list p img{
	width: 100%;
}
.news{
	text-align: center;
}
center{
	text-align: center;
}
center img{
	display: block;
	margin: 0 auto;
}
.share-sidother{
	padding-left: 20px;
	position: relative;
	background-color: #fff !important;
}
.site-paixu1 {
    position: absolute;
    right: 6px;
    bottom: 0px;
}
.site-paixu1 a {
    border-right: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block;
    line-height: 12px;
}
.renactiver1 {
    color: #ea1d2c !important;
}
.site-paixu1 a:nth-of-type(2) {
    border: 0;
}
.shareNew-sort{
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 7px;
}
.news-sort{
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 1px;
}
.shareNew-sort ul{
	width: 700px;
}
.shareNew-sort ul li{
	margin-bottom: 10px;
}
.new-alls{
	width: 1200px;
	margin: 0 auto;
}
.vote-margintop{
	margin-top: 20px;
}
.order-onetit{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.actm-wrap{
	width: 100%;
	padding: 19px;
	background-color: #fff;
	margin-top: 35px;
	margin-bottom: 25px;
	display: block;
}
/*馆内资讯start*/
.indlist-one>div>div {
   /* float: left;*/
    display: inline-block;
    position: relative;
    width: 100%;
}
.indlist-one{
    padding: 0px 20px;
    font-size: 0;
}
.indlist-one>div {
    border-bottom: 1px dotted #E8E8E8;
    padding: 20px 0;
}
.indlist-one:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}
/*馆内资讯end*/
.historyleft{
	padding-left:20px ;
	
}
.bwg-historyleft {
	padding-left:20px ;
	padding-top: 20px;	
}
.info-leftcon{
	width: 100%!important;
}
.info-toptitle{
	width: 100%!important;
}
.list-con .zixun-left{
	width: 100%;
}
.zixun-left .vote-sidother{
	width: 100%;
}
.indlist-pps{
	height: 48px!important;
}
