/*
* @author: omtech.cn
* @date:   2018-07-02
* @last modified by:   jason
* @last modified time: 2018-07-23 15:10:44
*/
@charset "utf-8";

a { cursor: pointer; }
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}
.mb45 { margin-bottom: 45px;}
.mb170 { margin-bottom: 170px;}
.mtb30 { margin: 30px 0;}
.mtb45 {margin: 45px 0;}
.ov-h { overflow: hidden; }
.w893 { width:893px; }


/*banner*/
.banner {
	height: 480px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}


/*menu*/
.menu,
.menu li,
.menu li a { height: 72px; }
.menu {
	overflow: hidden;
	background-color: #c81e21;
}
.menu ul {
	padding: 0 22px;
	*padding: 0 5px;
}
.menu li {
	float: left;
	padding: 0 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
}
.menu li a {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0 15px;
	color: #fff;
}
.menu li s {
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 6px;
	background-color: #ffc73f;
}
.menu li a:hover,
.menu li.on a {
	color: #ffc73f;
	text-decoration: none;
}
.menu li a:hover s,
.menu li.on a s {
	bottom: 0;
}


/*main*/
.main {
	padding-bottom: 80px;
}


/*news-list*/
.news-list li {
	height: 46px;
	overflow: hidden;
	font-size: 18px;
	line-height: 23px;
}
.news-list li a {
	display: inline-block;
	padding-left: 20px;
	background:  no-repeat 5px -12px;
}
.news-list li a:hover {
	background-position: 5px -80px;
}

/*img-show*/
.img-show a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.img-show a img {
	width: 100%;
	height: 100%;
}
.img-show a i {
	position: absolute;
	top: 50%;
	left: -10%;
	z-index: 2;
	display: block;
	width: 43px;
	height: 43px;
	margin-top: -21px;
	margin-left: -21px;
	background:  no-repeat;
	_background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/zt/2018/rdzjj/show_icon.png');
}
.img-show a:hover i {
	left: 50%;
}
.img-show a:hover s {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
}


/*头条*/
/* 轮播 */
.toutiao .left {
	float: left;
	width: 630px;
	height: 480px;
	overflow: hidden;
	background-color: #f7f7f7;
}
.toutiao .left ul,
.toutiao .left li {
	-webkit-transition: none;
		 -moz-transition: none;
			-ms-transition: none;
			 -o-transition: none;
					transition: none;
}
.toutiao .left .bd {
	overflow: hidden;
}
.toutiao .left .bd .img-item {
	position: relative;
	float: left;
	width: 630px;
	height: 480px;
	overflow: hidden;
}
.toutiao .left .bd .img-item .image {
	width: 630px;
	height: 480px;
	overflow: hidden;
}
.toutiao .left .bd .img-item .image img {
	width: 630px;
	height: 480px;
}
.toutiao .left .bd .img-item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 630px;
	height: 50px;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000);
	background-color: rgba(0,0,0,.4);
}
.toutiao .left .bd .img-item .title a {
	display: block;
	padding: 0px 120px 0px 30px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.toutiao .left .hd {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 120px;
	height: 50px;
	text-align: center;
}
.toutiao .left .hd ul{
	display: block;
	margin-left: 28px;
	padding: 18px 0;
	height: 14px;
	text-align: center;
}
.toutiao .left .hd li {
	float: left;
	margin: 0 4px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-color: #bbbbbb;
	cursor: pointer;
	border-radius: 50%;
}
.toutiao .left .hd li.on {
	background-color: #de1c1c;
}
.toutiao .left .prev,
.toutiao .left .next {
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 3;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background:  no-repeat;
	background-position: 0px 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.toutiao .left .next {
	left: auto;
	right: -50px;
	background-position: -50px -50px;
}
.toutiao .left .prev:hover {
	background-position: -50px 0;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000);
	background-color: rgba(0,0,0,.4);
}
.toutiao .left .next:hover {
	background-position: 0 -50px;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000);
	background-color: rgba(0,0,0,.4);
}

.toutiao .right {
	float: right;
	width: 546px;
}
.toutiao .right .news-hot {
	width: 544px;
	height: 240px;
	border: 1px solid #acacac;
}
.toutiao .right .news-hot .table {
	height: 160px;
	padding: 40px;
	overflow: hidden;
	background:  no-repeat top right;
}
.toutiao .right .news-hot .title {
	display: block;
	max-height: 60px;
	*height: 60px;
	_height: 60px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.toutiao .right .news-hot .title:hover {
	color: #ea1515;
	text-decoration: underline;
}
.toutiao .right .news-hot .desc {
	height: 90px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #616161;
	overflow: hidden;
}
.toutiao .right .news-hot .more {
	color: #df2525;
}
.toutiao .right .news-list {
	margin-top: 30px;
}
.toutiao .right .news-list li {
	position: relative;
	margin: 25px 0;
	height: 52px;
	line-height: 26px;
}
.toutiao .right .news-list li a {
	background-position: 5px -10px;
}
.toutiao .right .news-list li a:hover {
	background-position: 5px -78px;
}
.toutiao .right .news-list li .time {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #908f8f;
}



/*中央纪委国家检委网站*/
.zyjwgjjwwz {
	overflow: hidden;
	background:  #fafafa no-repeat left top;
}
.zyjwgjjwwz .left {
	width: 370px;
	padding-top: 30px;
	padding-left: 30px;
}
.zyjwgjjwwz .contain {
	position: relative;
	height: 300px;
}
.zyjwgjjwwz .contain .tit {
	position: relative;
	height: 65px;
	margin-bottom: 25px;
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
}
.zyjwgjjwwz .contain .tit s {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #333;
}
.zyjwgjjwwz .contain .destroyed {
	font-size: 18px;
	color: #999;
}
.zyjwgjjwwz .contain .go-m {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.zyjwgjjwwz .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #e70b12;
	background:  right center no-repeat;
}
.zyjwgjjwwz .news {
	width: 1280px;
	padding: 30px 0 35px 30px;
}
.zyjwgjjwwz .news-list li {
	float: left;
	width: 490px;
	padding-right: 150px;
	height: 40px;
	line-height: 40px;
}
.zyjwgjjwwz .news-list li a {
	background-position: 5px -4px;
}
.zyjwgjjwwz .news-list li a:hover {
	background-position: 5px -72px;
}
.zyjwgjjwwz .right {
	width: 757px;
	padding-top: 30px;
	padding-right: 20px;
}
.zyjwgjjwwz .right li {
	float: left;
	width: 232px;
	height: 276px;
	overflow: hidden;
	padding: 0 10px;
}
.zyjwgjjwwz .right li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}
.zyjwgjjwwz .right li h4 {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #faf9f9;
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#800f326c,endcolorstr=#800f326c);
	background-color: rgba(15, 50, 108, 0.4);
	background-color: rgba(0, 0, 0, 0.4);
}
.zyjwgjjwwz .right li h4 span {
	display: block;
	padding: 5px 15px;
}
.zyjwgjjwwz .right li img {
	width: 100%;
	height: 100%;
}
.zyjwgjjwwz .right li i {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 9;
	display: inline-block;
	width: 30px;
	height: 30px;
	background:  center no-repeat;
	_background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/zt/2018/rdzjj/icon_arrow.png');
}
.zyjwgjjwwz .right li a:hover {
	text-decoration: none;
}
.zyjwgjjwwz .right li a:hover i {
	left: 182px;
	background:  center no-repeat;
	_background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/zt/2018/rdzjj/icon_arrowh.png');
}
.zyjwgjjwwz .right li a:hover s {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
}


/*中国纪检监察报*/
.zgjjjcb {
	position: relative;
}
.zgjjjcb .contain {
	position: absolute;
	top: 0;
	right: 0;
	width: 364px;
	height: 217px;
	margin-left: 13px;
	background:  #fff no-repeat ;
	background-size: 364px 217px;
}
.zgjjjcb .contain .tit {
	position: relative;
	height: 54px;
	margin-bottom: 25px;
	padding: 20px 20px 20px 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
}
.zgjjjcb .contain .tit s {
	position: absolute;
	right: 20px;
	bottom: 0;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #333;
}
.zgjjjcb .contain .destroyed {
	font-size: 18px;
	color: #999;
}
.zgjjjcb .contain .go-m {
	position: absolute;
	right: 20px;
	bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.zgjjjcb .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #e70b12;
	background:  right center no-repeat;
}
.zgjjjcb .l-control {
	width: 385px;
}
.zgjjjcb .l-control .pic {
	width: 385px;
	height: 216px;
	overflow: hidden;
}
.zgjjjcb .l-control .pic img {
	width: 100%;
	height: 100%;
}
.zgjjjcb .l-control h4 {
	display: block;
	overflow: hidden;
	max-height: 60px;
	margin-top: 15px;
	font-size: 20px;
	line-height: 30px;
}
.zgjjjcb .l-control p {
	display: block;
	overflow: hidden;
	height: 90px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.zgjjjcb .right {
	width: 770px;
	overflow: hidden;
}
.zgjjjcb .t-control {
	width: 360px;
}
.zgjjjcb .b-control {
	width: 820px;
	padding-top: 30px;
}
.zgjjjcb .b-control li {
	float: left;
	width: 360px;
	padding-right: 50px;
}
.zgjjjcb .t-control .news-list li {
	margin: 12px 0 20px 0;
}
.zgjjjcb .b-control .news-list li {
	margin: 8px 0 8px 0;
}


/*中国纪检监察杂志*/
.zgjjjczz .l-control {
	width: 494px;
}
.zgjjjczz .l-control .contain {
	position: relative;
	display: inline-block;
	width: 464px;
	height: 148px;
	padding: 10px 17px;
	background:   center no-repeat;
}
.zgjjjczz .l-control .contain .tit {
	position: relative;
	height: 63px;
	padding-bottom: 20px;
	font-size: 42px;
	font-weight: bold;
}
.zgjjjczz .l-control .contain .tit span {
	margin-left: 10px;
	padding: 0 10px;
	font-size: 30px;
	color: #fff;
	background: #32bed3;
}
.zgjjjczz .l-control .contain .tit s {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #333;
}
.zgjjjczz .l-control .contain .go-m {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.zgjjjczz .l-control .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #e70b12;
	background:  right center no-repeat;
}
.zgjjjczz .r-control {
	width: 620px;
}
.zgjjjczz .r-control {
	display: inline-block;
	width: 618px;
	border: 1px solid #ccc;
}
.zgjjjczz .r-control .pic,
.zgjjjczz .r-control .pic img {
	width: 618px;
	height: 348px;
}
.zgjjjczz .r-control .text {
	overflow: hidden;
	height: 70px;
	margin: 20px 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}
.zgjjjczz .l-control .news-list li {
	margin: 20px 0;
}

/*新华网*/
.xhw {
	background-color: #fafafa;
}
.xhw .w {
	overflow: hidden;
}
.xhw .l-control {
	width: 1214px;
	padding: 74px 0;
}
.xhw .l-control .contain,
.xhw .l-control .item {
	float: left;
	width: 390px;
	height: 220px;
	padding: 7px 14px 7px 0;
}
.xhw .l-control .contain .wrap {
	position: relative;
	width: 346px;
	height: 160px;
	padding: 30px 22px;
	background:   center no-repeat #1bb0e6;
}
.xhw .l-control .contain .tit {
	position: relative;
	height: 63px;
	padding-bottom: 15px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
.xhw .l-control .contain .tit s {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #fff;
}
.xhw .l-control .contain .go-m {
	position: absolute;
	top: 130px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.xhw .l-control .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #f7ff1c;
	background:  right center no-repeat;
}
.xhw .l-control .item a,
.xhw .l-control .item img {
	width: 100%;
	height: 100%;
}
.xhw .l-control .item a {
	position: relative;
	display: block;
}
.xhw .l-control .item h4 {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 2;
	overflow: hidden;
	width: 90%;
	height: 72px;
	margin-top: -36px;
	font-size: 24px;
	line-height: 36px;
	color: #faf9f9;
	filter: alpha(opacity=0);
	opacity: 0;
}
.xhw .l-control .item a:hover {
	text-decoration: none;
}
.xhw .l-control .item a:hover s {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
.xhw .l-control .item a:hover h4 {
	filter: alpha(opacity=100);
	opacity: 1;
}


/*人民网*/
.rmw .l-control {
	width: 194px;
	height: 509px;
	border: 3px solid #d9d9d9;
}
.rmw .l-control .contain {
	position: relative;
	width: 194px;
	height: 509px;
	background:  #fff center bottom  no-repeat ;
}
.rmw .l-control .contain .tit {
	position: relative;
	height: 54px;
	margin-bottom: 25px;
	padding: 50px 20px 20px;
	font-size: 36px;
	font-weight: bold;
}
.rmw .l-control .contain .tit s {
	position: absolute;
	bottom: 0;
	left: 20px;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #333;
}
.rmw .l-control .contain .go-m {
	position: absolute;
	top: 160px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.rmw .l-control .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #e70b12;
	background:  right center no-repeat;
}
.rmw .m-control {
	width: 418px;
	height: 515px;
	background:  left center no-repeat;
}
.rmw .m-control .contain {
	width: 386px;
	height: 515px;
	padding-left: 31px;
}
.rmw .m-control .contain a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.rmw .m-control .contain img {
	width: 386px;
	height: 515px;
}
.rmw .m-control .contain h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	background:   center bottom no-repeat;
	_background:none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/statics/images/zt/2018/rdzjj/text-bg.png');
	background-size: 386px 100px;
}
.rmw .m-control .contain h4 span {
	display: inline-block;
	height: 3em;
	overflow: hidden;
	margin: 40px 18px 10px;
}
.rmw .m-control .contain a:hover h4 span {
	text-decoration: underline;
}
.rmw .r-control {
	width: 420px;
	height: 515px;
}
.rmw .r-control .contain ul {
	display: inline-block;
}
.rmw .r-control .contain ul li {
	float: left;
	margin-bottom: 15px;
}
.rmw .r-control .contain ul li a {
	float: left;
}
.rmw .r-control .contain ul li .pic,
.rmw .r-control .contain ul li .pic img {
	width: 156px;
	height: 116px;
}
.rmw .r-control .contain ul li a:hover img {
	-webkit-transform: scale(1.2);
					transform: scale(1.2);
}
.rmw .r-control .contain ul li .text {
	margin-left: 180px;
}
.rmw .r-control .news-list li {
	margin: 30px 0;
}


/*其他媒体*/
.qtmt .l-control {
	width: 194px;
	height: 435px;
	border: 3px solid #d9d9d9;
}
.qtmt .l-control .contain {
	position: relative;
	width: 194px;
	height: 435px;
	background:  #fff center bottom  no-repeat ;
}
.qtmt .l-control .contain .tit {
	position: relative;
	height: 54px;
	margin-bottom: 25px;
	padding: 50px 20px 20px;
	font-size: 36px;
	font-weight: bold;
}
.qtmt .l-control .contain .tit s {
	position: absolute;
	bottom: 0;
	left: 20px;
	overflow: hidden;
	width: 70px;
	height: 6px;
	background: #333;
}
.qtmt .l-control .contain .go-m {
	position: absolute;
	top: 160px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.qtmt .l-control .contain .go-m .more {
	display: inline-block;
	padding-right: 40px;
	color: #e70b12;
	background:  right center no-repeat;
}
.qtmt .left {
	width: 968px;
	overflow: hidden;
}
.qtmt .pic-list {
	width: 990px;
	margin-bottom: 20px;
}
.qtmt .pic-list li {
	float: left;
	width: 308px;
	height: 230px;
	padding-right: 22px;
}
.qtmt .pic-list li a,
.qtmt .pic-list li img {
	width: 100%;
	height: 100%;
}
.qtmt .pic-list li a {
	position: relative;
	display: block;
}
.qtmt .pic-list li h4 {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 2;
	overflow: hidden;
	width: 90%;
	height: 72px;
	margin-top: -36px;
	font-size: 24px;
	line-height: 36px;
	color: #faf9f9;
	filter: alpha(opacity=0);
	opacity: 0;
}
.qtmt .pic-list li a:hover {
	text-decoration: none;
}
.qtmt .pic-list li a:hover s {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
.qtmt .pic-list li a:hover h4 {
	filter: alpha(opacity=100);
	opacity: 1;
}
.qtmt .news-list {
	width: 1040px;
}
.qtmt .news-list li {
	float: left;
	margin-bottom: 20px;
	width: 450px;
	padding-right: 70px;
}
