@charset "utf-8";
.context{ margin:0 auto; max-width:1220px;}

/*.con-img img{ display:block; max-width:1200px; height:auto; border-bottom:2px solid #c9c9c9;}*/
.con-img{height:372px;background: url(../images/con-bg.jpg) no-repeat center; background-size: 1920px 100%;}
.article_wrap{overflow: hidden; margin-top: 13px;}
.item-li{width: 18%; float: left; overflow: hidden; text-align: center; margin: 20px 2.5% 0 0;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.item-li.mar{margin-right: 0;}
/*内容多的css*/
.item-li .li-con{
    color: #666;
    font-size: 18px;
    padding: 14px 0 0;
    border: 1px solid #abd7ff;
    border-radius: 3px;
    display:block;
    /*word-break:keep-all; white-space:nowrap; */
    overflow:hidden;
    text-overflow:ellipsis;
}
.item-li:hover{box-shadow: 0 5px 10px 2px rgba(148,182,240,0.15)}
.biaoti{width: 188px; height: 43px; background: url(../images/01.png) no-repeat center; background-size: 100%; margin-top: 40px;}
.biaoti.baoming{background: url(../images/03.png) no-repeat center; background-size: 100%;}
.biaoti.enter{background: url(../images/02.png) no-repeat center; background-size: 100%;}
.shuoming{font-size: 18px; color: #666; padding: 20px 18px 0;text-align: justify;}
.baoming-con{color: #666; font-size: 18px; line-height: 28px; padding: 20px 18px 0;}
.vote{ color: #18365e; font-size: 16px; }
.li-con p{
    height: 33px;
}
.li-con .titone{
    font-size: 20px;
    color: #264368;
    height: 36px;
}
.li-con .tittwo{
    font-size: 16px;
    color: #3f9aff;
}
.vote .btn{
    position:relative;
    font-size: 16px;
    color: #fff;
    padding:0;
    /* background: #034693; */
    background: #3489e8;
    /* 创建渐变 */
    background-image: -webkit-linear-gradient(top, #3489e8, #014591);
    background-image: -moz-linear-gradient(top, #3489e8, #014591);
    background-image: -ms-linear-gradient(top, #3489e8, #014591);
    background-image: -o-linear-gradient(top, #3489e8, #014591);
    background-image: linear-gradient(to bottom, #3489e8, #014591);
    border-radius: 25px;
    border: none;
    overflow: hidden;
    width: 36%;
    height: 33px;
    line-height: 33px;
}
.vote span{
    display: block;
    /* width: 50%;  */
    line-height: 28px;
    margin-top: 15px;
    background-color: #dbdbdb;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none !important;
}
.btn i{
    background: #b7e0fc;
    display: block;
    height: 100%;
    font-style: normal;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.btn span{position: absolute; top: 0; left: 0; width: 100%;}
@media (max-width: 767px) {
    .biaoti{margin-left:2%;}
    .shuoming{font-size: 15px; padding: 20px 12px 0;}
    .baoming-con{font-size: 15px;}
    .article_wrap{margin-top: 0;padding: 0 2%;}
    .item-li{width: 48%; padding: 0; margin-right: 0}
    .item-li .li-con{padding: 8px 0 0; font-size: 16px;}
    /* .li-con p{height: 45px;} */
    .item-li.flr{float: right;}
    .context{padding: 0;}
    .con-img {height: 100px; background: url(../images/con-bg.jpg) no-repeat center; background-size: auto 100%; }
    .li-con .titone {
        font-size: 18px;
        height: 26px;
    }
    .li-con .tittwo {
        font-size: 15px;
        height: 30px;
    }
    .vote span {
        margin-top: 10px;
    }
}