.news_list {
	/*padding: 30px;*/
	display: flex;
	/*background:#fff;*/
}

a:hover{
	color: #0173b1;
}

.news_list_left ul li {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
	position: relative;
	background-color: #fff;
	padding: 20px 10px 20px 0;
}

.news_list_left ul li:hover {
	box-shadow: 0 1px 2px 0 rgba(199, 199, 199, .1), 0 4px 8px 0 rgba(199, 199, 199, .2);
	border: none;
	top: -4px;
}

.news_list_left ul li a {
	display: flex;
}

.news_list_left ul li a img {
	width: 200px;
	height: 130px;
	margin-right: 20px;
}

.news_list_left ul li a .news_list_mian {
	flex: 1;
}

.news_list_left ul li a .news_list_mian h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.news_list_left ul li a .news_list_mian p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.news_list_left ul li a .news_list_mian span {
	font-size: 14px;
	color: #ccc;
	line-height: 2;
}

.news_top {
	position: relative;
	height: 245px;
	z-index: 3;
}

.news_top_a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 0;
	background-color: #fff;
}

.news_top-left {
	padding: 0 40px;
	width: 422px;
}

.news_top-left .tit {
	font-size: 24px;
	line-height: 32px;
}

.news_top-left .detail {
	height: 135px;
	overflow: hidden;
	font-size: 14px;
}

.news_top-right {
	position: relative;
	margin-top: -30px;
	padding: 9px 10px 9px 20px;
	min-height: 187px;
	width: 668px;
}

.news_top-right:before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	border-left: 1px solid #e6e6e6;
}

.news_top-right a {
	float: left;
	margin: 30px 0 0 16px;
	padding: 0 20px;
	max-width: 96px;
	height: 32px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	background-color: #f5f5f5;
	border-radius: 16px;
}

.news_top-right a:hover {
	background-color: #00adf0;
	color: #fff;
}

.news_list_bg {
	background-color: #fff;
}

.news_list_left {}

/* 位置部分 */
.weizhi {
	color: #999;
}

.weizhi a {
	color: #999;
}

.weizhi span {
	display: inline-block;
	width: 19px;
	vertical-align: middle;
	height: 17px;
	background: url(../image/pagehome.png) no-repeat;
	display: inline-block;
	margin: 0px 10px 5px 0;
}


/*鉴定新闻概括*/
.news_info {
	position: relative;
	min-height: 230px;
	background-color: #fff;
	margin-top: 15px;
	padding: 35px;
	box-sizing: border-box;
}

.news_info_left {
	width: 422px;
	padding-right: 30px;
}

.news_info h1 {
	font-weight: 600;
	font-size: 22px;
}


.news_info_left p {
	padding-top: 15px;
	color: #999;
	text-align: justify;
	line-height: 28px;
}

.news_info_right {
	width: calc(100% - 540px);
	min-height: 190px;
	position: absolute;
	right: 30px;
	top: 30px;
	/*background-color: red;*/
}
.news_info_right:before{    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    border-left: 1px solid #e6e6e6;}

.news_info_right a {
	margin: 30px 0 0 16px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #f5f5f5;
	border-radius: 15px;
	color: #666;
	font-size: 16px;
}


.news_info_right a:hover {
	background-color: #00ADF0;
	color: #fff;
}

/*列表部分*/
.list_box{
	background-color: #fff;
}

.ocon {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 0;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
}

.ocon_left {
	padding: 0 10px;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
}

.ocon_left .odepth_arclist ul li {
	left: 0;
}

.ocon h2 {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #eee;
}


.ocon_left .odepth_arclist ul li {
	width: 835px;
}

/*列表--item*/
.ocon_left .odepth_arclist ul li h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #333;
	margin: 0;
}

.ocon_left .odepth_arclist ul li h3:hover {
	color: #0173b1;
}

.ocon_left .odepth_arclist ul li .text .btm span.time {
	padding: 0;
}

.ocon_left .odepth_arclist ul li .text .btm{
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    align-items: baseline;
}

.ocon_left .odepth_arclist .tags_war{
	text-align: right;
}

.ocon_left .odepth_arclist .tags_war a{
	display: inline-block;
	position: relative;
    background-color: red;
    border-radius: 10px;
    font-size: 12px;
    height: 21px;
    padding-left: 22px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    padding-right: 10px;
}

.ocon_left .odepth_arclist .tags_war a::before{
	position: absolute;
    content: "#";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    color: red;
    left: 3px;
    top: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
}

.ocon_left .odepth_arclist ul li:hover {
	/*box-shadow: none;*/
	box-shadow: 0 1px 2px 0 rgba(199, 199, 199, .1), 0 4px 8px 0 rgba(199, 199, 199, .2);
	border: none;
	top: -4px;
}


/*右侧栏*/
.right_col {
	width: 300px;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
}

.right_col .column {
	padding: 15px;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
	border-radius: 5px;
}

.right_col .hot_read{
	border-radius: 5px;
}

.right_col .column header,
.right_col .hot_read header {
	border-bottom: 3px solid #eee;
	padding-bottom: 5px;
}

.right_col .column h3,
.right_col .hot_read h3 {
	font-size: 18px;
	border-bottom: 3px solid #4370f5;
	display: inline;
	padding-bottom: 5px;
}

/*栏目*/
.right_col .column footer ul {
	padding: 5px 0;
}

.right_col .column footer li,
.right_col .hot_read footer li {
	margin-top: 20px;
	position: relative
}


.right_col .column footer li .col_item_logo {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 8px;
	bottom: -7px;
	position: absolute;
	display: inline-block;
	background-image: url('../image/column.png');
	background-repeat: no-repeat;
	background-position: -10px -10px;
	background-color: #eee;
}

.right_col .column footer li:nth-child(2) .col_item_logo{
	background-position: -62px -62px;
}

.right_col .column footer li:nth-child(3) .col_item_logo{
	background-position: -10px -62px;
}

.right_col .column footer li:nth-child(4) .col_item_logo{
	background-position: -62px -10px;
}
.right_col .column footer li:nth-child(5) .col_item_logo{
	background-position: -115px -10px;
}


.right_col .column footer li .col_item_name {
	padding-left: 45px;
}



.right_col .column footer li .col_item_see {
	position: absolute;
	right: 0;
	border: 1px solid #4370f5;
	color: #4370f5;
	font-size: 12px;
	padding: 3px 10px;
	line-height: 1.2;
	border-radius: 3px;
	/*transform: translate(0,50%);*/
}

/*热门阅读*/
.right_col .hot_read{
	margin-top: 30px;
	padding: 15px;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
}


.right_col .hot_read .hot_read_img {
	width: 95px;
	height: 60px;
}

.right_col .hot_read .hot_read_cont {
	position: absolute;
	right: 0;
	height: 100%;
	width: calc(100% - 100px);
	top: 0;
	font-size: 14px;
	padding-right: 5px;
	box-sizing: border-box;
}

.right_col .hot_read .hot_read_cont span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: rgba(0, 0, 0, .65);
}

.right_col .hot_read .hot_read_img img {
	width: 95px;
	height: 60px;
}

.hot_read footer .hot_read_cont a {
	font-weight: 700;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	width: 100%;
}

.hot_read footer .hot_read_cont a:hover {
	color: #0173b1;
	text-decoration: none;
}

/*问答*/
@keyframes imgscale
{
	from {transform:scale(1.0);}
	to {transform:scale(1.05)}
}

.right_col .qa {
	margin-top: 30px;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
	padding-bottom: 10px;
	border-radius: 5px;
}

.right_col .qa .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.right_col .qa header {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	height: 200px;
}

.right_col .qa header:hover .bg_img{
	animation: imgscale 1s;
}

.right_col .qa header::before {
	background: linear-gradient(269deg, rgba(105, 179, 171, .3), rgba(105, 179, 171, .7) 50%, #69b3ab);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	z-index: 1;
}

.right_col .qa .cont {
	height: 100%;
	position: absolute;
	z-index: 2;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
	color: #fff;
}



.right_col .qa .cont .link {
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	width: 100%;
}

.right_col .qa .cont .link img {
	width: 24px;
	height: 24px;
	border: 1px solid #eee;
	margin-left: -6px;
	border-radius: 100%;
}

.right_col .qa .cont .link a {
	position: absolute;
	right: 25px;
	color: #6cb4a7;
	background-color: #fff;
	font-size: 12px;
	margin-left: auto;
	padding: 2px 10px;
	border-radius: 4px;
}

.right_col .qa .list {
	padding: 0 10px;
	margin-top: 20px;
}

.right_col .qa .list li {
	margin-bottom: 10px;
}

.right_col .qa .list p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.right_col .qa .list span {
	color: #999;
	padding-left: 15px;
	font-size: 14px;
}

.qa .cont {
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
}

.qa .qa_link{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 8px;
    font-size: 14px;
}

.qa .qa_title{
	font-size: 16px;
    padding-bottom: 8px;
}

.qa .qa_link a{
	color: #fff;
}

.qa .qa_cont{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*分页器*/
.paging {
	margin-left: 0;
}
