/* .con_left{
    float: left;
    width: 20%;
    padding: 0 0 .5rem .5rem;
} */
.con_left ul{
    display: flex;
    justify-content: space-around;
    padding:0 0 .6rem;
}
.con_title{
    font-size:.35rem;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(13,33,70,1);
    text-align: center;
}
.con_tab{
    text-align: center;
    font-size: 0.18rem;
    color: #989da7;
    cursor: pointer;
    height: .5rem;
    width: 20%;
    border-radius: .5rem;
    background: #F8F8F8;
    line-height: .5rem;
}
.con_right{
    display: flex;
    flex-wrap: wrap;
}
.con_right ul {
    width: 1055px;
    height: 100%;
    margin: 0 auto;
}
.con_right ul li {
    width: 100%;
    height: 240px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(14, 66, 128, 0.06);
    margin-bottom: 26px;
    border-radius: 10px;
}
.msg_title{
    font-size: 0.16rem;
    color: #666666;
    border-bottom: .01rem dashed #cccccc;
}
.con_msg{
    display: none;
    /* padding: 0 .3rem .5rem .1rem; */
}
.on{
    background-color: #FF8524;
    color: #fff;
}
.con-active{
    display: block;
}

.new_item{
    width: 23.5%;
    height:3.06rem;
    margin: 0 1.5% 3.5% 0;
    text-align: center;
    border: .01rem solid  #eeeeee;
    cursor: pointer;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    border-radius:10px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1.5s; 
    overflow: hidden;
}
.new_item:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1.5s; 
}
.new_item:hover .new_msg{
    background: #345eda;
}
.new_item:hover .new_title{
    color: #fff;
}
.new_item:hover div{
    color: #fff;
}
/* .new_cover{
    float: left;
    width: 28%;
} */
.new_cover img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.new_cover{
    height: 50%;
}
.new_msg{
    height: 50%;
    padding: .1rem;
    box-sizing: border-box;
}
.new_title{
    font-size: 20px;
    color: #0D2146;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}
.new_time{
    font-size: 16px;
    color: #747C8F;
    text-align: left;
}
.new_shortDes {
    margin-top: 0.05rem;
    font-size: 14px;
    color: #747C8F;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:3;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-align: left;
}
@media (max-width: 1222px){
    .new_item{
        align-items: center;
        width: 30%;
        margin: 0 1.5% .5rem;
        border: 1px solid #eee;
        border-radius: 0.2rem;
    }
}
@media (max-width: 768px) {
    .new_item{
        width: 47%;
        margin: 0 1.5% .5rem ;
    }
    .new_title{
        font-size: 18px;
    }
    .con_tab{
        width: 25%;
    }
    .new_time{
        font-size: 14px;
    }
    
}
@media (max-width: 550px){
    .new_shortDes{
        -webkit-line-clamp:2;
        }
}
@media (max-width: 414px) {
    .new_shortDes{
        -webkit-line-clamp : 2;
    }
    .new_time{
        font-size: 12px;
    }
    .new_shortDes{
        -webkit-line-clamp:2;
        font-size: 12px;
        }
        .new_title{
            font-size: 14px;
        }
}
.con_info{
    padding:30px 40px ;
}
.con_info11{
    width: 100%;
    padding:24px ;
}
.con_info p{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.con_info2{
    color: #888888;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 27px;
}
.xiangqing{
    width: 96px;
    height: 38px;
    border: 1px solid #FF8524;
    border-radius: 6px;
    color: #FF8524;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
}
.xiangqing::after{
    content: ">";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}
.xiangqing:hover{
    background-color: #FF8524;
    color: #fff;
}
.presentress{
    width: 100%;
    height: 60px;
    background-color: #FBFBFC;
}
.presentressinfo{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.presentressinfo p{
    font-size: 16px;
    color: #4D4D4D;
    margin-left: 16px;
}
.questionsxiangqing{
    font-size: 16px;
    color: #FF8524;
    cursor: pointer;
}
.questionsxiangqing::after{
    content: ">";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
}


/* 分页器 */
.pagewrap {
    padding: 25px 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    color: #A2A7B7;
    text-align: center;
    font-size: 16px;
}

.pagewrap i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    vertical-align: middle;
}
.pagewrap i:first-child{
    border-radius: 20px;
}
.pagewrap i:last-child{

    border-radius: 20px;
}
.pagewrap i.button {
    width: 68px;
}

.pagewrap i:hover {
    background-color: #FF8524;
    color: #fff;
    animation: buttonshake .4s ease-out forwards;
}

.pagewrap i.current:hover, i.current, i.button:hover {
    background-color: #FF8524;
    color: #fff;
    border: none;
    animation: none;
}

.pagewrap i.disabled, i.disabled:hover {
    background: #EFEFEF;
    border-color: #EFEFEF;
    color: #AAA;
    cursor: text;
    animation: none;
}

.pagewrap i.ellipsis, i.ellipsis:hover {
    background: none;
    border-color: #FFF;
    color: #AAA;
    cursor: text;
    animation: none;
}

@-webkit-keyframes buttonshake {
    25% {
        -webkit-transform: rotate(45deg);
    }
    75% {
        -webkit-transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes buttonshake {
    25% {
        transform: rotate(45deg);
    }
    75% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.input{
    width: 50px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #D2D2D2;
    text-indent:.8em ;
    margin: 0 20px 0 10px;
}
.flagok{
    display: inline-block;
    width: 70px;
    height: 40px;
    border: 1px solid #FF8524;
    border-radius: 20px;
    color: #FF8524;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
