* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

img {
    border: 0;
}
body{
    background: #efefef;
}
.ui-header{
    width: 100%;
    height: 588px;

}
.ui-banner{
    width: 100%;
    height: 100%;
}
.ui-banner-img{
    display: block;
    width: 100%;
    height: 100%;
}
.ui-content{
    width: 1200px;
    height: auto;
    margin: -260px auto 0;
    background: #fff;
    position: relative;
    /*overflow: hidden;*/
}
.ui-list{
    width: 100%;
    height: 100%;
}
.ui-list-li{
    width: 100%;
    /*height: 160px;*/
}
.ui-list-li:hover{
    background: #f8f8f8;
}
.ui-list-a{
    display: block;
    width: 1160px;
    /*height: 160px;*/
    margin: 0 auto;
    border-bottom: 1px dotted #cbcbcb;
    overflow: hidden;
    padding:10px 0;
}
.ui-list-title{
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    font-weight:bold;
}
.ui-list-title span{
    float:right;
    font-size: 16px;
    color: #afabb5;
    font-weight:normal
}
.ui-list-content{
    font-size: 18px;
    color: #4d4d4d;
    line-height: 30px;
    text-indent: 2em;
}
.ui-footer {
    width: 100%;
    height: 282px;
    background: #c10003;
    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;
}

.box {
    text-align: center;
    margin: 15px 0;
}
.ui-pagination-container .ui-pagination-page-item.active {
    background: #c10003;
    border-color: #c10003;
    color: #fff;
    cursor: default;
}
.ui-list {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-top: 27px;
    padding-bottom: 30px;
}

.ui-listk {
    width: 1140px;
    margin: 37px auto;
}

.ui-detail-title {
    width: 100%;
    border-bottom: 2px solid #c10003;
}

.ui-detail-h3 {
    font-size: 28px;
    color: #c10003;
    text-align: center;
    /* line-height: 50px; */
    display: block;
    margin: 0px 0 15px;
}

.ui-detail-other {
    width: 100%;
    height: 50px;
    text-align: center;
}

.ui-detail-other span {
    padding: 0 15px;
    color: #404040;
    line-height: 50px;
}

.ui-contentdetail {
    width: 100%;
    height: auto;

}

.ui-contentdetail img {
    width: 90%;
    margin: 0 auto !important;
    display: block;
    object-fit: contain;
}

.ui-contentdetail p {
    font-size: 16px;
    line-height: 28px;
    color: #404040;
    text-indent: 2em;
    margin: 10px 0;
}
.ui-dqwz {
    /* float: left; */
    line-height: 43px;
    color: #333;
    font-size: 16px;
    text-indent: 3.5em;
    position: absolute;
    top: -50px;
    width: 100%;
    background: url(../images/themelist.png) 20px center no-repeat, #fff;
    background-size: 1.5%;
}

.ui-dqwz a {
    color: #333;
}
.ui-return{
    width: 1200px;
    /* margin: 36px auto 0; */
    height: 54px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 36px;
}
.ui-return-a{
    float: left;
    width: 175px;
    height: 54px;
    color: #ad1c21;
    font-size: 34px;
    line-height: 54px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    
}
.ui-pagination-container {
    padding-bottom:30px;
}
@media screen and (max-width:1200px) {
    .ui-container {
        width:1200px;
    }
}