* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}
.ui-header{
    width: 100%;
    height: 820px;
    position: relative;
    z-index: 0;
}
.header-img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.title-img{
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%,0%);
}
.ui-content{
    width: 1400px;
    /* position: absolute; */
    /* top: 512px; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    margin: -400px auto 0;
    position: relative;
}
.ui-picnews{
    width: 100%;
    height: 550px;
    background: rgba(250,250,250,0.7);
    overflow: hidden;
}
.ui-picnewsk{
    width: 1200px;
    margin: 56px auto 0;
    height: 100%;
}
.ui-picnewsk-left{
    float: left;
    width: 635px;
    height: 441px;
}
.sw-slide {
    position: relative;
}

.sw-slide-title {
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.sw-slide-a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sw-bullet li.active {
    background-color: #fc114a
}
.ui-picnewsk-right{
    float: right;
    width: 537px;
    height: 441px;
}
.ui-picnewsk-ul{
    width: 100%;
    height: 92%;

}
.ui-picnewsk-li{
    width: 100%;
    height: 124px;
    border-bottom: 1px dotted #dddddd;
}
.ui-picnewsk-title{
    font-size: 24px;
    line-height: 30px;
    color: #333;
    width: 95%;
    margin: 10px auto 0;
}
.ui-picnewsk-content{
    font-size: 18px;
    color: #6c6c6c;
    line-height: 35px;
    width: 95%;
    margin: 10px auto 0;
}
.ui-picnewsk-more{
    font-size: 20px;
    color: #9c0709;
}
.ui-piclink{
    width: 1200px;
    height: 118px;
    margin: 38px auto 0;
    display: block;
}
.ui-commonlist{
    width: 1200px;
    height: 480px;
    margin: 20px auto 0;
}
.ui-common-title{
    width: 100%;
    height: 62px;
    border-bottom: 2px solid #cecece;
}
.ui-common-titleimg{
    float: left;
    margin-top: 10px;
}
.ui-more{
    float: right;
    font-size: 18px;
    color: #af1e25;
    line-height: 62px;
    margin-bottom: 35px;
}
.ui-pllist-ul {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-pllist-li {
    width: 578px;
    height: 45px;
    background: url('../images/themedian.png') 10px center no-repeat;
}

.ui-pllist-a {
    line-height: 45px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
    display: block;
}
.ui-pllist-a:hover{
    color: #fc114a;
}
.ui-footer {
    width: 100%;
    height: 282px;
    background: #d1091d;
    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;
}
@media screen and (max-width:1200px) {
    .ui-container {
        width:1400px;
    }
}