.background-header {
    height: 90px;
    width: 100%;
    background: url(images/img/%c3%a4%c2%b8%c2%bb%c3%a5%c2%9b%c2%be.html) 0 0 no-repeat;
}

.news-center-content {
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
    background: #E7E8ED;
    overflow: hidden;
    position: relative;
}

.news-center-pic {
    width: 390px;
    height: 100%;
    float: left;
}

.news-center-pic img {
    width: 100%;
    height: 100%;
}

.news-center-text {
    float: left;
    width: calc(100% - 390px);
    height: 100%;
    color: #333333;
    font-size: 14px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.news-center-text h5 {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: initial;
    padding-bottom: 15px;
}

.news-center-text p {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.news-center-text .p-after::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 6px;
    padding-left: 3px;
    background: #E7E8ED
}

.news-center-text div span:nth-child(3) {
    margin-left: 40px;
}

.view-details a {
    display: block;
    cursor: pointer;
    margin-top: 20px;
    width: 160px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #3695ff;
    color: #3695FF;
    text-align: center;
    line-height: 40px;
    background: transparent;
    transition: background .4s ease-in-out, color .4s ease-in-out, border .4s ease-in-out;
}

.view-details a:hover {
    border: 1px solid #226BBC;
    background: #226BBC;
    color: white;
}

.arrow {
    border-top: 10px transparent dashed;
    border-left: 20px transparent dashed;
    border-bottom: 10px transparent dashed;
    border-right: 20px #E7E8ED solid;
    position: absolute;
    left: 355px;
    top: 40px;
}


/*
Css for PEL,	ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

*/

.pic a:hover img {
    filter: alpha(opacity=80);
    opacity: .8;
}


/* 通用按钮 */

.inputtext,
.inp {
    border: 1px solid #ccc;
    padding: 1px 0 0 1px;
    height: 20px;
    vertical-align: middle;
}

.inpFocus {
    border: 1px solid #ffb74a !important;
    background: #ffffdd;
    outline: 1px solid #ffb74a;
}

.btn {
    width: 60px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.btn4 {
    background-position: 0 -50px;
    width: 90px;
    letter-spacing: 0px;
}


/* 通用信息列表 */

.infoList {
    text-align: left;
    padding: 0 10px;
}

.infoList li {
    line-height: 60px;
    height: 60px;
    padding: 0 12px;
    border-bottom: 1px dashed #dbdbdb;
    background: url(images/icon.png) no-repeat 0 -335px;
}

.infoList li .date {
    float: right;
    color: #999;
    font-size: 14px;
}

.infoList li .node {
    margin-right: 5px;
    color: #999;
}


/* 通用带图片的信息列表_普通式 */

.picList li {
    text-align: center;
    float: left;
}

.picList li .pic img {
    width: 190px;
    height: 140px;
}

.picList li .title {
    padding-top: 2px;
}


/* 头条图文信息列表_普通式 */


/*.topicList{ font-size:12px;}
.topicList .t{ padding:5px 0;  }
.topicList .t .title{ height:30px; line-height:30px; overflow:hidden; }
.topicList .t .title a{font-weight:bold;font-size:12px;; color:#a45521; }
.topicList .t .intro{ line-height:20px;padding:0 0 8px 0; color:#7e7e7e;border-bottom:1px dotted #d8d8d8;  }
.topicList .t .intro .more{ color:#d60000;  }
.topicList .n{ height:26px; line-height:26px; overflow:hidden; padding-right:10px;  }
.topicList .n .date{ float:right; color:#999;  }*/


/* url_方块样式分页 */

.pageShow {
    text-align: center;
    padding: 0 0 15px;
    font-size: 0;
    overflow: hidden;
}

.pageShow .pagecss {
    display: block;
    overflow: hidden;
    height: auto;
}

.pageShow .pagecss input,
.pageShow .pagecss a,
.pageShow .pagecss span,
.pageShow .pagecss a:active {
    display: inline-block;
    height: 32px;
    padding: 0 11px;
    margin: 0 2px;
    line-height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.pageShow .pagecss input {
    width: 30px;
    height: 24px;
    line-height: 24px;
    padding: 4px 4px;
    text-align: center;
}

.pageShow .pagecss a:hover {
    border-color: #4085da;
    text-decoration: none;
    color: #4085da;
}

.pageShow .pagecss span.current {
    background: #4085da;
    border-color: #4085da;
    color: #fff;
    font-weight: bold;
}

.pageShow .pagecss span.disabled {
    color: #999;
}


/* 信息提示 */

.msgBox {
    display: none;
    width: 400px;
    border: 4px solid #ddceb0;
    cursor: move;
    background: #fff;
}

.msgBox .hd {
    height: 30px;
    line-height: 30px;
    background: #a18245;
    margin: 2px;
    border-bottom: 2px solid #ddceb0;
}

.msgBox .hd em {
    display: block;
    _display: inline;
    float: right;
    margin: 8px 8px 0px 10px;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    font-family: Verdana;
    color: #333;
}

.msgBox .hd h3 {
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    text-align: left;
}

.msgBox .bd {
    padding: 15px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    min-height: 80px
}

.msgBox .bd a {
    color: #E67B11;
    text-decoration: none;
}

.msgBox .bd #point {
    color: #00c425;
    font: normal 20px/40px "Microsoft YaHei";
    _font-weight: bold;
}

.msgBox .bd .bdIn {
    padding: 10px;
    text-align: center;
}

.msgBox .bd .bdIn .subDiv {
    margin: 15px 0;
    padding: 20px 0 10px 0;
    border-top: 1px dotted #9EC3E6;
}

.msgBox .bd .btn {
    display: inline-block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    color: #fff !important;
    font-size: 12px;
}

#expose {
    background: #ccc;
}


/* 内容页通用区块 */

.articleConText {
    font-size: 14px;
    line-height: 2.5;
    color: #333;
}

.articleConText img {
    max-width: 100%;
    height: auto;
}

.articleConArtpage {
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    padding-top: 25px;
    line-height: 1;
}

.articleConArtpage .pagecss {
    display: block;
}

.articleConArtpage .pagecss a,
.articleConArtpage .pagecss select {
    display: inline-block;
    height: 32px;
    padding: 0 11px;
    margin: 0 2px;
    line-height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
}

.articleConArtpage .pagecss select {
    width: auto;
    padding: 0;
    height: 34px;
    line-height: 34px;
}

.articleConArtpage .pagecss a:hover,
.articleConArtpage .pagecss b a {
    border-color: #4085da;
    background: #4085da;
    color: #fff;
    text-decoration: none;
}

.articleConCollect {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 20px;
    background: #f5f5f5;
    font-size: 14px;
}

.articleConCollect a {
    color: #3488ea;
    padding: 0 3px;
}

.articleConCollect .bdsharebuttonbox {
    float: right;
    height: 28px;
    padding: 5px 0 0;
}

.articleConCollect .bdsharebuttonbox em {
    float: left;
    line-height: 28px;
    margin-right: 3px;
}

.articleConPage {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.articleConPage span {
    color: #E6732C;
}

.articleConPage font {
    color: #333!important;
}


/* 带边框和边距表格 */

.table {
    border-collapse: collapse;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 7px 9px;
}