* {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}
a {
	color: #333333;
    text-decoration: none;
}
a:hover {
	color: #e31e14;
}

img {
    border: 0 none;
}
body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";  
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.banner{
	width: 100%;
	height:550px ;
	margin: 0 auto;
	background: url(../images/yx2018/banner.jpg) no-repeat center;
}
/*预告*/
.yugao{
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top: 20px;
}
.tit{
	width: 680px;
	height: 59px;
	line-height: 54px;
	font-size: 30px;
	color: #fff6bf;
	text-align: center;
	margin: 0 auto;
	background: url(../images/yx2018/yugao.png) no-repeat center;
}
.yugao .yugao_box{
	width: 1000px;
	height:265px;
	background: url(../images/yx2018/yugao_bg.png) no-repeat center;	
	margin: 15px 0;
}
.yugao .yugao_box p{
	width: 94%;
	height:auto;
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	text-align: left;
	text-indent: 2rem;
	margin: 0 auto;		
}
.yugao .yugao_box p:first-child{
	padding-top: 24px;	
}
/*评选内容*/
.pingxuan{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pingxuan h4{
	width: 110px;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	text-align: center;
	font-weight:normal ;
	color: #FFFFFF;
	background: #e31e14;
}
.pingxuan .px_con{
	width: 445px;
	height: 160px;
	background: rgba(251,199,98,0.14);
	padding: 20px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}
.pingxuan .px_con:nth-child(2n){
	margin-left: 0;
}
.pingxuan .px_con h6{
	font-size: 16px;
	color: #e31e14;	
	margin-bottom: 16px;
}
.pingxuan .px_con .px_new{
	width: 180px;
	height: 120px;	
	float: left;
}
.pingxuan .px_con p{
	width: 240px;
	height: 120px;	
	line-height: 24px;
	float: left;
	margin-left: 20px;
}
.pingxuan .px_con p a{
	color: #E31E14;
}
.pingxuan .px_con p a:hover{
	text-decoration: underline;
}
/*持续更新中*/
.pingxuan .gengxin{
	width: 480px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #e31e14;
	text-align: center;
	border: 1px solid #e31e14;
	margin: 0 auto;
	margin: 24px auto;
}

/*表单*/
.f_tit {
    width: 192px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #fff6bf;
    background: url(../images/yx2018/f_tit.png) no-repeat left;
    padding-left: 30px;
}
.f_left {
    float: left;
    width: 490px;
    height: auto;
    overflow: hidden;
}
.left_box {
    width: 488px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 20px 0;
    margin-top: 20px;
}
.left_box a {
    float: left;
    display: block;
    width: 203px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    overflow: hidden;
    margin-left: 26px;
    margin-bottom: 15px;
    background: #ffffff;
    color: #666666;
}
.left_box a:hover {
    background: #e12711;
    color: #ffffff;
    border: 1px solid #e12711;
}
.f_right {
    float: right;
    width: 460px;
    height: auto;
    overflow: hidden;
}
.rel-box {
    width: 100%;
    height: 442px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}
.rel-box div {
    margin-bottom: 8px;
}
.footer {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: url(../images/yx2018/footer.jpg) no-repeat center top;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
    margin-top: 20px;
}
.footer p {
    margin-bottom: 10px;
}
.footer a {
    font-weight: normal;
    color: #ffffff;
}