.competition_content{
    width: 100%;
    min-height: 400px;
}
.competition_content .nav{
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
}
.nav-box{
    padding: 10px 20px 10px 20px;
    line-height: 10px;
    text-align: center;
    color: #2B67FF;
    background-color: #ffffff;
    float: left;
    margin-right: 20px;
    border: solid 1px #2B67FF;
}
.nav-box:hover{
    background-color: #2B67FF;
    color: #ffffff;
}
.competition_content .row{
    width: 1140px;
    height: 190px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 30px;
    position: relative;
}
.competition_content .row .label1{
    width: 60px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #BCBCBC;
}
.competition_content .row .label2{
    width: 60px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #07BE61;
}
.competition_content .row .label3{
    width: 60px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #BCBCBC;
}

.competition_content .row_one{
    width: 1140px;
    height: 190px;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
}
.competition_content .left{
    width: 480px;
    height: 190px;
    float: left;
}
.competition_content .left img{
    width: 480px;
    height: 190px;
}
.competition_content .right{
    width: 640px;
    height: 190px;
    float: right;
}
.competition_content .right .title{
    width: 640px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.hot-image{
    width: 650px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hot-i-img{
    width: 30px;
    height: 50px;
    float: left;
}
.hot-i-str{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    color: #666666;
    margin-top: 10px;
}
.hot-i-txs{
    width: 280px;
    height: 50px;
    float: left;
    margin-left: 10px;
    line-height: 50px;
}
.hot-i-txs img{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50px;
}
.hot-i-txs .first{
    float: left;
    margin-left: 0px;
}
.hot-i-txs .other{
    float: left;
    margin-left: -20px;
}
.hot-i-all{
    width: 40px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 10px;
    font-size: 26px;
    color: #666666;
}

.competition_content .right .btn{
    width: 640px;
    height: 60px;
}
.competition_content .right .bsdt{
    width: 100px;
    height: 40px;
    background-color: #2B67FF;
    border-radius: 5px;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-right: 30px;
}
.competition_content .right .bsdtno{
    width: 100px;
    height: 40px;
    background-color: #B6B6B6;
    border-radius: 5px;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-right: 30px;
}
.competition_content .right .bsdt:hover{
    opacity: .7;
}
.competition_content .right .dsgw{
    width: 100px;
    height: 40px;
    background-color: #F1A10D;
    border-radius: 5px;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}
.competition_content .right .dsgw:hover{
    opacity: .7;
}

.competition_page{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.jssm{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 30px;
}
.jssm .label{
    width: 1140px;
    height: 40px;
    border-bottom: 2px solid #2B67FF;
    margin: 0 auto;
    margin-bottom: 10px;
}
.jssm .label_str{
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2B67FF;
    color: #ffffff;
    float: left;
}
.jssm .label_str-no{
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff;
    color: #333333;
    float: left;
}
.jssm .label_str-no:hover{
    background-color: #2B67FF;
    color: #ffffff;
}
.jssm .content{
    width: 1140px;
    min-height: 300px;
    margin: 0 auto;
}
.contact-box{
    width: 1140px;
    height: 100px;
}
.contact-box-left{
    float: left;
    margin-right: 10px;
}
.contact-name{
    height: 30px;
    margin-bottom: 10px;
}
.contact-name img{
    width: 20px;
    height: 29px;
    float: left;
    margin-right: 10px;
}
.contact-name .contact-str{
    width: 200px;
    height: 30px;
    float: left;
    line-height: 30px;
}
.contact-mobile{
    height: 30px;
}
.contact-mobile img{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.contact-mobile .contact-str{
    width: 200px;
    height: 30px;
    float: left;
    line-height: 30px;
}
.contact-box-right{
    float: left;
    width: 100px;
    height: 40px;
    margin-top: 20px;
}
.contact-btn{
    text-align: center;
    line-height: 40px;
    width: 100px;
    height: 40px;
    color: #ffffff;
    background-color: #2B67FF;
}
.file-box{
    width:100%;
    height: 30px;
    margin-bottom: 15px;
}
.file-box img{
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.file-box-title{
    height: 30px;
    float: left;
    line-height: 30px;
}
.file-box-btn{
    float: right;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    width: 100px;
    height: 30px;
    color: #ffffff;
    background-color: #2B67FF;
}

.competition_content .info{
    width: 1140px;
    min-height: 600px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
}
.i_title{
    font-weight: bold;
    font-size: 20px;
    color: #2C68FF;
}
.info table{
    width: 700px;
    min-height: 400px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 10px;
}
table tr{
    height: 50px;
}
tr>td:first-child{
    width: 100px;
    text-align: right;
}
table input{
    border: solid 1px #CCCCCC;
    padding-left: 10px;
}
table select{
    width: 512px;
    height: 40px;
}
table input[type="text"]{
    width: 500px;
    height: 40px;
}
.select2{
    width: 167px;
    height: 40px;
}
.qx{
    width: 121px;
    height: 44px;
    background-color: #F5F7FA;
    border-radius: 5px;
    color: #666666;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-right: 20px;
}
.qd{
    width: 121px;
    height: 44px;
    background-color: #2C68FF;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-right: 20px;
}
.qx:hover{
    opacity: .7;
}
.qd:hover{
    opacity: .7;
}
.i_btn_left{
    width: 121px;
    height: 44px;
    background-color: #F5F7FA;
    border-radius: 5px;
    color: #666666;
    text-align: center;
    line-height: 44px;
    float: left;
    margin-right: 20px;
}
.i_btn_right{
    width: 121px;
    height: 44px;
    background-color: #2C68FF;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    float: left;
}
.i_btn_left:hover{
    opacity: .7;
}
.i_btn_right:hover{
    opacity: .7;
}
.i_img{
    width: 304px;
    height: 231px;
    margin: 0 auto;
    margin-top: 80px;
}
.i_img img{
    width: 304px;
    height: 231px;
}
.i_str{
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.i_btn{
    width: 262px;
    height: 44px;
    margin: 0 auto;
    margin-top: 60px;
}