/*åˆ—è¡¨é¡µ*/
.sx-list{
	display: flex;
	/*justify-content: space-between;*/
	font-family: SourceHanSansSC-regular;
}
.sx-list-left{
    width:302px;
	color: rgba(16, 16, 16, 100);
}
.sx-list-left-tlt{
	color: rgba(16, 16, 16, 100);
	font-size: 28px;
	padding: 40px 0px 20px 0px;
	height: 55px;
	line-height: 55px;
}
.sx-list-left .sx-list-left-wrap{
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}
.sx-list-left .sx-list-left-wrap li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	text-indent: 40px;
	border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.sx-list-left .sx-list-left-wrap li.on{
	/*color: rgba(17, 52, 213, 100);*/
	color: #CA0712;
}
.sx-list-right{
    width:1050px;
    margin-left: 50px;
    padding: 0px 20px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
}
.sx-list-right table{
	width: 100%;
}
.sx-list-right table th,.sx-list-right table td{
	width: 100px;
	text-align: left;
	font-size: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}
.sx-list-right table th{
	height: 50px;
	line-height: 50px;
}
.sx-list-right table td{
	padding: 15px 0px;
	line-height: 30px;
}
.sx-list-right table td a{
	color: #0D86F0;
}
.sx-list-right table .wd-200{
	width: 200px;
}
.sx-list-right table .wd-500{
	width: 500px;
}
.sx-list-right-flex{
	display: flex;
	justify-content: space-between;
	padding: 40px 0px 20px 0px;
	height: 55px;
	line-height: 55px;
}
.sx-list-right-tlt{
	color: rgba(158, 153, 153, 80);
	font-size: 28px;
}
.sx-list-right-tlt .number{
	color: rgba(16, 16, 16, 100);
}
.search{
	width: 380px;
    height: 55px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(246, 246, 246, 100);
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
	border: 1px solid rgba(187, 187, 187, 0);
}
.submit-button{
	width: 80px;
	height: 55px;
	float: left;
    border: none;
    vertical-align: bottom;
    cursor: pointer;
    background: url(/images/szkc/search_list.png) no-repeat center;
    background-size: 27px 28px;
}
.search-text{
	width: 300px;
    height: 55px;
    background: none;
    border: none;
    font-size: 16px;
}
.sx-list-wrap{
    width:100%;
    min-height: 500px;
}
.sx-list-wrap li{
    width:100%;
    height:150px;
    padding-bottom: 25px;
    padding-top: 10px;
    /*border-bottom: 1px solid #eaeaea;
    padding-top: 25px;*/
}
.sx-list-wrap li .sx-list-img{
    width:294px;
    height:100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.sx-list-wrap li .sx-list-img a{
    width:100%;
    height:100%;
    display: block;
}
.sx-list-wrap li .sx-list-img img{
    width:100%;
    height:100%;
    display: block;
}
.sx-list-wrap li .sx-list-img .list-tag{
	/*width: 90px;*/
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #CA0712;
	color: #fff;
	/*border: 1px solid #d2cccc;*/
	/*border-radius: 5px 0px 0px 5px;*/
}
.sx-list-wrap li .sx-list-imgtxt{
    float:right; 
    width:670px;
    height:100%;
    /*border-bottom: 1px solid #eaeaea;*/
}
.sx-list-wrap .noimg-result .sx-list-imgtxt {
    width: 830px;
}
.sx-list-wrap li .sx-list-imgtxt h1{
    width: 100%;
    height: 30px;
    font-size: 24px;
    color: #222222;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.sx-list-wrap li .sx-list-imgtxt .tag{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    height: 16px;
    padding-top: 5px;
}
.sx-list-wrap li .sx-list-imgtxt .tag span{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}
.sx-list-wrap li .sx-list-imgtxt .tag a{
    font-size: 12px;
    color: #0E49FF;
    margin-right: 10px;
}
.sx-list-wrap li .summary{
    font-size: 17px;
    color: #363636;
    line-height: 29px;
    /* height: 40px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sx-list-wrap li .summary a{
    font-size: 14px;
}
.sx-list-wrap li .text {
    font-size: 17px;
    color: #363636;
    height: 30px;
    padding-top: 20px;
}

.sx-list-wrap li .text .num {
    background: url(../images/browse.png) no-repeat 0px 1px;
    text-align: right;
    padding-left: 20px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.sx-list-wrap li .text .time, .sx-list-wrap li .text .docfrom{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    margin-right: 10px;
}


.pages {
    width: 100%;
    padding: 20px 0 30px 0;
    text-align: center;
    font-size: 14px;
    display: none;
}
.pages span {
    display: inline-block;
    margin-right: 16px;
}
.pages span a {
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #999;
    vertical-align: middle;
}
.pages input{
    width: 48px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.pages em{
	padding: 0 10px 0 5px;
	    font-size: 14px;
	    font-weight: 400;
	    color: #333333;
	    line-height: 34px;
	    display: inline-block;
	    vertical-align: middle;
}
.pages span a.on {
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
  
    text-align: center;
    background: #377BEB;
    color: #fff;
}

.pages .page-item{
    height: 32px;
    display: inline-block;
    line-height: 32px;
    color: #000;
    vertical-align: middle;
    margin:0 5px;
 
	padding: 0 12px;
	background: #FFFFFF;
	border: 1px solid #DEE2E6;
}
.pages .page-item.current{
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    /*background: #0D86F0;*/
    color: #fff;
	border-radius: 4px;
}
.pages span{
	height: 32px;
	display: inline-block;
	line-height: 32px;
	color: #000;
	vertical-align: middle;
	margin:0 5px;
	padding: 0 12px;
	background: #FFFFFF;
	border: 1px solid #DEE2E6
}
.pages .go{
	cursor: pointer;
}

.img-box img{
	width:100%;
	height:100%;
	border-radius: 6px;
}
.zwsj{
    display: none;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    font-size: 17px;
}
.videobg,.pdfbg{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: top;
}
/*.videobg{*/
/*    background: url(/images/szkc/mmp.png);*/
/*    background-size: 100% 100%;*/
/*}*/
/*.pdfbg{*/
/*    background: url(/images/szkc/pdf.png);*/
/*    background-size: 100% 100%;*/
/*}*/
