@charset "gb2312";
.titlebox{
	border-bottom:1px solid #b5b5b5}
.mod-news-dt-article .title {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    padding: 20px 0 14px;
	text-align: center;
}
.mod-news-dt-article .info{
    width:30%;margin:0 auto;border-bottom:1px solid #158fcf;
}
.mod-news-dt-article .info li {
    font-size: 14px;
    color: #777;
    line-height: 18px;
    margin-right: 20px;
	text-align:center;
	margin-bottom:30px;
}
.mod-news-dt-article .article {
    overflow: hidden;
    padding: 40px 0 20px;
}
.mod-news-dt-article .article p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
	text-indent:2em;
}
.mod-news-dt-paginate {
    padding: 40px 0;
}
.el-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-col-12 {
    width: 50%;
}
.mod-news-dt-paginate .item.item-1 a {
    margin-right: 20px;
}

.mod-news-dt-paginate .item a {
    display: block;
    font-size: 13px;
    color: #777;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsfoot{
	width: 100%;
    margin: 0 auto;
    text-align: center;border-bottom:1px solid #b5b5b5;}
.newsfoot-btn {
	margin-bottom:30px;
}
.newsfoot-btn a {
    vertical-align: middle;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.newsfoot-btnfr {
    background: none;
    color: #158fcf;
    float: right;
    height: 36px;
    width: 15%;
    line-height: 34px;
    border: 2px solid #158fcf;
	margin-right:20px;
}
.bgblue{
    background: #158fcf;
    color: #fff;}
.bgblue:hover {
	color: #fff;
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
.newsfoot-btnfr{width:20%}
}  
@media screen and (max-width: 767px) {
.newsfoot-btnfr {
    width: 31.5%;
    border: 1px solid #158fcf;
    margin-right: 1%;
}
.newsfoot-btn a {
    vertical-align: middle;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
}
.mod-news-dt-article .info{
	width:70%}
.mod-news-dt-article .info li {
    font-size: 12px;
}
.mod-news-dt-article .title {
    font-size: 16px;
}