.all{
    width: 100%;
    min-width: 1280px;
    margin: auto;
}
.big-img-box{
    width: 100%;
    min-width: 1280px;
    margin: auto;
}
.big-img{
    display: block;
    width: 100%;
}
.all-box{
    width: 1280px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}
.left-box{
    width: 300px;
    height: 100%;
    background: #fff;
    float: left;
}
.right-box{
    overflow: hidden;
    padding: 30px 70px;
    background: #fff;
}
.this-title{
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: #0071AF;
    overflow: hidden;
}
.this-title>h1{
    display: block;
    float: left;
    width: 40%;
    font-size: 26px;
    margin-left: 50px;
    font-weight: bold;
    padding-right: 0;
    color: #fff;
}
.this-title>div{
    height: 1px;
    overflow: hidden;
    margin-top: 62px;
    background: #2A91CA;
}
.btn-div-box{
    width: 100%;
    margin-bottom: 40px;
}
.btn-div-box>div{
    width: 100%;
    background: #E6EDF6;
    border-left: 10px solid #E6EDF6;
    box-sizing: border-box;
    height: 62px;
    border-bottom: 1px solid #fff;
    line-height: 62px;
    color: #373738;
    padding-left: 40px;
}
.btn-div-box>div>i{
    float: right;
    line-height: 62px;
    margin-right: 20px;
    color: #E6EDF6;
}
.btn-active{
    border-color: #3CB7BA !important;
    border-bottom: 1px solid #fff !important;
}
.btn-active i{
    color: #3CB7BA !important;
}
.new-title{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #CEEDEE;
}
.new-title>b{
    color: #333;
    display: block;
    float: left;
    width: 30%;
    height: 100%;
    margin-left: 20px;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.new-title>span{
    font-size: 14px;
    margin-right: 10px;
    float: right;
}
.new-title>span a{
    color: #3EB8BB;
}
.new-list{
    width: 100%;
}
.new-list>li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #E5E5E5;
    padding-left: 25px;
}
.new-list>li>a{
    color: #555;
    font-size: 14px;
    text-decoration: none;
}
.right-box h2{
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #E3E3E3;
}
.right-box h2 i{
    margin-right: 10px;
    color: #107AB4;
    position: relative;
    top: 1px;
}
.right-box h2 span{
    font-size: 12px;
    color: #A1A1A1;
    line-height: 35px;
    float: right;
}
.ymnr{
    width: 100%;
}