*{
    margin: 0;
    padding: 0;
    font-family: "Micorsoft Yahei";
}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}
body{
    background: #e2edf6;
}
.ui-header{
    width: 100%;
    height: 308px;
}
.ui-header-top {
    width: 100%;
    height: 49px;
    background: #f3f3f3;
    overflow: hidden;
}

.ui-header-top-k {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}
.ui-date {
    float: left;
    margin-top: 12px;
    color: #333;
    font-size: 16px;
}
.ui-search {
    height: 30px;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}
.ui-return{
    font-size: 20px;
    color: #006ec9;
    line-height: 32px;
}
.ui-banner{
    width: 100%;
    height: 260px;

}
.ui-banner-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-content{
    width: 1205px;
    height: auto;
    margin: 0 auto;

}
.ui-wyjb{
    width: 100%;
    height: 414px;
    background: url('../images/msqz.png') top center no-repeat,#fff;
    margin-top: 20px;
}
.ui-wyjb-p{
    width: 100%;
    height: 93px;
    line-height: 93px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.ui-wyjb-menu-k{
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: space-around;
}

.ui-wyjb-menu{
    width: 178px;
    height: 240px;
    margin-top: 30px;
}
.ui-wyjb-menuname{
    font-size: 22px;
    color: #217dc9;
    padding: 7px 11px;
    border-radius: 30px;
    background: #cfe8fe;
    text-align: center;
}
.ui-wyjb-img{
    display: block;
    width: 100%;
}
.ui-newsdt{
    width: 100%;
    height: auto;
    background: #fff;
}
.ui-newsdt-k{
    width: 1161px;
    height: auto;
    margin: 42px auto;
    overflow: hidden;
}
.ui-newsdt-title{
    width: 1159px;
    height: 46px;
    margin: 42px auto 0;
    border-bottom: 1px solid #1475c6;
}
.ui-newsdt-titlename{
    float: left;
    padding: 3px 50px;
    font-size: 30px;
    color: #fff;
    background: #1475c6;
}
.ui-newsdt-more{
    float: right;
    font-size: 18px;
    color: #1475c6;
    line-height: 46px;

}
.ui-listul{
    width: 100%;
    height: auto;
}
.ui-listli{
    width: 100%;
    height: 180px;
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
}
.ui-listli-title{
    width: 100%;
    height: 54px;
    font-size: 22px;
    color: #333;
    background: url('../images/themedian1.png') left no-repeat;
    margin-top: 40px;
    line-height: 54px;
    text-indent: 1em;
}
.ui-listli-detail{
    font-size: 18px;
    color: #6a6a6a;
    line-height: 35px;
    text-indent: 2em;
}
@media screen and (max-width:1200px) {
    .ui-header {
        width:1200px;
    }
}