@charset "utf-8";
.newssection1{
    width:100%;
    padding:130px 0px;
}
.newssection1_one{
    width:100%;
    padding:0px;
}
.newssection1_one_top{
    width: 100%;
    padding:40px;
    min-height: 430px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
}
.newssection1_one_top .left{
    flex:1;
    height: 350px;
    overflow: hidden;
}
.newssection1_one_top .left img{
    width:100%;
    height: 100%;
    object-fit: cale-down;
    transition: all .4s;
    cursor: pointer;
    border-radius: 10px;
}
.newssection1_one_top .left img:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.newssection1_one_top .right{
    flex:1;
    padding-left:40px;
}
.newssection1_one_top .right .newstop .riqi{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 12px;
    padding:20px 0px;
}
.newssection1_one_top .right .newstop .biaoti{
    font-weight: 400;
    font-size: 24px;
    color: #4D4D4D;
    line-height: 30px;
    padding:16px 0px;
    border-bottom: 1px solid #4D4D4D;
}
.newssection1_one_top .right .newstop .biaoti:hover{
    border-bottom: 1px solid #063A80;
}
.newssection1_one_top .right .newstop .biaoti a{
    color: #4D4D4D;
}
.newssection1_one_top .right .newstop .biaoti a:hover{
    color: #063A80;
}
.newssection1_one_center{
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: flex-start;
}
.newssection1_one_center .nianfen select{
    width: 168px;
    height: 41px;
    padding-left:20px;
    border: 1px solid #CCCCCC;
    border-radius: 22px;
}
.newssection1_one_center .gjz{
    position: relative;
}
.newssection1_one_center .gjz input{
    margin-left: 24px;
    width: 292px;
    height: 41px;
    border: 1px solid #CCCCCC;
    border-radius: 22px;
    padding-left: 30px;
}
.newssection1_one_center .gjz .iconfont{
    position: absolute;
    top:13px;
    left:40px;
}
.newssection1_one_center .sousuo input{
    margin-left: 24px;
    width: 101px;
    height: 41px;
    border-radius: 22px;
    background-color: #FFFFFF;
    border:1px solid #063A80;
    color: #063A80;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newssection1_one_center .sousuo input:hover{
    background-color: #063A80;
    color: #FFFFFF;
}
.newssection1_one_center2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newssection1_one_center2 .dgnew{
    position: relative;
    width: 32%;
    min-height: 466px;
    padding:20px;
    cursor: pointer;
    margin-bottom: 30px;
    border-top: 1px solid #CCCCCC;
}
.newssection1_one_center2 .dgnew .pic{
    width:100%;
    height: 250px;
    overflow: hidden;
}
.newssection1_one_center2 .dgnew .pic img{
    width:100%;
    height: 250px;
    object-fit: cale-down;
    transition: all .4s;
}
.newssection1_one_center2 .dgnew .pic img:hover{
    transform: scale(1.2);
}
.newssection1_one_center2 .dgnew:hover{
    border-top:0px;
    box-shadow: 5px 5px 10px rgba(181,224,230,0.5);
}
.newssection1_one_center2 .dgnew .infos{
    width:100%;
    padding:10px 0px;
}
.newssection1_one_center2 .dgnew .infos .title{
    width:100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 37px;
}
.newssection1_one_center2 .dgnew .infos .title a{
    color: #4D4D4D;
    line-height: 21px;
}
.newssection1_one_center2 .dgnew .infos .title a:hover{
    color: #063A80;
}
.newssection1_one_center2 .dgnew  .chakan{
    width: 100%;
    margin: 50px 0px;
    display: flex;
    justify-content: space-between;
}
.newssection1_one_center2 .dgnew  .chakan a{
    color: #9D9D9D;
}
.newssection1_one_center2 .dgnew  .chakan a:hover{
    color: #063A80;
}
.newssection1_one_foot
{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.newssection1_one_foot span
{
    padding:0px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #3E3A39;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newssection1_one_foot span.avt
{
    height: 32px;
    width: 32px;
    background-color: #063A80;
    border-radius: 16px;
    color: #FFFFFF;
}
.newssection1_one_foot span.avt a
{
    color: #FFFFFF;
}
.newssection2{
    width:100%;
    padding:140px 0px;
}
.newssection2_one{
    width: 100%;
    padding:0px;
}
.newssection2_one .title{
    font-weight: 400;
    font-size: 30px;
    color: #063A80;
    line-height: 91px;
}
.newssection2_one .miaoshu{
    width: 100%;
    padding:30px 0px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    justify-content: flex-start;
}
.newssection2_one .miaoshu .riqi{
    font-weight: 400;
    font-size: 16px;
    color: #063A80;
    line-height: 16px;
}
.newssection2_one .miaoshu .fenxiang{
    margin-left: 50px;
}
.newssection2_one .miaoshu .fenxiang .iconfont{
    margin-right: 10px;
    cursor: pointer;
    color: #063A80;
    font-size: 20px;
}
.newssection2_one .neirong{
    width: 100%;
    padding:60px 200px;
    font-weight: 400;
    font-size: 16px;
    color: #3E3A39;
    line-height: 34px;
    border-bottom: 1px solid #CCCCCC;
}
.newssection2_one .neirong p{
    line-height: 34px;
}
.newssection2_one .neirong img{
    max-width: 100%;
}
.newssection2_one .newfoot{
    width: 100%;
    margin-top: 35px;
    display:flex;
    justify-content: space-between;
}
.newssection2_one .newfoot .shangxia p{
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    line-height: 42px;
}
.newssection2_one .newfoot .shangxia p a{
    color: #515151;
}
.newssection2_one .newfoot .anniu{
    display: flex;
    justify-content:flex-start;
}
.newssection2_one .newfoot .anniu .fanhui{
    width: 102px;
    height: 42px;
    border: 1px solid #063A80;
    border-radius: 21px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #0D386F;
}
.newssection2_one .newfoot .anniu .fanhui a{
    color: #0D386F;
}
.newssection2_one .newfoot .anniu .guanbi{
    width: 102px;
    height: 42px;
    margin-left: 10px;
    background-color: #063A80;
    border-radius: 21px;
    line-height: 42px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.newssection2_one .newfoot .anniu .guanbi a{
    color: #FFFFFF;
}
@media only screen and (max-width: 1920px){


}

@media only screen and (max-width: 1680px){
   .newssection1_one_top .right .newstop .biaoti {
        font-size: 21px;
    }
    .newssection1_one_center2 .dgnew .infos .title {
        font-size: 16px;
    }
    .newssection2_one .title {
        font-size: 26px;
    }

}
@media only screen and (max-width: 1440px){
   .newssection1_one_top .right .newstop .biaoti {
        font-size: 18px;
    }
    .newssection1_one_center2 .dgnew .infos .title {
        font-size: 14px;
    }
    .newssection2_one .title {
        font-size: 23px;
    }

}
@media only screen and (max-width: 1366px){
   .newssection1_one_top .right .newstop .biaoti {
        font-size: 17px;
    }
    .newssection1_one_center2 .dgnew .infos .title {
        font-size: 13px;
    }
    .newssection2_one .title {
        font-size: 21px;
    }

}
@media only screen and (max-width: 1280px){


}
@media only screen and (max-width: 1200px){
	.newssection1 {
        padding: 30px 0px;
    }
    .newssection1_one {
        padding: 0px;
    }
    .newssection1_one_top {
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
    }
    .newssection1_one_top .left {
        width: 100%;
        flex: none;
        height: auto;
    }
    .newssection1_one_top .left img {
        width: 100%;
        height: auto;
    }
    .newssection1_one_top .right {
        flex: none;
        padding-left: 0px;
        width: 100%;
    }
    .newssection1_one_top .right .newstop .riqi {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 0px;
    }
    .newssection1_one_top .right .newstop .biaoti {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0px;
    }
    .newssection1_one_center {
        display: none;
    }
    .newssection1_one_center2 {
        width: 100%;
        flex-wrap: wrap;
    }
    .newssection1_one_center2 .dgnew {
        width: 100%;
        min-height: 266px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .newssection1_one_center2 .dgnew .pic {
        height: auto;
    }
    .newssection1_one_center2 .dgnew .pic img {
        height: auto;
    }
    .newssection1_one_center2 .dgnew .infos {
        padding: 10px 0px;
    }
    .newssection1_one_center2 .dgnew .infos .title {
        margin-top: 10px;
        font-size: 18px;
        line-height: 35px;
    }
    .newssection1_one_center2 .dgnew .chakan {
        margin: 10px 0px;
    }
    .newssection2 {
        padding: 30px 0px;
    }
    .newssection2_one .title {
        font-size: 18px;
        line-height: 36px;
    }
    .newssection2_one .miaoshu {
        padding: 20px 0px;
    }
    .newssection2_one .neirong {
        padding: 0px;
        font-size: 14px;
        line-height: 28px;
    }
    .newssection2_one .neirong p{
        line-height: 28px;
    }
    .newssection2_one .newfoot {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .newssection2_one .newfoot .shangxia p {
        font-size: 14px;
        line-height: 28px;
    }
    .newssection2_one .newfoot .anniu {
        width: 100%;
        margin-top: 20px;
    }
    .newssection2_one .newfoot .anniu .fanhui {
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .newssection2_one .newfoot .anniu .guanbi {
        width: 80px;
        height: 35px;
        margin-left: 10px;
        line-height: 35px;
        font-size: 14px;
    }

}