@charset "utf-8";
.news {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 104px 202px 130px;
    position: relative;
    font-family: hyry;
}

.news .choose-size {
    /*    width: 169px; */
       border-radius: 5px;
       background-color: #fff;
       position: absolute;
       top: 40px;
       right: 224px;
       box-sizing: border-box;
       padding: 2px;
       border-left: 1px solid #1C6ABE;
       border-right: 1px solid #1C6ABE;
       background-color: #1C6ABE;
       border-right: 5px;
   }

.news .choose-size .standard {
    text-align: center;
    width: 58px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    display: inline-block;
    background-color: #fff;
    color: #1C6ABE;
    padding-left: 5px;
}
.news .choose-size .num {
    text-align: center;
    font-size: 14px;
    width: 28px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    background-color: #fff;
    color: #1C6ABE;

}
.news .choose-size .scale-btn-active{
    background-color: #1C6ABE;
    color: #fff;
}
.news .choose-size .last{
    border-radius: 0 5px 5px 0;
}
.news .info-box {
    line-height: 1.7;
    font-size: 18px;
}

.news .info-box h1{
    color: #4C4948;
    text-align: center;
    margin-bottom: 20px;
}
.news .info-box .date {
    color: #B9B9B9;
    text-align: center;
    margin-bottom: 30px;
}
.news .info-box .info-text p {
    color: #898989;
    line-height: 1.7;

}
.news .info-box .info-text .img {
    width: 854px;
    height: 572px;
    margin: 105px auto;
}
.news .info-box .info-text .img img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}


.news .info-box .info-text .bottom {
    margin-bottom: 40px;
}
