body{
    background:#fff;
}
.content{
    margin:0;
    overflow: hidden;
    width:100%;
}
.fl{
    display:none;
}
.fr{
    width:100%;
    float:initial;
    background:#fff;
    padding:30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.fr.bg{
    background:#fff url(abg.png) no-repeat 0px 220px;
}



.list{
    width:100%;
    overflow: hidden;
    margin:0 auto;
    padding:0;
    box-sizing: border-box;
}
.list li{
    overflow: hidden;
    margin-bottom:40px;
    border-bottom:1px solid #E6E5E5;
    padding-bottom:30px;
}
.list li h3 a{
    width:100%;
    display:block;
}
.list li .img{
    width:250px;
    height:auto;
    float:left;
    margin-right:33px;
    padding-top:10px;
}
.list li img{
    width:250px;
    height:140px;
}
.list li .img i{
    display:block;
    font-size: 24px;
font-family: Vani;
font-weight: 400;
color: #999999;
line-height: 48px;
}
.list li.noImg h3{
    width:100%;
}
.list li h3{
    width:375px;
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 52px;
    float:left;
    display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 3;    
overflow: hidden;
}
.list li span{
    display: none;
}
.list li i, .list li p{
    font-size: 24px;
    font-family: Vani;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
    font-style:normal;
}





.list2{
    width:650px;
    margin:40px auto 0px;
    overflow: hidden;
}
.list2 ul{
    width:800px;
}
.list2 li{
    width:284px;
    height:auto;
    float:left;
    margin-right:82px;
    margin-bottom:80px;
}
.list2 li .img{
    width:284px;
    height:400px;
    background:#eee;
}
.list2 li h3{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 52px;
    text-align: center;
}
.list2 li h3 span{
    margin-left:10px;
}





.topbox{
    width:100%;
    height:auto;
    border:1px dashed #c6d9e4;
    background:#f2f9fd;
    border-radius: 20px;
    margin-bottom:44px;
    padding:23px 50px;
    box-sizing: border-box;
    position: relative;
}

.topbox::after{
    content:'';
    width:40px;
    height:64px;
    display:block;
    position: absolute;
    bottom:-21px;
    left:-1px;
    background:url(jj.png);
}
.topbox h3{
    color:#025298;
    font-size:32px;
    margin-bottom:20px;
}

.topbox p.handle{
    font-size:28px;
    color:#444;
    line-height:34px;
    height:40%;
    overflow: hidden;
    margin:20px auto;
}
.topbox p.handle span{
    color:#3f86ff;
    font-style:italic;
    cursor:pointer;
    position: absolute;
    right:60px;
    bottom:20px;
}
.topbox p.handle span i{
    width:18px;
    height:18px;
    display:inline-block;
    margin-left:5px;
    background:url(arrow1.png);
    background-size:contain;
}
.topbox p.handle span.b2 i{
    transform:rotate(180deg);
}

.topbox p.handle span.b1{
    display:inline-block;
}
.topbox p.handle span.b2{
    display:none;
}

.topbox.active p span.b1{
    display:none;
}
.topbox.active p span.b2{
    display:inline-block;
}


.topbox .trs_editor_view{
    font-size:28px !important;
    color:#444;
    line-height:56px !important;
    height:180px !important;
}
.topbox .trs_editor_view *{
    font-size:28px !important;
    color:#444 !important;
    line-height:56px !important;
    padding:0 !important;
    margin:0 !important;
}
.topbox.active .trs_editor_view{
    height:auto !important;
}