body {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #333;
    background: white;
    position: relative;
}
a {
    cursor: pointer;
    color: #000;
    vertical-align: middle;
}

a:hover {
    color: #cc3333;
}
/*顶部广告*/
.top-ad {
	position:relative;
	width:100%;
	overflow:hidden;
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
.top-ad > a {
	display:block;
	width:100%;
}
.top-ad-x {
	position:absolute; right:17px; top:14px;
	padding:4px 10px 4px 30px;
	font-size:1.2rem; color:white; line-height:18px;
	background:rgb(87,91,95) url('//www.qstheory.cn/n8/images/v8_index_20181010_top-ad-x.png') no-repeat 5px center; background-size:16px;
	border-radius:14px;
	cursor:pointer;
}
/*顶部广告*/

/*导航*/

nav {
    position: relative;
    z-index: 100;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    background: #cc3333;
}


/**main**/
.main {
    position:relative; z-index:1;
	background:white;
}
/*标题*/
.headline{
	position:relative;
	margin:10px 0;
	text-align:center; font-size:4rem; color:#3f3f3f; font-weight: 600;
}
.headline a{
	display:inline-block;
	padding:0 15px;
	color:#000;
	background:#fff;
}
.headline a:hover{color:#333;}
.headline .line{
	position:absolute; z-index:-1;
	left:0; top:50%; right:0;
	border-top:2px solid #cc3333;
}
/*副标题*/
.subheadline{text-align:center;}

@media (max-width:768px) {
	.headline{font-size:2rem;}
	.headline .line{display:none;}
	.subheadline{display:none;}
}
@media (max-width:992px) {
	.headline{font-size:2.4rem;}
	.headline .line{display:none;}
}
.subheadline span{
	display:inline-block;
	height:30px; padding:2px 10px;
	background:#cc3333;
	overflow:hidden;
}
.subheadline a{
	color:#fff;
	margin-left:15px;
}
.subheadline a:first-child{margin-left:0;}

/*头条推荐*/
.tttj{
	padding:0; padding-bottom:15px; margin:30px 0;
	border:1px solid #dbdbdb; border-width:1px 0;
}
.tttj li{
	padding:0; padding-right:10px; margin-top:15px;
}
.tttj .tttj-pic{
	float:left; display:inline-block;
	width:64px; height:64px; margin-right:10px;
	overflow:hidden;
}
.tttj .tttj-pic img{width:64px;}
.tttj .tttj-txt{
	display:table;
	height:64px;
}
.tttj .tttj-txt a{
	display:table-cell;
	vertical-align:middle; line-height:150%; color:#000;
}
.tttj .tttj-txt a:hover{color: #cc3333;}
/*头条推荐end*/
/* 头条V7版 */
.headtitle { padding:25px 0 0 0; }.headtitle img { width:100%; }.headtitle .htmore { margin-top:10px; height:24px; overflow:hidden; text-align:center; }.headtitle .htmore span { font:14px/24px "宋体"; color:#666; padding:0 8px; }.headtitle .htmore span a { color:#666; }.headtitle .htmore span a:hover { color:#cc3333; } @media (max-width: 991px) and (min-width: 768px) {.headtitle .htmore span { font:12px/20px "宋体"; padding:0 ; }} @media (max-width: 767px) {.headtitle { padding:10px 0; }.headtitle p { font:bold 2.3rem/1.5 "微软雅黑"; margin:0;margin-top:3rem; color:#000; text-align:center; width:100%; display:block; }.headtitle p a { color:#000; }.headtitle .htmore { margin-top:0px; height:auto; }.headtitle .htmore span { font:0.24rem/1.5 "宋体"; padding:0 5px; }}
/*新闻样式1*/
.one-block{margin-bottom:1.7em;}
.one-block a:hover{color:#cc3333;}
.one-block > h2{
	height:1.5em;
	padding:0; margin-bottom:.5em;
	line-height:1.5em; font-size:1.8rem; font-weight:600;
	overflow:hidden;
}
.one-block > h2 a{
	color:#000;
}
.one-block > ul{
	max-height:6.7em;
	overflow:hidden;
}
.one-block > ul > li {
	float:left;
	margin-right:10px;
	height:36px;
	line-height:2.2em; white-space:nowrap;
	overflow:hidden;
}
@media (max-width: 767px) {
.one-block > ul > li {
	height:auto;
}
}
.one-block > ul > li a {
	 color:#000;
}
.notes .one-block,
.guide .one-block{margin-bottom:1.2em;}
.notes .one-block > ul,
.guide .one-block > ul{max-height:11.5em;}

.newsBlock .tag{
	padding:1px 5px;
	margin: 0 5px 0 0;
	color:#fff; font-size:1.2rem;
	background:#cc3333; border-radius:3px;
}
/*新闻样式1end*/
/*要闻区*/
/*轮播*/
.ywq .newsBlock .one-block{padding:0;}
.ywq .slider{
	background:#404040;
	height: 370px;
}
.ywq .slider .swiper-slide{
	position:relative; display:table;
}
.ywq .slider .imageBox{	
	display:block;
	vertical-align:middle; text-align:center;
}
.ywq .slider a{
	font-size:1.8rem; font-weight:600;
}
.ywq .slider a:before{
	content:'';
	position:absolute; top:-5px;
	width:35px; height:4px;
	background:#cc3333;
}
.ywq .slider img {
	transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
	-o-transition: all 2s ease-in-out 0s;
}
.left_top_news {}
.left_top_news ul {max-height:2.2em;overflow:hidden;}
.left_top_news ul li {float:left;margin-right:10px;line-height:1.8em;font-size:1.8rem;font-weight:600;margin-bottom:0.5em;white-space:nowrap;overflow:hidden;}
.left_top_news ul li a {color:#000;}
.left_top_news ul li a:hover {color:#cc3333;}

.slider-con .grad-shade {
	display:inline-block;
	width:100%; height:47px; padding:0 20px;
	line-height:47px;
	overflow:hidden;
}
.slider-con .grad-shade:hover {color:white;}
.slider-con span a {
	color: #fff;
}
.slider-con span a:hover {
	color: #fff;
}
/*轮播end*/
/*资讯*/
.ywq .zx-box .marquee-title{
	float:left;
	width:95px;  height:38px; padding-left:20px;
	font-size:1.6rem; line-height:32px; color:#fff;
	background:url("//www.qstheory.cn/n8/images/v8_index_20181010_title-icon1.png") no-repeat;
}
.ywq .zx-box .marquee-title a{
	color:#fff;
}
.ywq .zx-box .marquee-title a:hover{
	color:#fff;
}
.zx-box{
	height:38px;
	background:#f5f5f5;
	overflow:hidden;
}
.marquee .cont {
	margin:0 0 0 100px;
}
.marquee .cont ul{
	position:relative;
	overflow:hidden;
	width:100%;
}
.marquee .cont ul li{
	float:left;
	margin-left:30px; height:38px;
	color:#cc3333; line-height:32px;
	list-style-type:square;
}
.marquee .cont ul li a{color: #424242;}
/*资讯end*/
/*党刊推荐*/
.dktj{margin-top:30px;}
.newsBlock-hasTag{padding:0;}
.newsBlock-hasTag li{
	height:1.5em; margin-top:10px;
	overflow:hidden;
}
.newsBlock-hasTag li:first-child{margin-top:15px;}
.newsBlock-hasTag li a{line-height:22px;}
.dktj .newsBlock-hasTag li:first-child a{
	color:#000; font-weight:600; font-size:1.6rem;
}
.dktj .newsBlock-hasTag li:first-child a:hover{color:#cc3333;}

.logo-title{
	white-space:nowrap;
	overflow:hidden;
}
.logo-title:before{
	display:inline-block;
	vertical-align:top;
}
.logo-title:after{
	display:inline-block; position:relative; left:10px; top:5px;
	content:url("//www.qstheory.cn/n8/images/v8_index_20181010_title-line.png");
}
.dktj-logo:before{content:url("//www.qstheory.cn/n8/images/v8_index_20181010_dktj-logo.png");}
.newsBlock-hasTag li a:first-child{padding-right:5px;}
.dktj-pics{margin-top:20px;}
.dktj-pics li {
	padding:0; padding-right:10px;
}
.dktj-pics li:first-child{margin-left:0;}
.dktj-pics li a{
	display:inline-block;
	width:100%; 
	overflow:hidden;
}
.dktj-pics li a:last-child{
	display:block;
	margin-top:5px; max-height:3em;
	line-height:1.5em; text-align:center;
}
/*党刊推荐end*/
/*要闻区 end*/
/*理论文选*/
.llwx .col-md-4{margin-top:30px;}
.llwx .qiushi-box,
.llwx .hongqi-box{margin-top:20px;}
.llwx .logo-title{margin-bottom:20px;}
.llwx .logo-title:after{top:10px;}
.title{margin-bottom:10px;}
.title a{
	position:relative;
	font-size:2rem; color:#cc3333; font-weight:600;
}
.title a:after{
	content:'';
	position:absolute; left:0; top:-10px;
	width:100%; height:2px;
	background:#cc3333;
}

.qiushi-logo:before{content:url("//www.qstheory.cn/n8/images/v8_index_20181010_qiushi-logo.png");}
.hongqi-logo:before{content:url("//www.qstheory.cn/n8/images/v8_index_20181010_hongqi-logo.png");}
.llwx .qiushi-box{padding-right:15px;}
.llwx .hongqi-box{padding-left:15px;}
.cover-text{padding-right:0;}

.cover-pic {padding-left:0;}
.cover-pic img{box-shadow:0px 8px 15px 0px rgba(0, 0, 0, 0.19)}
.cover-text li{
	height:1.5em; margin-bottom:10px; 
	line-height:1.5em;
	overflow:hidden;
}
.cover-text .bold{
	color:#000; font-size:1.6rem;
}
.cover-text .red{color:#cc3333;}
/*理论文选end*/
/*求是动态*/
.qsdt{
	position:relative;
	padding:13px; margin:30px 0;
	border:1px solid #dbdbdb;
	overflow:hidden;
}
.qsdt-title{
	float:left;
	padding-right:13px;
	color:#cc3333;
	border-right:1px solid #dbdbdb;
}
.qsdt-title a{
	color:#cc3333;
}
.qsdt-marquee{
	position:absolute; top:13px; bottom:13px; left:110px; right:30px;
	white-space:nowrap; color:#cc3333;
	overflow:hidden;
}
.qsdt-marquee li {
	float:left;
	margin-left:30px;
	list-style:square;
}
/*求是动态end*/
/*轮播2*/
.special-report{
	width:100%; margin:20px 0 20px -5px;
}
.special-report ul li{
	height:100%; padding-left:10px;
}
.special-report ul li a{
	display:block;
	width:100%;
	background:#f5f5f5;
	overflow:hidden;
}
.special-report ul li span{
	display:block; position: relative;
	height:30px;
	color:#404040; text-align:center; line-height:30px;
	background:#f5f5f5;
	overflow:hidden;
}
.special-report .swiper-container .swiper-pagination{
	position:relative;
	margin-top:20px; margin-left:30px;
}
/*轮播2end*/
/*图标导航区*/
.icons{
	padding:20px 0; margin: 0;
	text-align:center;
	font-weight:bold;
	border:1px solid #dbdbdb;
	color:#000;
}
.icons img {
	width: auto;
	margin:0 0 2px 0;
}
.icons a{
	color:#000;
}
/*图标导航区end*/
/*二级频道*/
.someNewsBlock > div{margin-top:30px;}
.someNewsBlock .pics{
	margin-left:0; margin-right:0;
}
.someNewsBlock .pics li{position:relative;}
.someNewsBlock .pics li:first-child .video-txt{
	position:absolute; left:0; right:0; bottom:0;
	max-height:40px; padding:0; padding-left:15px;
	line-height:40px; color:#fff;
	overflow:hidden;
}
.someNewsBlock .pics li:first-child{margin-bottom:10px;}
.someNewsBlock .pics .col-md-6{
	padding:0; padding-left:5px;
}
.someNewsBlock .pics .leftVideo{
	padding-right:5px; padding-left:0;
}
.someNewsBlock .pics .video-img, .someNewsBlock .pics .video-txt{
	display:block; position:relative;
}
.someNewsBlock .video-img .mask{
	position:absolute; left:0; top:0;
	width:100%; height:100%;
	background:#000; opacity:.3;
}
.someNewsBlock .video-img:after{
	content:'';
	position:absolute; left:0; right:0; bottom:0; top:0;
	width:40px; height:40px; margin:auto;
	background:url('//www.qstheory.cn/n8/images/v8_index_20181010_play-video.png');
	background-size:100% 100%;
	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
}
.someNewsBlock .video-img:hover:after{
	width:45px; height:45px;
}

.someNewsBlock .pics .video-txt{
	display:inline-block;
	max-height:3em; margin-top:10px;
	line-height:1.5em;
	overflow:hidden;
}
.someNewsBlock .video{margin-bottom:40px;}
.someNewsBlock .video, 
.someNewsBlock .comics{padding-left:13px;} 
.someNewsBlock .newsBlock ul{padding-top:0;}
.guide, 
.notes,
.thinktank{
	position:relative; padding:0;
}
.thinktank .title{position:relative;}
.thinktank .thinktank-icon{
	position:absolute; top:10px; right:0;
	width:40%; height:100%;
}
.guide,
.notes{margin-bottom:20px;}
.thinktank .avatar {font-size:0;}
.thinktank .avatar li{
	display:inline-block;
	width:20%; padding:5px;
	font-size:1.2rem;
}
.thinktank .avatar li a{
	display:block;
	text-align:center;
}
.thinktank .avatar li a:first-child{
	margin-bottom:10px;
	border-radius:50%;
	overflow:hidden;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}


.noHideText.newsBlock-hasTag li{
	white-space:normal; font-size:1.8rem;
}
.noHideText.newsBlock-hasTag li a{color:#000;}
.noHideText.newsBlock-hasTag li a:hover{color:#cc3333;}
.title-pic{
	padding-bottom:10px;
	border-bottom:1px solid #dbdbdb;
}
.online ul li{
    height:1.5em; margin-top:10px; margin-bottom:0;
    line-height:1.5em;
    overflow:hidden;
}
.online ul li:first-child{
	padding-bottom:12px; margin-top:2px;
    font-size:1.8rem; font-weight:600;
	border-bottom:1px solid #dbdbdb;
}
.online ul li:nth-child(2){margin-top:12px;}
.picBox > div{margin-top:30px;}
.picBox .title{margin-bottom:0;}
.picBox .v-pic li{
	position:relative;
	margin-top:10px;
}
.picBox .v-pic .grad-shade{
	display:inline-block;
	left:13px; right:13px;
	height:40px; padding:0 13px;
	line-height:16px;
	overflow:hidden;
}
.picBox .v-pic .grad-shade a{
	color: #fff;
}
.picBox .v-pic .grad-shade a:hover{
	color: #fff;
}
.interview li.two-lines,
.online li.two-lines {
	max-height:3em; height:auto;
	line-height:1.5em; font-weight:600;
	overflow:hidden;
}
.online li.two-lines {
	box-sizing:content-box;
	padding-bottom:12px;
}
.line-title{
	position:relative;
	margin-top:30px;
}
.line-title:after{
	content:'';
	position:absolute; left:45px; right:20px; top:-8px;
	height:1px;
	background:#e5e5e5;
}
.channel-top{
	display:table;
	height:110px;
	width: 100%;
}
.channel-top a{
	display:inline-block;
	vertical-align:middle; color:#000;
}
.channel-top a:hover{color:#cc3333;}
.channel-top a:first-child{
	display:inline-block;
	width:45%;
	overflow:hidden;
}
.channel-top a:last-child{
	width:50%; max-height:100px; padding-left:5%;
	line-height:25px; font-weight:600;
	overflow:hidden;
}
.channel-book a:first-child{
	width: 30%;
}
.channel-book a:last-child{
	width: 65%;
}
.channel-lines li{
	position:relative;
	height:1.5em; padding-left:15px; margin-bottom:10px;
	color:#e5e5e5; line-height:24px;
	overflow:hidden;
}
.channel-lines li:after{
	content:'';
	position:absolute; top:12px; left:0;
	width:5px; height:5px;
	background:#e0e0e0;
}
.channel.left-channel{}
.channel.middle-channel{}
.channel.right-channel{}
/*二级频道end*/
/*理论期刊*/
.theory-periodical{margin:20px 0;}
.theory-periodical .headline span {
	padding:0 10px;
	background:white;
}
.theory-periodical .headline span a {
	color: #cc3333;
}
.theory-periodical ul{font-size:0;}
.theory-periodical ul li{
	display:inline-block;
	height:100%; padding-left:30px;
	font-size:1.6rem; text-align:center;
}
.theory-periodical ul li:first-child{margin-left:0;}
.theory-periodical ul li span{
	display:block;
	max-height:48px; margin-top:10px;
	color:#404040; line-height:24px;
	overflow:hidden;
}
.theory-periodical ul li span a {
	color:#000;
}
.theory-periodical .swiper-container {margin-left:-25px;}
.theory-periodical .swiper-container .swiper-pagination{
	position:relative;
	margin-top:20px; margin-left:30px;
}
.theory-periodical .headline{
	font-size:2rem; color:#cc3333;
}
.theory-periodical img {box-shadow:0px 8px 15px 0px rgba(0, 0, 0, 0.19);}
/*理论期刊end*/

/*英语模块*/
.en-news a:hover {color:#cc3333;}
.en-news .en_column {position: relative;margin-bottom: 10px;}
.en-news .en-left{padding-right:20px;}
.en-news .en-mid{
	padding:0 10px;
	background:#f5f5f5;
}
.en-news .en-mid > div{padding:20px;}
.en-news .en-right{padding-left:20px;}
.en-news .en-pic{
	display:block;
	margin-bottom: 15px;
}
.en-right .en-pic{margin-top:10px;}
.en-right .en-pic:first-child{margin-top:0;}
.en-news .en-headline{
	display:block;
	max-height:105px;
	color:#404040; font-size:2.4rem; line-height:35px;
	overflow:hidden;
}
.en-news .en-desc{
	display:block;
	max-height:125px; margin-top:10px;
	font-size:1.6rem; color:#808080; line-height:25px;
	overflow:hidden;
}
.en-news .en-tag{
	position:absolute; left:0; top:0;
	padding: 5px 10px;
	color:#fff; font-weight:600;
	background:#cc3333;
}
.en-news .en-tag a{
	color:#fff;
}
.en-mid .en-tag{left:20px;}
.en-news .en-cover{padding:0;}
.en-news .en-publication span{
	display:block;
	margin-top:5px; max-height:175px;
	font-weight:bold; color:#404040; line-height:25px;
	overflow:hidden;
}
.en-news .en-publication span b{color:#cc3333;}
.en-news .en-qiushi.row ,
.en-news .en-feature.row{
	position:relative;
	padding-top:40px;
}
.en-news .en-feature li{
	float:left;
	width:100%;	margin-top:10px;
}
.en-news .en-feature li:first-child{margin-top:0;}
.en-news .en-feature .feature-img{
	display:inline-block;
	width:45%; padding:0;
	vertical-align:middle;
	overflow:hidden;
}
.en-news .en-feature .feature-text{
	display:inline-block;
	width:50%; max-height:80px;  margin-left:1%;
	vertical-align:middle; line-height:20px;
	overflow:hidden;
}
.en-news .en-feature .feature-text span{color:#404040; font-size:1.4rem;}
.en-news .en-feature .feature-text span:hover{color:#cc3333;}
.en-text{
	display:inline-block;
	max-height:75px;
	color:#404040; line-height:25px;
	overflow:hidden;
	font-size:1.4rem;
}
/*英语模块end*/
/**main end**/
.gray{color:#999;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
/*友情链接*/
.links .container .link-title{
	font-size: 1.6rem; font-weight: bold;
}
.link-sites{
	padding-bottom:20px;
	border-bottom:1px solid #dbdbdb;
}
/*友情链接end*/
.online-reading{
	display:block;
	position:fixed; top:350px; left:-150px; z-index:1000;
	width:150px; height:225px;
	background-color:rgb(245, 245, 245); border-radius:6px;
	overflow:hidden;
}
.online-reading-txt{
	position:absolute; bottom:0;
	width:100%; height:82px;
	background-color:rgb(204, 51, 51);
	line-height:82px; color:white; font-weight:bold; text-align:center; letter-spacing:2px; font-size:1.6rem;
}
.online-reading-txt a {
	color: #fff;
}
.online-reading-txt:after{
	content:'';
	position:absolute; bottom:20px; left:0; right:0;
	width:30px; height:2px; margin:auto;
	background:white;
}
.online-reading-pic {
	position:absolute; top:20px; left:15%;
	width:70%; margin:auto;
}

/*自定义格栅*/
.col-md-1-9 {
	position:relative;
	min-height:1px;	padding-left:10px; padding-right:10px;
}
.col-md-1-9.col-xs-2{width:20%;}

@media (min-width: 992px) { 
	.col-xs-2.col-md-1-9 {
		float:left;
		width:11%;
	}
	.online {margin-top:40px;}
	.icon-line-break {display:none;}
	.online,
	.interview,
	.video,
	.comics {padding:0;}
}
@media (max-width: 991px) {
	.online-reading,
	#interview-pic,
	.yw-5th {display:none;}
	.icon-line-break {height:10px;}
	#slider-con {margin:20px auto;}
	.thinktank .thinktank-icon {width:25%;}
	.comics {margin-left:13px;}
	.video,
	.comics {padding:0;}
	.notes,
	.guides,
	.online,
	.interview,
	.ywq .yw > ul {padding:0 13px;}
}
@media (max-width: 767px) {
	.en-news,
	.ad,
	.marquee,
	.online-reading,
	.slider-con .swiper-pagination,
	.event-bg {display:none;}
	.online {margin-top:40px;}
	.headline {margin:20px;}
	.thinktank .thinktank-icon {width:35%;}
	.notes,
	.interview,
	.someNewsBlock .pics {
		padding:0; margin:0; margin-bottom:30px;
	}
	.online,
	.someNewsBlock .video, .someNewsBlock .comics {
		padding:0; margin:0;
	}
	.row .channel {padding:0 13px;}
	.channel-lines {margin-top:10px;}
	.picBox .v-pic .grad-shade{
		display:inline-block; position:relative; left:0; right:0;
		max-height:53px; padding:0; padding-top:5px;
		color:#333; line-height:24px;
		background:white;
		overflow:hidden;
	}
	.dktj-pics li { height:170px; }
	.dktj-pics li:nth-child(1),
	.dktj-pics li:nth-child(2){margin-bottom:20px;}
	.channel-lines{padding-left:0;}
}

/*自定义格栅end*/
/*友情链接*/
.link-sites li {
	margin-top:15px;
}
