@charset "utf-8";

/* CSS Document */
.domPC,
.iframePC {
    display: none !important;
}

.domMobile {
    display: block;
}

.part3 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0px;
}

.part3 .bg {
    border-radius: 80px;
    border: 3px solid #3a79ab;
}

.part3 .bg1{
    border: 3px solid #e15a00;
}
.part3 ul {
    overflow: hidden;
    margin-bottom: 20px;
}
.part3 ul li {
    width: 45%;
    height: 295px;
    margin-bottom: 20px;
    float: left;
    margin: 30px 0% 0 2%;
    position: relative;
}

.part3 ul li:nth-child(2n) {
    float: right;
    margin: 30px 2% 0 0%;
}

.part3 ul li i {
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
}

.part3 ul li h3 {
    font-size: 16px;
    text-align: center;
    width: 40%;
    margin: -11px auto 0;

    line-height: 28px;
}

.part3 ul li h4 {
    font-size: 18px;
    text-align: center;
    width: 48%;
    height: auto;
    overflow: hidden;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 10px;
}

/* .part3 .bg1 {
    background: url(//www.xinhuanet.com/gongyi/zt/2018wspx/index/images/bg1.png) -9px -5px no-repeat;

} */

.part3 ul li .btn {
    width: 100px;
    height: 30px;
    margin: 0 auto 0px;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -50px;
}

.votebox {
    width: 100%;
    height: 45px;
    margin: auto;
    float: left;
    padding:0 11%;

}

.votebox span {
    background: #045bc7;
}

.empty {
    display: block;
    width: 26%;
    height: 40px;
    
}

.vote {
    display: block;
    width: 26%;
    height: 40px;
    border-left: 2px solid #ffaa00;
}

.votebox span a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

.result {
    display: block;
    width: 26%;
    height: 40px;
    border-left: 2px solid #ffaa00;
}

.votebox span {

    margin: 0 0%;

}

.empty:hover,
.result:hover {
    background: #f39800;
    /* border: 2px #ba720a solid; */
}

.vote:hover {
    background: #f39800;
    /* border: 2px #ba720a solid; */
}

.empty:hover,
.result:hover {
    background: #f39800;
    /* border: 2px #ba720a solid; */
}
