/***************************内容***************************/
.content_title{
	width: 1160px;
    line-height: 42px;
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.content_info{
    margin: 8px auto 0;
    width: 96%;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    text-indent: 4px;
}
.line{
    display: block;
    margin: 0 auto;
    width: 96%;
    height: 1px;
    background-color: #cccccc;
    margin-top: 0px;
}
.content_text{
    margin: 0 auto;
    width: 96%;
    min-height: 720px;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-top: 24px;
}
.content_text img{
    max-width: 1160px;
}

/***************************投票***************************/
.content_vote{
    width: 1160px;
    border: 1px solid #138BFF;
    min-height: 352px;
    margin-top: 24px;
}
.vote_title{
    width: 1112px;
    height: 42px;
    margin: 24px auto;
    background: #F2F2F2;
    line-height: 42px;
    font-size: 24px;
}
.vote_type{
    width: 152px;
    height: 42px;
    background: url(../img/vote_type0.png) no-repeat;
    float: left;
}
.vote_type img{
   margin: 8px 8px 0 8px;
   float: left;
}
.vote_type span{
    color: #ffffff;
    float: left;
    font-weight: 400;
}
.vote_text{
    width: 932px;
    color: #333333;
    float: left;
    margin-left: 24px;
}
.vote_button{
    display: flex;
    margin: 48px auto;
    justify-content: center;
}
.vote_button button{
    width: 228px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #666666;
    border: 0;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-right: 24px;
}
.vote_button button:hover{
    background-color: #E89C13;
    color: #ffffff;
}
.vote_num{
    width: 1112px;
    line-height: 48px;
    font-size: 20px;
    color: #333333;
    margin: 0px auto;
}
.vote_num .color{
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-right: 8px;
}
.vote_num span{
    display: block;
    float: left;
}
.vote_proportion{
    width: 1112px;
    height: 32px;
    margin: 12px auto 0 auto;
}
.vote_proportion span{
    display: block;
    float: left;
    height: 100%;
}