.wd1200{
	width: 1200px;
	margin: 0 auto;
}
/*.header_new {*/
/*    width: 100%;*/
/*    height: 28px;*/
/*	padding: 18px 0;*/
/*    background: #d60e19;*/
/*    position: relative;*/
/*}*/

/*.header_new .header_main {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*    height: 28px;*/
/*    position: relative;*/
/*    z-index: 10;*/
/*}*/
/*.header_new .header_main .logo {*/
/*    float: left;*/
/*    width: 336px;*/
/*    height: 28px;*/
/*    color: #fff;*/
/*}*/
/*.header_new .header_main .logo a,.header_new .header_main .logo a img {*/
/*    width: 100%;*/
/*	height: 100%;*/
/*	display: block;*/
/*	background: none;*/
/*}*/

/*.header_new .header_main .header_nav {*/
/*    float: right;*/
/*    width: 490px;*/
/*    height: 28px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.header_main .header_nav ul {*/
/*  height: 28px;*/
/*  float: left;*/
/*}*/

/*.header_main .header_nav ul li {*/
/*    padding: 0px 23px;*/
/*    position: relative;*/
/*    float: left;*/
/*    font: 18px/28px "Microsoft YaHei";*/
/*}*/


/*.header_main .header_nav ul li a {*/
/*  color: #fff;*/
/*  font-weight: bolder;*/
/*}*/

.heard_nav_box{
    display: flex;
    background-color: #fff;
    color: black;
    font-size: 20px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    z-index: 10;
    display: none;
}
.heard_nav_list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content:flex-start;
    align-items: center;
    line-height: 60px;
    
}
.heard_nav_list a{
    margin-right: 20px;
    
}
.heard_nav_list li{
    position: relative;
}
.menus-container {
    position: absolute;
    top: 62px;
    left: -20px;
    z-index: 10;
     display: none; 
    width: 90px;
    box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.menus-container::before {
    content: "";
    width: 90px;
    height: 3px;
    position: absolute;
    background: transparent;
    /* border-right: 12px solid transparent; */
    /* border-top: 10px solid transparent; */
    /* border-left: 12px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    border-bottom-color: #fff;
    top: -2px;
    left: 1px;
}

.menu-list {
       float: left;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(151, 151, 151, 0.06);
    border-radius: 6px;
    min-width: 80px;
    padding: 3px 5px;
    text-align: center;
}

.menu-list .menu-list-item {
	display: block;
    font-size: 15px;
    color: #000000;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 100%;
}
.menu-list .menu-list-item img{
    width:26px;
    height: 26px;
	display: inline-block;
	vertical-align: middle;
}



.content-box{
	width: 1300px;
	margin:0 auto;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	margin-bottom: 30px;
	overflow: hidden;
}
.ct-nav{
	width: 1200px;
	margin: 0 auto;
	font-size:16px;
	color:#666666;
	line-height:64px;
}
.ct-nav span{
	margin:0 5px;
}
.help{
	height:46px;
	padding: 45px 0 25px;
	text-align: center;
}
.searcha {
    display: none;
    float: left;
    background: #fff;
    width: 100px;
    height: 45px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #f1f2f3;
}
.searchm .select_li {
    position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: inherit;
        width: 110px;
        height: 60px;
        background: #fff;
        border-radius: 4px 0px 0px 4px;
}
.searchm .select_li:after {
    content:"";
	position: absolute;
	right: 0;
	top: 18px;
	width: 1px;
	height: 24px;
	background: #D9D8D8;
}

.select_li p {
	padding-right: 5px;
	/* padding-bottom: 5px; */
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	height:45px;
	position: relative;
	line-height: 45px;
}

.select_li p i {
	position: absolute;
	    top: 19px;
	    right: 16px;
	    width: 14px;
	    height: 9px;
	    background: url(../img/arr.png) no-repeat 1px 1px;
	    background-size: 14px 9px;
}

.select_li p i.on {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.select_box {
	position: absolute;
	top: 58px;
	left: 0;
	width: 72px;
	height: 170px;
	padding:4px 18px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	z-index: 99999;
}

.select_box li {
	height: 24px;
	text-align: left;
	line-height: 24px;
	cursor: pointer;
	font-size: 14px;
	color:#000;
	padding: 5px 0px 4px 25px;
}
.select_box li.tp {
	background: url(../img/tp1.png) no-repeat 0px 11px;
	background-size: 17px 14px;
}
.select_box li.tp:hover {
	background: url(../img/tp2.png) no-repeat 0px 11px;
	background-size: 17px 14px;
	color:#d60e19;
}
.select_box li.gj {
	background: url(../img/gj1.png) no-repeat 0px 11px;
	background-size: 17px 14px;
}
.select_box li.gj:hover {
	background: url(../img/gj2.png) no-repeat 0px 11px;
	background-size: 17px 14px;
	color:#d60e19;
}
.select_box li.ysp {
	background: url(../img/ysp1.png) no-repeat 0px 10px;
	background-size: 15px 17px;
}
.select_box li.ysp:hover {
	background: url(../img/ysp2.png) no-repeat 0px 10px;
	background-size: 15px 17px;
	color:#d60e19;
}
.select_box li.zb {
	background: url(../img/zb1.png) no-repeat 0px 11px;
	background-size: 17px 15px;
}
.select_box li.zb:hover {
	background: url(../img/zb2.png) no-repeat 0px 11px;
	background-size: 17px 15px;
	color:#d60e19;
}
.select_box li.tj {
	background: url(../img/tj1.png) no-repeat 0px 12px;
	background-size: 18px 13px;
}
.select_box li.tj:hover {
	background: url(../img/tj2.png) no-repeat 0px 12px;
	background-size: 18px 13px;
	color:#d60e19;
}
/*å¯¼èˆª*/
.bor-bottom{
	border-bottom: 1px solid #ddd;
}
.media-search {
    padding: 20px 15px;
    background: #ffffff;
    margin-bottom: 20px;
}
.mediataglist:first-child {
    margin-top: 0;
}
.mediataglist {
    margin-top: 28px;
    display: flex;
    justify-content: flex-start;
}
.mediataglist .tagitem-left {
    float: left;
}
.mediataglist a {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    min-width: 30px;
    border-radius: 5px;
    padding: 0 12px;
    color: #333333;
    text-align: center;
}
.tagtop.active {
    background: none;
    width: 80px;
    color: #a8a3a3;
    text-align: left;
    padding: 0 5px;
}
.twotag-box .twotag {
    background: #fbe6e8;
    color: #d60e19;
}
.mediataglist .tagitem-right {
    float: left;
    margin-left: 25px;
    margin-top: -3px;
    width: 1110px;
}
.mediataglist .tagitem-right .twotag-wrap {
    margin-top: 3px;
}
.mediataglist .tagitem-right .threetag-list {
    float: left;
}
.mediataglist .tagitem-right .threetag {
    background: none;
    border: none;
    margin: 0;
    padding: 0 14px;
    color: #333333;
    margin-right: 25px;
    position: relative;
}
.mediataglist .tagitem-right .threetag.on {
    background: #fbe6e8;
    color: #d60e19;
}
.more {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 18px 0 18px;
    color: #a8a8a8;
    background: url(/images/down-arrow.png) no-repeat 48px 5px;
    background-size: 18px 18px;
    width: 50px;
}
.more.more-up {
    background: url(/images/up-arrow.png) no-repeat 48px 5px;
    background-size: 18px;
}
.yxitem{
	display: flex;
    justify-content: flex-start;
     margin-bottom: 20px;
}
.iten-tlt{
	font-size: 15px;
    line-height: 28px;
    height: 28px;
    background: none;
    min-width: 50px;
    color: #a8a3a3;
    text-align: left;
    padding: 0 5px;
}
.iten-list{
	margin-left: 10px;
    width: 1110px;
   
}
.iten-list span{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #a8a8a8;
	color: #a8a8a8;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 15px;
}
.iten-close{
	cursor: pointer;
    font-size: 15px;
    line-height: 28px;
    padding: 0 18px 0 18px;
    color: #a8a8a8;
}
.line{
	width: 100%;
	height: 10px;
	background: #fafafa;
}
/*å¯¼èˆªç»“æŸ*/
.help .search{
	width: 550px;
	height: 46px;
	position: relative;
	display: inline-block;
}
.help .search .search-text{
	width: 500px;
	padding: 0px 15px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background: #FFFFFF;
	float: left;
	border: 1px solid #f1f2f3;
	border-right: none;
    color: #333;
}
.help .search span{
	width: 50px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 16px;
	    text-align: center;
	    background: #d60e19 url(/images/szkc/search.png) no-repeat 28px 13px;
	    cursor: pointer;
	    position: absolute;
	    right: 0;
	    top: 0;
	    color: #fff;
	    border-radius: 0 4px 4px 0;
	    padding-left: 26px;
}
.search-nav {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    padding-top: 12px;
	font-weight: bolder;
}
.search-nav span{
   color: #d60e19;
}

.ct-left{
	width:100%;
	/*float:left;*/
}
.ct-right{
	width:385px;
	float:right;
}
#search-list{
	display: flex;
	flex-wrap: wrap;
}
#search-list .news-item{
	width: 310px;
	margin-right: 20px;
	margin-top: 20px;
}
#search-list .news-item:nth-child(4n){
	margin-right: 0px;
}
#search-list .news-item .img-box{
	width: 100%;
	height: 170px;
	position: relative;
}
#search-list .news-item .img-box img{
	width: 320px;
    height: 180px;
}
#search-list .news-item .img-box .tlter{
	width: 103%;
	height: 41px;
	text-indent: 15px;
	line-height: 42px;
	background: url(/images/szkc/slide_mask.png)no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size:14px;
	position: absolute;
	left: 1px;
	bottom: -10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#search-list .news-item .img-box .tlttop{
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    position: absolute;
    top: 0px;
    right: -10px;
    background: #CA0712;
    color: #fff;
}
#search-list .news-item .text-box .tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#search-list .news-item .text-box .news-box{
	width: 100%;
	font-size:14px;
	display: flex;
	justify-content: space-between;
}
/*.ct-left .img-box{
	width:240px;
	height:135px;
	overflow: hidden;
	float:left;
}
.ct-left .img-box img{
	width:100%;
	min-height:100%;
}
.img-box a{
	display: block;
	width:100%;
	height:100%;
}
.news-item{
	width:100%;
	padding:24px 0;
	height:135px;
	border-bottom: 1px solid rgb(230,230,230);
}
.news-item:first-of-type{
	border-top: none;
}*/
/*.news-item .text-box{
	width:506px;
	height:135px;
	overflow: hidden;
	float:right;
}
.text-box .tit{
	width: 100%;
   font-size:18px;
   line-height:35px;
   height:35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.text-box .tit a{
	color:#333333;
		  
}
.text-box .tit a:hover{
	color:#d93024;
}
.text-box p{
	font-size:14px;
	line-height: 24px;
	height:72px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text-box .details{
	color:#000000;
}
.text-box .details:hover{
	color:#d93024;
}
.news-box{
	font-size:14px;
	line-height: 28px;
	height:28px;
	color: #999;
}
.news-box .docFrom{
	padding-right: 18px;
}*/
.ct-right .ctr-top{
	width:100%;
	height:216px;
	overflow: hidden;
	margin-top: 64px;
	position: relative;
}
.ct-right .ctr-top a{
	display:block;
	width:100%;
	height:100%;
}
.ct-right .ctr-top img{
	width:100%;
			min-height:100%;
}
.ct-right .ctr-top p{
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	position: absolute;
	width: 94%;
	padding: 0 3%;
	height: 43px;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	color: #fff;
	background: url(/images/slide_mask.png) 0 bottom repeat-x;
	padding-top: 28px;
}

.ctr-bottom .ctr-title{
	height:28px;
	line-height:28px;
	padding:20px 0;
	position: relative;
	border-bottom: 1px solid #f1f2f3;
}
.ctr-bottom .ctr-title:before{
	content: "";
	width: 5px;
	height: 24px;
	background: red;
	position: absolute;
	top: 27px;
	left: 0px;
}
.ctr-title h5{
	font-size:22px;
	font-weight: normal;
	display: inline-block;
	margin-left: 22px;
}
.ctr-title a{
	float: right;
	width: 30px;
	height:24px;
	/*background: url(/images/more.png) no-repeat 0px 6px;
	background-size: 16px 16px;*/
	padding: 4px;
	color: red;
}
.ctr-line{
	display: inline-block;
	width:220px;
	height:14px;
	border-bottom: 1px solid rgb(200,200,200);
	position: absolute;
	right:0;
	top:0;
}
.ctr-content{
	width:100%;
	overflow: hidden;
	margin-top: 8px;
}
.ctr-content li{
	width:100%;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
}
.ctr-content li i{
	width:20px;
	height:48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	display: inline-block;
	color: #cacaca;
	font-weight: bolder;
}
.ctr-content li .icon1{
	color: #e70f20;
}
.ctr-content li .icon2{
	color: #ff7f0d;
}
.ctr-content li .icon3{
	color: #ffc71c;
}
.ctr-content li a{
	width:350px;
	height:48px;
	line-height: 48px;
	font-size: 16px;
	display: inline-block;
	 overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #333333;
}
.ctr-imgbox{
	width:140px;
	height:93px;
	overflow: hidden;
	float: left;
}
.ctr-imgbox a{
	  display:block;
	  width:100%;
	  height:100%;
}
.ctr-imgbox a img{
	  width:100%;
	  min-height:100%;
}
.ctr-text{
	width:164px;
	height:93px;
	float: right;
	position: relative;
}
.ctr-text h5{
	font-size:14px;
	line-height:24px;
	height:72px;
	overflow: hidden;
	text-overflow: ellipsis;
   -webkit-line-clamp: 3;
	word-break: break-all;
   display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ctr-text .ctr-date{
	font-size:12px;
	line-height:12px;
	position: absolute;
	bottom: 0;
}
.load-more{
	width:314px;
	height:30px;
	line-height:30px;
	color:rgb(51,51,51);
	font-size:14px;
	text-align:center;
	border:1px solid rgb(200,200,200);
	border-radius: 3px;
}
.load-more a:hover{
	color:#d93024;
}
.img-box img{
	transition: all 0.5s ease; 
}
.ctr-imgbox img{
	transition: all 0.5s ease; 
}
/*.img-box:hover img{*/
/*	transform: scale(1.2);*/
/*}*/
/*.ctr-imgbox:hover img{*/
/*	transform: scale(1.2);*/
/*}*/
.red{
	color:red;
}

.footer{
	/*background: #d60e19;*/
}
.footer .fontweight{
	font-weight: bolder;
	font-size: 16px;
}
/*Ã¥Ë†â€ Ã©Â¡Âµ*/
/* .pages {
	width: 100%;
	height: 45px;
	margin: 36px auto 10px auto;
	text-align: center;
	font-size: 14px;
}
.pages span {
	display: inline-block;
	margin-right: 6px;
}
.pages span a {
	border: 1px solid #c8c8c8;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	padding: 0 12px;
	color: #000000;
}
.pages input {
	width: 33px;
	text-align: center;
	border: 1px solid #c8c8c8;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	margin-right: 10px;
}
.pages span a.on {
	height: 33px;
	display: inline-block;
	line-height: 33px;
	padding: 0 12px;
	background: #bc191a;
	color: #fff;
}
 */
.pages {
	width: 100%;
	height: 45px;
	margin: 36px auto 10px auto;
	text-align: center;
	font-size: 14px;
}
.pages span{
	display: inline-block;
	height:31px;
	padding:0 11px;
	border:1px solid #c8c8c8;
	line-height: 31px;
	text-align: center;
	color: #000;
	cursor: pointer;
	border-radius: 3px;
	margin:0 5px;
	font-size: 14px;
}
.pages a.current{
	background: #bc191a;
	color:#fff;
}
.pages span.current{
	background: #bc191a;
	color:#fff;
}
.pages a{
	display: inline-block;
	height:31px;
	padding:0 11px;
	border:1px solid #ddd;
	line-height: 31px;
	text-align: center;
	color: #000;
	margin:0 5px;
	border-radius: 3px;
	font-size: 14px;
}
.resultlist-boxs{
	min-height:457px;
}
.resultlist-boxs .search-num{
	font-size:14px;
	color:rgb(50,50,50);
	background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	
}
.resultlist-boxs .search-num p{
	line-height:20px;
	padding:10px 20px;
	text-align: right;
}
.font-red{
	color:red;
	margin:0 5px;
}
.resultlist-boxs  .news-item{
	height:88px;
}
.resultlist-boxs .text-box p{
	height:48px;
}

.clear{
	clear:both;
}
.classifyarr{
    /*height: 30px;*/
    /*overflow: hidden;*/
}
