.index-wrap{
    background:rgba(250,250,250,1);
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 72px;
}
.content{
    display: flex;
    justify-content: space-between;
}
.breadCrumbs{
    font-size: 12px;
    margin: 8px 0;
    color:rgba(0,0,0,0.45);
}
.breadCrumbs a{
    color:rgba(0,0,0,0.45);
}
.breadCrumbs a:hover{
    text-decoration: none;
}
.left-content{
    width:800px;
    background:rgba(255,255,255,1);
    padding: 32px 32px 48px;
    box-sizing: border-box;
}
.left-content h1{
    font-size: 26px;
    font-weight:600;
    color:rgba(0,0,0,0.85);
    margin-bottom: 10px;
}
.left-content .resource{
    color:rgba(153,153,153,1);
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.left-content .resource .line{
    display: inline-block;
    width:1px;
    height:12px;
    background:rgba(216,216,216,1);
    margin: 0 12px;
}
.news-content p{
    color:rgba(51,51,51,1);
    line-height:24px;
}
.news-content img{
    width: 736px;
    margin: 10px 0;
}
.news-content h2{
    margin: 16px 0;
    font-size: 18px;
    font-weight: 600;
}
.news-content .end{
    font-size: 12px;
    color:rgba(153,153,153,1);
    margin-top: 16px;
    text-align: center;
}
.news-content .end:before,.news-content .end:after{
    content: '';
    display: inline-block;
    width: 338px;
    height: 1px;
    background: #F2F2F2;
    position: relative;
    top: -4px;
}
.news-content .end:before{
    margin-right: 16px;
}
.news-content .end:after{
    margin-left: 16px;
}
.right-content{
    width:384px;
    height: 100%;
    max-height:488px;
    background:rgba(255,255,255,1);
    padding: 16px;
    box-sizing: border-box;
}
.right-content h3{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:18px;
    border-left: 3px solid #FF6161;
    padding-left: 8px;
    text-align: left;
    margin-bottom: 13px;
}
.right-content li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 12px;
}
.right-content li img{
    width: 120px;
    height: 68px;
    margin-right: 12px;
}
.right-content li>div{
    width: 220px;
}
.right-content li h4{
    font-size: 16px;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-bottom: 4px;
}
.right-content li span{
    font-size: 12px;
    color:rgba(153,153,153,1);
}
.right-content button{
    width:353px;
    height:40px;
    background:rgba(248,248,248,1);
    border-radius:2px;
    border: none;
    color:rgba(153,153,153,1);
    cursor: pointer;
}
.right-content button:focus{
    outline: none;
}
.footer-top .footer-top-left dl.contactUs{
    width:250px;
}
.footer-top .footer-top-left dl.contactUs dd{
    height: auto;
}