*{
    margin: 0;
    padding: 0;
}

.news{
    font-family: 微软雅黑;
    width: 100%;
    height: 650px;
}
.news .newsnav{
    width: 1200px;
    height: 650px;
    margin: 0 auto;
}
.news .newsnav .left{
    width: 600px;
    height: 650px;

    float: left;
}
.news .newsnav a{
    text-decoration:none;

}
.news .newsnav .left .bt{
    font-size: 28px;
    color: #145cbd;
}
.news .newsnav .left img{
    width: 500px;
    height: 375px;
    margin-top: 35px;
}
.news .newsnav .left .bt1{
    font-size: 18px;
    padding-top: 35px;
}
.news .newsnav .left .bt2{
    font-size: 13px;
    margin-top: 10px;
}
.news .newsnav .left button{
    width: 110px;
    height: 38px;
    border-radius: 10px;
    background-color: #145CBD;
    color: #ffffff;
    margin-top: 20px;
}
.news .newsnav .right{
    width: 580px;
    height: 650px;
    float: right;
}
.news .newsnav .right .bt{
    font-size: 28px;
    color: #145cbd;
}
.news .newsnav .right ul{
    width: 580px;
    height: 535px;
    margin-top: 35px;
}
.news .newsnav .right ul li{
    list-style: none;
    width: 570px;
    height: 150px;
    margin-bottom: 37px;

}
.news .newsnav .right ul li img{
    width: 200px;
    height: 150px;
    float: left;margin-right: 20px;
    border: 1px solid;
}
.news .newsnav .right ul li p{
    margin-top: 10px;
}



.news .newsnav .right ul li a{
    color: #000;
}