@import url("base-m.css");

.focus-title .title,
.focus-title .desc,
.recommend-news .list li .title,
.recommend-news .list li .desc,
.image-list li .title,
.image-list li .desc,
.text-list li .title,
.text-list li .desc,
a.detail
 {
    font-family: "qdxin serif SC";
}

a.detail{color: #096b9b;padding-left: 10px;}
.focus-title .title:active,
a.detail:active,
.recommend-news .list li .title:active,
.image-list li .title:active,
.text-list li .title:active
{color: #f3bc09;}

.header{
    width: 100%;
    height: 45vw;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../imgs/zhuantibanner1.jpg);
    background-size: 300% auto;
}

.mainArticle{
    width: 100%;
    padding: 20px 0 0;
    background-color: #fff;
    min-height: 100vh;
}

.focus-title{border-bottom: 0px dashed #ccc;padding: 0 20px 20px 20px;}
.focus-title .head{display: flex;align-items: center;}
.focus-title .head img{flex: 0 0 70px;width: 70px;height: 48px;}
.focus-title .title{font-weight: 700;font-size: 22px;margin-left: 20px;width: 830px;}
.focus-title .desc{font-size: 16px;padding-top: 15px;color: #4C4D4D;}
.focus-title .desc a{padding-left: 10px;}

.recommend-news{overflow: hidden;width: 100%;padding: 0px 0px 20px;}
.recommend-news .list{
    width: 100%;
    padding: 0 20px;
}
.recommend-news .list li{margin-top: 15px;}
.recommend-news .list li:first-child{margin-top: 0;}
.recommend-news .list li .title{
    font-size: 20px;font-weight: 700;
}
.recommend-news .list li .desc{color: #4c4d4d;padding: 10px 0;font-size: 16px;line-height: 22px;}
.slider-wrapper{width: 100%;overflow: hidden;margin-bottom: 20px;}

.banner{width: 100%;overflow: hidden;}
.banner img{width: 200%;object-fit: cover;transform: translate(-27%, 0);}

.image-list{overflow: hidden;padding: 30px 0px 0px;}
.image-list li{width:100%;margin-right: 40px;margin-bottom: 25px;}
.image-list li:nth-child(even) {margin-right: 0;}
.image-list li.nomarg{margin-right: 0;}
.image-list li .imgbox{height: 240px;overflow: hidden;display: block;position: relative;}
.image-list li .imgbox img{width: 100%;display: block;object-fit: cover;min-height: 100%;transition: all 0.5s;}
.image-list li .imgbox img:active{transform: scale(1.2);}
.image-list li .title{font-size: 20px;padding: 0 20px 0 30px;display: block;margin: 10px 0;font-weight: 700;position: relative;}
.image-list li .title::before{content:"";border-left:5px solid #E03637;width: 1px;height: 20px;display: block;position: absolute;top: 5px;left: 20px;}
.image-list li .desc{font-size: 16px;line-height: 24px;color: #4c4d4d;padding: 0 20px;}

.text-list{
    overflow: hidden;
}
.text-list li{float: left;width: 100%;margin-right: 40px;background-color: #F8F8F8;padding: 20px;margin-bottom: 20px;}
.text-list li .title{font-size: 20px; color: #333344;font-weight: 700;display: block;margin-bottom: 10px;}
.text-list li .desc{color: #7B7B7B}
.text-list li>.good{display: none;}



.good{
    position: absolute;
    padding: 5px;
    height: 40px;
    right: 10px;
    bottom:10px;
}
.good a{
    background-image: url(../imgs/zan.png);
    background-image: -webkit-image-set(url(../imgs/zan.png) 1x,url(../imgs/zan@2x.png) 2x);
    background-repeat: no-repeat;
}
.good a{
	display: block;
	float: right;
    width: 40px;
    height:33px;
    line-height: 33px;
    text-align: center;
    border-radius: 5px 5px;
    color: #df6981;
    background-color: #fff9e4;
    font-size: 18px;
    font-weight: 600;
    background-position: 0 0;
}
.good a:active{
    background-position: -40px 0;
}
.goodnum{
	background: #fff9e4;
	border-radius: 5px 5px;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 1px 5px 0 0;
}
.good br{clear: both;}
.good span{
	font-size: 18px;
	font-weight: 400px;
	line-height: 20px;
	color: #3e3a39;
}
.good em{
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #b4b2b2;
}


.ewm-bot-wrapper{width: 100%;margin: 0 auto;padding: 0 20px;}
.ewm-bot ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ewm-bot ul li{width: 48%;display: flex;align-items: center;margin-bottom: 20px;}

.ewm-bot ul li:last-child{
    width:100%;
    padding: 20px;
    background: #f2f2f2;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ewm-bot ul li:last-child h4{
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}
.ewm-bot ul li:last-child h5{
    margin-right: 20px;
}
.ewm-bot ul li img{
	width: 50px;
	height: 50px;
}
.ewm-bot ul li p{
    margin-left: 15px;
    font-size: 18px;
}


a#go-top {
    background-image: url(http://www.qdxin.cn/img/sprit20200419.png);
    background-image: -webkit-image-set(url(http://www.qdxin.cn/img/sprit20200419.png) 1x,url(http://www.qdxin.cn/img/sprit20200419@2x.png) 2x);
    background-repeat: no-repeat;

    display: block;
    width: 40px;
    height: 40px;
    background-position: -130px -253px;
    color: #999;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 25px;
}

.slidesjs-pagination{display: none;}