*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a{
    color: #333;
    text-decoration: none;
}

img{
    vertical-align: bottom;
}
ul,li{
    list-style: none;
}
h3,h4,h5{
    font-weight: normal;
}
.clear{
    clear: both;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.nav_btn{
    display: none;
}

.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: 100%;
}

.nav_pc{
    width: 100%;
    background-color: #004DB5;
    z-index: 65;
}
.nav_pc ul{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    background-color: #004DB5;
    line-height: 40px;
}
.nav_pc li{
    padding: 0 30px;
    float: left;
}
.nav_pc li a{
    color:#fff;
}


.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title .ttleft span:nth-child(1){
    font-size: 28px;
    color: #004DB5;
    font-weight: 600;
}
.title .ttleft span:nth-child(2){
    color: #4682B4;
}
.title .ttright a:nth-child(2){
    color: #fff;
    background-color: #004DB5;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}


.one{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.announcements{
    width: 400px;
}
.announcements .annouceItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    transition: 0.36s;
}
.announcements .annouceItem:after{
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #004DB5;
    transition: 1s ease;
}
.announcements .annouceItem:hover:after {
    left: 0;
    width: 100%;
}
/* .announcements a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
} */
.announcements .annouceItem:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.announcements .annouceItem .annouceDate{
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
    width: 80px;
    text-align: center;
    transition: 0.36s;
}
.announcements .annouceItem .annouceDate .date{
    font-size: 30px;
    color: #004DB5;
    position: relative;
    padding-bottom: 0px;
    background: #dcdcdc;
    line-height: 38px;
    font-family: "Times New Roman";
}
.announcements .annouceItem .annouceDate .month{
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    background: #eeeeee;
    font-family: "Times New Roman";
}
.announcements .annouceItem .annouceTitle{
    width: 304px;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333333;
    transition: 0.36s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.interpretation{
    flex: 1;
    margin-left: 20px;
}
.interpretation .interText{
    margin-top: 30px;
}
.interpretation .interText .firstNews{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.interpretation .interText .firstNews .firstTitle a:hover{
    color: #004DB5;
    text-decoration: underline;
}
.interpretation .interText .firstNews img{
    width: 310px;
    height: 200px;
}
.interpretation .interText .firstNews .firstIns{
    flex:1;
    padding-left: 15px;
}
.interpretation .interText .firstNews .firstIns .firstTitle{
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 28px;
}
.interpretation .interText .firstNews .firstIns .firstTitle span:nth-child(2){
    font-size: 16px;
    color: #333;
    float: right;
}
.interpretation .interText .firstNews .firstIns .firstDesc{
    line-height: 26px;
}
.interpretation .interText .interOther ul li{
    line-height: 35px;
}
.interpretation .interText .interOther ul li a{
    font-size: 18px;
    color:#333;
}
.interpretation .interText .interOther ul li a:hover{
    color: #004DB5;
    text-decoration: underline;
}
.interpretation .interText .interOther ul li span{
    font-size: 16px;
    color:#666;
    float: right;
}


.two{
    margin-top: 30px;
    background-color: aliceblue;
    padding: 20px 0;
}
.two ul.ul01 {
    font-size: 0;
    margin: 0 -6px;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-between;
}
.two ul.ul01 li {
    /* display: inline-block; */
    width: 25%;
    padding: 0 6px;
    text-align: center;
}
.two ul.ul01 li a {
    display: block;
    background: #fff;
    border-top: #004DB5 2px solid;
    overflow: hidden;
    transition: 0.36s;
}
.two ul.ul01 li a:hover {
    transform: scale(1.06);
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.two ul.ul01 li a:hover h4 {
    color: #004DB5;
}
.two ul.ul01 li a h3 {
    font-size: 18px;
    line-height: 52px;
    color: #333333;
    font-weight: bold;
}
.two ul.ul01 li a .img, .two ul.ul01 li a .img img {
    width: 290px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.slow img {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.two ul.ul01 li a h4 {
    font-size: 16px;
    line-height: 24px;
    /* height: 80px; */
    overflow: hidden;
    color: #333333;
    margin: 22px 10px;
}
.two ul.ul02 {
    font-size: 0;
    margin: 0 -16px;
}
.two ul.ul02 li {
    display: inline-block;
    width: 33.333333%;
    padding: 0 16px;
    position: relative;
}
.two ul.ul02 li:nth-child(n+3) {
    margin-top: 20px;
}
.two ul.ul02 li a {
    position: relative;
    padding-bottom: 14px;
    border-bottom: #d1cdbd 1px solid;
    display: block;
    transition: 0.36s;
}
.two ul.ul02 li a:hover:after {
    left: 0;
    width: 100%;
}
.two ul.ul02 li a h4 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.two ul.ul02 li a h6 {
    font-size: 12px;
    line-height: 24px;
    height: 22px;
    overflow: hidden;
    color: #004DB5;
}
.two ul.ul02 li a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 1px;
    background: #004DB5;
    bottom: -1px;
    transition: 0.36s;
}



.three{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.three .report{
    width: 800px;
    margin-right: 20px;
}
.three .report .list_item {
    padding: 15px 20px;
    line-height: 30px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}
.three .report .list_item .title1 {
    font-size: 18px;
    font-weight: bold;
}
.three .report .list_item .info {
    font-size: 14px;
    color: #999;
}
.three .report .list_item .info .name {
    margin: 0 15px;
}
.three .report .list_item .abstract {
    /* font-size: 16px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three .comments{
    flex: 1;
}

