*{
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.ui-header{
    width: 100%;
    height: 641px;

}
.ui-header-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.ui-tout{
    width: 100%;
    height: 248px;
    background: #f5f9fd;
    overflow: hidden;
    margin-top: -180px;
    position: relative;
}
.ui-tout-p{
    width: 1122px;
    line-height: 55px;
    font-size: 40px;
    color: #2f447b;
    margin: 40px auto 20px;
    display: block;
    text-align: center;
}
.ui-tout-more{
    display: block;
    width: 134px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #af0100;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
}
.ui-list{
    margin-top: 69px;
}
.ui-list-k{
    width: 100%;
    height: 40px;
}
.ui-line{
    float: left;
    width: 5px;
    background: #af0100;
    height: 100%;
}
.ui-list-li{
    margin: 20px 0;
}
.ui-linetitle{
    float: right;
    width: 1183px;
    height: 99%;
    border-bottom: 1px solid #2f447b;
}
.ui-linetitle-p{
    float: left;
    font-size: 30px;
    color: #2f447b;
    font-weight: bold;
}
.ui-linetitle-more{
    float: right;
    width: 91px;
    height: 36px;
    color: #fff;
    font-size: 20px;
    background: #2f447b;
    line-height: 36px;
    text-align: center;
    margin-top: 4px;
}
.ui-list-li-a{
    width: 100%;
    height: 145px;
}
.ui-list-li-p{
    width: 100%;
    font-size: 24px;
    color: #333;  
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 15px;
}
.ui-list-li-content{
    font-size: 20px;
    color: #666;
    text-indent: 2em;
    line-height: 33px;
}
.ui-imgvideo{
    width: 100%;
    height: 518px;
}
.ui-img{
    width: 590px;
    height: 418px;
    float: left;

}
.ui-video {
    width: 590px;
    height: 418px;
    float: right;

}
.ui-linetitled {
    float: right;
    width: 576px;
    height: 99%;
    border-bottom: 1px solid #2f447b;
}
.ui-news{
    width: 587px;
    height: 341px;
    margin-top: 38px;
    position: relative;
}
.ui-news-img{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-news-span{
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}
.ui-footer {
    width: 100%;
    height: 282px;
    background: #093961;
    margin-top: 15px;
    overflow: hidden;
}

.ui-footer-p {
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
    text-align: center;
}

.ui-footer-img {
    display: block;
    width: 58px;
    height: 70px;
    margin: 15px auto 0;
}
.ui-return{
    position: absolute;
    top: 20px;
    right: 20%;
    font-size: 20px;
    color: #333;
}
@media screen and (max-width:1200px) {
    .ui-header {
        width:1200px;
    }
}