﻿/**!
 *
 * author: huangcong;
 * date:2019-12-17
 */

.ewb-article{
	padding: 20px;
}

.ewb-article-hd h3{
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ewb-article-intro{
	background: #ecf1f6;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	padding: 6px 0;
	margin-top: 25px;
}

.ewb-article-intro span{
	margin: 0 60px;
}

.ewb-article-bd{
	padding: 12px 20px 15px 20px;
	line-height: 34px;
	font-size: 16px;
}

.ewb-article-bd p{
	text-indent: 2em;
}

.ewb-article-time{
	text-align: right;
	margin-top: 30px;
}

.ewb-article-link{
	margin: 0 20px;
	border-top: 1px dashed #999;
	padding-top: 17px;
}

.ewb-article-link p{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.ewb-article-link p a{
	color: #333;
}

.ewb-article-link p a span{
	display: inline-block;
	width: 70px;
	border-radius: 1px;
	background: #a8a8a8;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.ewb-article-link p a span:hover{
	background: #bc0501;
}

/* 小于1199 */

@media(max-width: 1199px){
	.ewb-article-intro span{
		margin: 0 20px;
	}
}

/* phone */
@media(max-width: 767px){
	.ewb-article{
		padding: 10px 5px;
	}

	.ewb-article-hd h3{
		line-height: 30px;
		font-size: 16px;
	}

	.ewb-article-intro{
		font-size: 12px;
		line-height: 24px;
		margin-top: 10px;
	}

	.ewb-article-bd{
		padding: 10px 5px;
		line-height: 24px;
		font-size: 12px;
	}
}

/*2020.05.28*/
.rightCon {
    /*width: calc(100% - 275px);*/
    width: calc(100%);/*2020.05.28*/
    /*height: 615px;*/
	min-height:615px;/*2020.05.28*/
    border: 1px solid #eeeeee;
    border-top: 3px solid #e52c27;
}

.rightCon .tit {
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    font-size: 18px;
    font-weight: bold;
    color: #ee221c;
    border-bottom: 1px solid #eeeeee;
}

.rightCon .news-items {
    margin-top: 0px;
}

.rightCon .news-items>li {
    margin: 0 10px;
}

.rightCon .news-items>li>a {
    padding: 10px 0 10px 10px;
    width: calc(100% - 190px);
    margin-right: 190px;
    margin-left: 20px;
}

.rightCon .news-items>li:hover span {
    color: #ee221c;
}

#tdcontent td{
	height:39px;
}
.ewb-data-infor>a{
	color:#333;
}

.down-r a{
	display: block;
	/*color: #333;*/
	line-height: 26px;
}

.m-pagination-jump{
	margin-left: 0px;
}

.name{
	float: left;
    /*padding: 10px 0 10px 10px;*/
    color: #285fb2;
}

.news-time{
	padding: 10px 0 10px 10px;
}

.post-mark {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #545454;
    background: #ededed;
}

.post-mark .font-size,
.post-mark .close,
.post-mark .print {
    color: #545454;
}

.box-shadow{
	min-height: 600px;
}

.sec-right-item{
	position: relative;
}

.sec-right-name{
	display: block;
	width: calc(100% - 288px);
	margin-left: 10px;
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }