﻿
.news-all {
	padding-top: 44px;
	padding-bottom: 98px;
	border-top: 1px solid #d7d7d7;
}
.news-all-dtl {
	padding-top: 80px;
	border-top: 1px solid #d7d7d7;
	/*margin-bottom: 90px;*/
	border-bottom: 1px solid #d7d7d7;
}
.menu-news-dtl {
	background: #f3f3f3;
}
.news-ctrl {
	height: 90px;
}
.news-ctrl-l, .news-ctrl-r {
	display: inline-block;
	position: relative;
	margin: 20px 0;
	width: 50%;
	height: 46px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
}
.news-ctrl-r {
	float: right;
}
.news-list {
	margin-bottom: 34px;
	text-align: center;
	font-size: 0;
}
.news-one {
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	border: 1px solid #ececec;
	width: 1180px;
	height: 143px;
	font-size: 0;
	text-align: left;
	transition: .3s;
}
.news-one:hover {
	background: #f2f2f2;
}
.news-one-date, .news-one-desc {
	display: inline-block;
	vertical-align: top;
}
.news-one-date {
	padding-top: 29px;
	padding-left: 42px;
	width: 146px;
	height: 100%;
	background: #f2f2f2;
}
.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	color: #e00012;
}
.news-one-date p.month, .news-one-date p.year {
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #979797;
}
.news-one-date p.month {
}
.news-one-words {
	margin-top: 32px;
	margin-left: 52px;
	width: 630px;
}
.news-one-desc h3 {
	margin-bottom: 16px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-one-desc h3 a {
	color: #666;
}
.news-one-desc p.words {
	display: -webkit-box;
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-one-desc a.link {
	position: absolute;
	right: 44px;
	top: 65px;
	font-size: 14px;
	color: #666;
}
.news-one-desc a.link img {
	margin-left: 18px;
	transition: .25s;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(10px);
}
.news-dtl {
	margin: 0 auto;
	width: 945px;
}
h1.news-title {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.news-belong {
	font-size: 0;
	margin-top:20px;
}
.belong-one {
	display: inline-block;
	margin-right: 80px;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}
.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.news-edit {
	padding-top: 30px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
}
.news-edit img {
	max-width: 100%;
	height: auto;
}
.box{
	max-width: 1100px;
	margin:0 auto;
}
.newslist {
	height:auto;
	float:left;
}
.newslist ul {
	width:100%;
	height:auto;
	float:left;
}
.newslist ul li {
	width:50%;
	height:auto;
	float:left;
	padding: 1%;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 0%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newslist ul li .picbox {
	width:18%;
	float:left;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist ul li .picbox img {
	width:100%;
	height:100%;
}
.newslist ul li .info {
	height:auto;
	float:right;
}
.newslist ul li div:nth-child(2n){width:80%;}
.newslist ul li .info a h2 {
	width:100%;
	height:17px;
	float:left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333;
	text-align: left;
	overflow: hidden;
}
.newslist ul li .info p {
		width:100%;
		max-height:48px;
		overflow: hidden;
		float:left;
		font-size: 12px;
		color: #666;
		line-height: 24px;
		margin-bottom: 0px;
		text-align: left;
}
.newslist ul li .info .infodow {
	width:100%;
	height:auto;
	float:left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.newslist ul li .info .infodow a.type {
    border: 1px solid #ea5413;
    border-radius: 4px;
    color: #ea5413;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    padding: 0px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist ul li .info .infodow span.date {

    display: block;
    float: left;
    height: 26px;
    margin-right: 20px;
    padding-left: 20px;
	background: url("../images/fbrq.png") no-repeat scroll left center / 15px 15px;
}
.newslist ul li .info .infodow span.yuedu {
    display: block;
    float: left;
    height: 26px;
    margin-right: 20px;
    padding-left: 20px;
	background: url("../images/eye_25.png") no-repeat scroll left center / 15px 15px;
}
.tjnews {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 00px;
}
.tjnewstit {
    width: 100%;
    height: auto;
    float: left;
    background: #f0f0f0;
}

.tjnewstit h3 {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #e00012;
    border-left: 10px solid #333;
    padding: 0 20px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
.tjnewslist {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.tjnewslist ul {
    width: 100%;
    height: auto;
    float: left;
}

.tjnewslist ul li {
    width: 49%;
    height: auto;
    float: left;
    border-bottom: 1px dashed #cccccc;
    margin-right:2%;
}
.tjnewslist ul li:nth-child(2n) {margin-right:0}
.tjnewslist ul li a {
    width: 80%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.tjnewslist ul li span.date {
    float: right;
    color: #999999;
    line-height: 36px;
}

.tjnewslist ul li a:hover {
    color: #15267e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 @media (max-width: 1200px) {
.news-one {
	width: 100%;
}
.news-one-desc {
	width: calc(100% - 300px);
}
.news-one-desc a.link span.more {
	display: none;
}
.news-one-words {
	width: auto;
}
}
 @media (max-width: 1000px) {
.news-dtl {
	width: 100%;
}
}
 @media (max-width: 992px) {
.news-all {
	padding-top: 30px;
	/*padding-top: 0;*/
	padding-bottom: 40px;
}
.news-all-dtl {
	padding-top: 80px;
	padding-top: 1.066667rem;
	padding-bottom: 65px;
	padding-bottom: 0.866667rem;/*margin-bottom: 55px;*/
}
.news-list {
	margin-bottom: 6px;
}
.news-one {
	margin-bottom: 25px;
	height: 94px;
}
.news-one-date {
	padding-top: 12px;
	padding-left: 16px;
	width: 82px;
}
.news-one-date p.day {
	margin-bottom: 2px;
	line-height: 34px;
	font-size: 34px;
}
.news-one-date p.month, .news-one-date p.year {
	margin-bottom: 3px;
	line-height: 13px;
	font-size: 13px;
}
.news-one-desc {
	width: calc(100% - 130px);
}
.news-one-desc a.link {
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.news-one-words {
	margin-top: 24px;
	margin-left: 14px;
}
.news-one-desc h3 {
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
}
.news-one-desc p.words {
	-webkit-line-clamp: 1;
}
.news-one-desc a.link img {
	width: 20px;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(5px);
}
h2.news-title {
	margin-bottom: 80px;
	margin-bottom: 1.066667rem;
}
.belong-one {
	margin-right: 20px;
}
.news-edit {
	padding-top: 30px;
	padding-top: 0.866667rem;
	margin-top: 15px;
}
}
@media (max-width: 768px) {
h2.news-title {
	font-size: 36px;
	font-size: 0.48rem;
}
.news-ctrl {
	height: 88px;
}
.newslist ul li {
width:100%;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #e00012;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #e00012;
	color: #fff;
	cursor: default;
}
