@charset "UTF-8";
.blue-gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4f7CC8, endcolorstr=#598CE2, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4f7CC8, endcolorstr=#598CE2, gradientType=0);
    background: #4f7CC8; /* 一些不支持背景渐变的浏览器 */
    background: -o-linear-gradient(left, #4f7CC8, #598CE2);
    background: -moz-linear-gradient(left, #4f7CC8, #598CE2);
    background: -webkit-linear-gradient(90deg, #4f7CC8, #598CE2);
    background: linear-gradient(90deg, #4f7CC8, #598CE2);
}

.content-area {
    margin: 30px 1% 0px 1%;
    background: #ffffff;
}

.top-center-area .left {
    min-height: 200px;
    padding-left: 20px;
    padding-top: 30px;
    margin-right: 380px;
    position: relative;
}

.top-center-area .left .pager {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.top-center-area .left .title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #E7E7E7;
    font-weight: 700;
    /*margin: 15px 0px;*/
}

.top-center-area .left .more {
    float: right;
    font-weight: normal;
}

.top-center-area .left .backToMain {
    float: right;
    color: #999;
    text-decoration: none;
    display: none;
    font-weight: normal;
}

.top-center-area .left .back a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.top-center-area .item {
    font-size: 14px;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.top-center-area .items {
    min-height: 150px;
    margin-bottom: 20px;
}

.item .publishTime {
    float: right;
}

.top-center-area .item .iconfont {
    color: #598cE2;
    margin-right: 5px;
}

/*右侧区域*/
.top-center-area > .right {
    overflow: hidden;
    width: 290px;
    padding-top: 30px;
    padding-right: 20px;
    float: right;
}

/*电话号码区域*/
.top-center-area .right .phone {
    color: #ffffff;
    height: 70px;
    text-align: center;
}

.top-center-area .right .phone + .phone {
    margin-top: 20px;
}

.top-center-area .right .phone .img-content {
    width: 60px;
    padding-left: 10px;
    float: left;
    line-height: 70px;
}

.top-center-area .right .phone .img-content + div {
    font-size: 18px;
    line-height: 24px;
    padding-top: 11px;
}

/*.top-center-area .right .phone .img-content img {
    display: block;
    width: 60px;
    height: 60px;
}*/

/*ETC服务区域*/
.top-center-area .right .etc-server {
    margin: 30px auto;
   /* border: 1px solid #6095f3;*/
   /* padding: 15px 15px;*/
}

.top-center-area .right .etc-server .title, .top-center-area .right .signs .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.top-center-area .right .etc-server .etc-img {
    float: left;
    height: 60px;
    line-height: 60px;
}

.top-center-area .sign-item {
    display: block;
    text-align: center;
    width: 90px;
    float: left;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    padding: 5px 0px;
}

.top-center-area .sign-item:hover span {
    color: #6095f3;
    text-decoration: underline;
}

.top-center-area .sign-item span {
    margin-top: 14px;
    display: block;
}

.top-center-area .other-sign img {
    margin: 14px 0px;
}

/*底部区域*/
.bottom-content-area {
    text-align: center;
    font-size: 16px;
}

.bottom-content-area .normal {
    padding: 0px 20px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: 10px;
}

.hover-img {
    display: none;
}

.bottom-content-area .normal {
    background: #FFFFFF;
    border: 1px solid #6095f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bottom-content-area .normal span {
    color: #6095f3;
}

.bottom-content-area .normal:hover {
    background: #6095f3;
}

.bottom-content-area .normal:hover span {
    color: #FFFFFF;
}

.bottom-content-area span a {
    color: #ffffff;
    text-decoration: none;
}

.more-items {
    display: none;
}

/*设置背景图片*/
.item-content {
    display: none;
}

.bottom-content-area > div {
    padding: 15px 0px;
}

/*详情css*/
.content-detail {
    display: none;
}

.left .content-detail h1.title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    height: auto;
    margin: 0px;
}

.content-detail h5 {
    text-align: center;
    color: #999;
    font-size: 12px;
    padding: 10px 0px;
}

.content {
    padding: 20px 30px 30px;
    line-height: 24px;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre img {
    max-width: 100%;
}

.content-detail .back {
    text-align: right;
    padding: 17px 0px;
}
