html,body,ul,li,dl,dt,dd,img,form,h1,h2,h3,h4,h5,h6,p{ margin:0;padding:0;border:none}

ul,li{list-style:none}

body {width: 100%;height: 100%;font-size:12px; color:#666;margin:0 auto; font-family:"微软雅黑";}

a{text-decoration:none;color:#000;}
a:hover{color: #CF1010; text-decoration:none;}

.floatl{float:left}
.floatr{float:right}

.f-left{float:left;}
.f-right{float:right;}

.flex{
	display:flex!important;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

/*必要*/
.page-body {
    transform-origin: left top;
    width: 1900px;
    overflow-x: hidden;
}
.main{
	width:100%;
	min-width:1400px;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.main1400{
	width:1400px;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

.margint30{margin-top:30px}
.crumbs-font{font-weight: 400;font-size: 16px;color: #00000066;}

.navList{
	width:auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
}

.margint25{margin-top:25px}
.margint45{margin-top:45px}

.list-all {
    padding-right: 30px;
}

.main995 {
    width: 995px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.main370{width:370px;position:relative;padding:0;overflow:hidden;}

.list-all li {
    width: 982px;
	position: relative;
	cursor:pointer;
	margin-left: 40px;
	margin-bottom: 40px;
}
.list-all li p a {
    color: #cc0000;
}

.list-all .overlay-image {
    position: absolute;
    display: block;
    bottom: 0;
    right: 30px;
    width: 100px;
    height: 95px;
    z-index: 1;
    opacity: 0;
}
.list-all h1{font-weight: 600;font-size: 20px;color: #000000d9;;position: relative;z-index: 2;line-height: 24px;}
.list-all .content{font-weight: 400;font-size: 16px; color: #000000a6;;line-height: 24px;margin-top:16px;position: relative;z-index: 2; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;  text-overflow: ellipsis;}
.list-all .zuozhe{font-weight: 400;font-size: 16px;color: #AAAAAA;line-height: 16px;padding-left:8px;padding-right:30px;}
.list-all .shijian{font-weight: 400;font-size: 16px;color: #00000073;line-height: 16px;}

.list-all li:hover{background: #FFF8F4;position: relative;}
.list-all li:hover .overlay-image {
	position: absolute; /* 绝对定位 */
	display: block‌;
	bottom: 0;
	right: 30px;
	width: 100px;
	height: 95px;
	z-index: 1; /* 图片在背景之上 */
	opacity: 0.5;
}

.item_li {
    width: 920px;
    padding: 18px 24px 18px 24px;
}

.list-all li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 5px solid #CC0000;
    border-radius: 100%;
    left: -30px;
    top: 48%;
    z-index: 2;
    background: #fff;
}
.list-all li:after {
    content: '';
    position: absolute;
    height: 125%;
    border-left: 1px dashed #ccc;
    left: -22px;
    bottom: -116px;
}
.list-all li:last-child:after{
	border-left:none;
}

.right-pic-list ul{width:370px;}
.right-pic-list ul li{padding-bottom:30px;}
.right-pic-list ul li img{width:370px;height:135px;}

.div_cTitle {
    margin-top: 30px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.div_cTitle a {
    float: right;
    display: flex;
    align-items: center;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	padding-top: 10px;
}
.div_mashangpinglun li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #0000000d;
    overflow: hidden;
}
.div_mashangpinglun li h2 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    padding-bottom: 16px;
}
.div_mashangpinglun li p {
    color: #000000a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    paragraph-spacing: 0;
    text-align: justify;
    margin-bottom: 10px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}
.div_tanjinlunzhen li p a {
    color: #cc0000;
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 0 0px;
}
.div_mashangpinglun li i {
	font-size: 16px;
	color: #00000080;
    overflow: hidden;
    float: left;
    width: 100%;
    font-style: normal;
}


/*分页样式*/
.t-center {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 100px;
	border-radius: 4px;
	font-size: 14px;
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 10px;
	margin-left: -1px;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-right: 10px;
	border-radius: 6px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 6px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	padding: 0;
	width: 58px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #444444;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #444444;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.pager .next>a, .pager .next>span {
	float: right;
}

.pager .previous>a, .pager .previous>span {
	float: left;
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

.pageJump {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
	margin: 20px 10px;
	border-radius: 4px;
	vertical-align: top;
}

.pageJump .button, .pageJump input {
	font-size: 14px;
	padding: 0;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #444444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pageJump input {
	width: 60px;
	height: 25px;
	border-radius: 6px;
	text-align: center;
}

.pageJump .button {
	width: 40px;
	height: 25px;
	margin-left: 10px;
	border-radius: 6px;
}

.pageJump-lg .button, .pageJump-lg input {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pageJump-sm .button, .pageJump-sm input {
	padding: 5px 10px;
	line-height: 1.5;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #CF1010;
	border-color: #CF1010;
}