* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

body.sy {
    background: #ffffff !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}
.base-wrapper{width:100%; padding: 0 0.3rem; box-sizing: border-box}
.img-cont img{ display: block; width: 100%; }

.sxsw-banner{
    position: relative;
}

.sxsw-banner .links{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #faeba6;
    font-size: 0.3rem;
    padding-bottom: 0.3rem;
}

.sxsw-banner .links span{
    margin: 0 0.3rem;
}


.sxsw-main{
    background: url(sxsw_bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    background-color: #fefae5;
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
    -webkit-text-size-adjust: none;
}


.base-title{
    position: relative;
    margin-bottom: 0.54rem;
}

.base-title .title{
    width: 3.24rem;
    height: 0.68rem;
    display: block;
    margin: 0 auto;
    background: url("sxsw_title_bg.png") no-repeat;
    background-size: 100% auto;
    line-height: 0.75rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.34rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
}

.base-wrapper .more-btn{
    width: 6.9rem;
    height: 0.68rem;
    border-radius: 0.05rem;
    border: solid 0.01rem #b3090f;
    line-height: 0.68rem;
    color: #d31123;
    font-size: 0.3rem;
    text-align: center;
    display: block;
    margin: 0.55rem auto 0;
}

.xxbs-cont .xxbs-top{
    position: relative;

}

.xxbs-cont .img-box{
    position: relative;
}

.xxbs-cont .img-box .text-cont{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0.23rem;
    height: 0.57rem;
    line-height: 0.57rem;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
}

.xxbs-cont .text-box{
    margin-top: 0.4rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0rem 0rem 0.13rem 0rem
    rgba(178, 178, 178, 0.16);
    padding: 0.2rem 0.1rem;
    color: #5b0303;
    font-size: 0.3rem;
    line-height: 2;
    background-image: url("sxsw_xxbs_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom 40px;

}

.xxbs-cont .text-box h3{
    color: #d31123;
    font-size: 0.36rem;
    text-align: center;
    line-height: 1.5;
    color: #d31123;
    margin-bottom: 0.3rem;
}

.xxbs-cont .text-box p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.xxbs-cont .text-box a.detail{
    color: #d31123;
    font-weight: bold;
    margin-left: auto;
    display: block;
    width: 1.6rem;
    text-align: right;
}

.base-list{
    overflow: hidden;
}

.base-list li{
    box-sizing: border-box;
    border-bottom: dashed 0.02rem #ad0101;
    position: relative;
}

.base-list li a{
    display: block;
    padding: 0.2rem 0;
    line-height: 1.3;
    font-size: 0.26rem;
    color: #5b0303;
    transition: all 0.4s ;
}

.base-list li a:hover{
    color: #b90000;
}

.base-list li:after,.base-list li:before{
    position: absolute;
    width: 0.3rem;
    height: 0.03rem;
    background: #b90000;
    content: '';
    bottom: 0;
    z-index: 2;
    margin-bottom: -0.02rem;
}

.base-list li:after{
    left: 0;
}

.base-list li:before{
    right: 0;
}

.gcls-cont{
    margin-top: 0.42rem;
}

.gcls-swiper{
    position: relative;
}

.gcls-swiper .swiper-slide{
    position: relative;
}

.gcls-swiper .swiper-slide .img-cont{
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.gcls-swiper .swiper-slide .img-cont img{
    height: 100%;
    object-fit: cover;
}

.gcls-swiper .swiper-slide .text-cont{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: rgba(0,0,0,.1);
    color: #fff;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: none;
    font-size: 0.26rem;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1rem;
}

.gcls-swiper .swiper-slide-active .text-cont{
    display: block;
}

.gcls-swiper .swiper-btn{
    width: 0.33rem;
    height: 0.62rem;
    position: absolute;
    top: 50%;
    margin-top: 0.31rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gcls-swiper .swiper-btn.prev{
    background-image: url("sxsw_prevBtn.png");
    left: 0.2rem;
}

.gcls-swiper .swiper-btn.next{
    background-image: url("sxsw_nextBtn.png");
    right: 0.2rem;
}

.gcls-swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.2rem;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.2rem;
    font-size: 0;
}
.gcls-swiper  .swiper-pagination-switch {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border: solid 1px #ffffff;
    border-radius: 0.1rem;
    margin: 0 5px;
    cursor: pointer;
}
.gcls-swiper  .swiper-active-switch {
    background-color: #d31123;
    border-color: #d31123;
}

.gcls-list{
    margin-top: 0.4rem;
    background-color: #fff;
    background-image: url("sxsw_gcls_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0.3rem;
    position: relative;
}

.gcls-list i{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    top: 16px;
    border-top-color: #c3110b;
}

.gcls-list i:after{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid transparent;
    border-top-color: #c3110b;
    top: 3px;
    position: absolute;
}

.gcls-list i.i-left{
    left: 15px;
    border-left-color: #c3110b;

}

.gcls-list i.i-left:after{
    border-left-color: #c3110b;
    left: 3px;
}

.gcls-list i.i-right{
    right: 15px;
    border-right-color: #c3110b;
}

.gcls-list i.i-right:after{
    right: 3px;
    border-right-color: #c3110b;
}

.gcls-list .base-list{
    margin: 0;
}

.gcls-list .base-list li{
    margin-right: 0;
    width: 100%;
}


.xdth-cont{
    margin-top: 0.8rem;
}

.xdth-cont .xdth-top h3{
    font-size: 0.3rem;
    color: #5b0303;
    text-align: left;
}

.xdth-cont .xdth-top p{
    text-indent: 2em;
    font-size: 0.26rem;
    line-height: 2;
    color: #5b0303;
    margin-top: 0.2rem;
}

.footer{
    text-align: center;
    font-size: 0.3rem;
    color: #763632;
    margin-top: 80px;
}


.list-main{
    background-position: center bottom;
}

.list-main .base-list{
    margin: 0;
}

.list-main .base-list li{
    margin-right: 0;
    width: 100%;
    position: relative;
}

.list-main .base-list li span.fr{
	    position: absolute;
    right: 0;
    top: 0.02rem;
}

.list-main .base-list li{
	padding-right: 1.6rem;
}

/*分页*/
.nypage {
    padding: 0.6rem 0 0.2rem;
    text-align: center;
    color: #333333;
    line-height: 0.35rem;
    font-size: 0;
}

.nypage a {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.35rem;
    color: #333333;
    margin: 0 0.01rem;
    border: 1px solid #dddddd;
    font-size: 0.17rem;
}

.nypage a.cur {
    background: #ce0212;
    color: #ffffff;
}

.nypage a.index, .nypage a.end {
    width: 0.54rem;
}

.nypage a.next {
    width: 0.72rem;
}

.nypage font {
    font-size: 0;
    /*line-height: 30px;*/
}
.nypage font span{
    font-size: 0.17rem;
    height: 0.35rem;
    line-height: 0.35rem;
}
.nypage input {
    margin: 0 0.03rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0;
    font-size: 0.17rem;
    text-align: center;
    border: 1px solid #dddddd;
    width: 0.49rem;
}
.nypage #go {
    padding: 0.06rem .06rem;
    margin-left: .1rem;
    font-size: .2rem;
    background: #ce0212;
    color: #fff;
    border-radius: 2px;
}

.list-cont{
    min-height: 9rem;
}
