/*顶部*/
.topMess {
    height: 22px;
}

.sy-topbar {
    background-color: rgb(167, 0, 0);
    width: 100%;
    font-size: 14px;
    padding: 7px 0;
    margin-bottom: 15px;
}

.el-message {
    z-index: 200000 !important;
}

.sy-topbar h4 {
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
    float: left;
}

.sy-topbar .el-col-12 span {
    font-size: 15px;
    line-height: 30px;
    color: rgb(167, 0, 0);
}

.logo {
    height: 30px;
}

/*左侧轮播图*/
.topCarousel .carouselBox {
    width: 100%;
    position: relative;
}

.topCarousel .carouselBox a {
    display: block;
}

.topCarousel .carouselBox a img {
    width: 100%;
    height: 490px;
}

.topCarousel .carouselBox a p {
    display: block;
    line-height: 40px;
    height: 40px;
    background: rgba(86, 181, 255, 0.5);
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
}

.topCarousel .el-carousel__indicators {
    left: auto;
    right: -5%;
}

.topCarousel .is-active .el-carousel__button {
    background: #fff;
    border: none;
}

.topCarousel .el-carousel__button {
    display: block;
    opacity: .48;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #666;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

/*轮播图右侧新闻列表*/

.carouselListNews1 {
    list-style: none;
    overflow: hidden;
    width: 343px;
    text-overflow: ellipsis;
    margin-bottom: 10px;

}

.carouselListNews1 h5 {
    border-top: 2px solid rgb(167, 0, 0);
    line-height: 45px;
    font-size: 18px;
}

.carouselListNews1 li {
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    padding-left: 4px;
    overflow: hidden;
}

.carouselListNews1 a {
    color: #000;
    text-decoration: none;
}

.carouselListNews1 li a i {
    margin-right: 8px;
    padding: 1px 5px;
    background: rgb(167, 0, 0);
    line-height: 1px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    color: #fff;
}

.carouselListNewsImg {
    width: 100%;
    height: 55px;
}

/*头条*/
.headLinesBox {
    height: 90px;
    text-align: center;
    margin: 15px 0;
}

.headLinesBox h1 {
    font-size: 36px;
    color: #3668A5;
    clear: both;
    font-family: Microsoft YaHei, "黑体";
    line-height: 56px;
    height: 56px;
    overflow: hidden;
}

.headLinesBox h1 a, .headLinesBox h1 a:visited {
    color: #3668A5;
    text-decoration: none;
}

.headLinesBox .desc {
    line-height: 32px;
    color: #3668A5;
    position: relative;
    padding-right: 90px;
    height: 32px;
    overflow: hidden;
    border-bottom: 1px dashed #8bb8d9;
}

.headLinesBox .desc p {
    color: #3668A5;
    font-size: 15px;
}

.headLinesBox a.more, .headLinesBox a.more:visited {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    padding: 0px;
    margin: 4px 9px 0px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #3668A5;
    text-align: right;
}

#moreBoxTop {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 90px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    background: #fff;
    z-index: 9999;
    display: none;
}

#moreBoxTop li:hover a {
    color: rgb(167, 0, 0);
    font-weight: bold;
}

/*最左侧固定导航*/
.leftNav {
    position: absolute;
    display: none;
}

.fixed {
    position: fixed;
    top: 30px;
    display: block;
}

.leftNav > ul > li {
    width: 70px;
}

.leftNav > ul > li a {
    display: block;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #444;
    border-radius: 4px;
    margin-bottom: 1px;
    transition-property: color, background-color;
    font-size: 15px;
}

.leftNav > ul > li > a.active {
    background-color: rgb(167, 0, 0);
    color: #fff;
    border-top: none;
}

.leftNav > ul > li > a:hover {
    animation-name: hvr-back-pulse;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: rgb(167, 0, 0);
    color: #fff;
}

.leftNav > ul > li:last-child:hover #moreBoxLeft {
    display: block;
}

#moreBoxLeft {
    position: absolute;
    left: 70px;
    bottom: -37px;
    width: 70px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    display: none;
    background: #fff;
}

#moreBoxLeft ul {
    overflow: hidden;
    padding: 10px 0;
}

#moreBoxLeft li {
    float: left;
}

#moreBoxLeft li:hover a {
    background-color: rgb(167, 0, 0);
    color: #fff;
    border-top: none;
}

/*左侧文章*/
.leftContentBox {
    padding-right: 20px;
}

/*没有标题图*/
.leftContentBox .textBox {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

/*一张标题图和三张标题图*/
.leftContentBox .imgTextBox, .leftContentBox .imgRowBox {
    min-height: 103px;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.leftContentBox .imgTextBox:first-child,
.leftContentBox .imgRowBox:first-child {
    padding-top: 0;
}

/*三张标题图*/
.imgRowBox {
    height: auto !important;
}

.leftContentBox .imgTextBox .imgBox, .leftContentBox .imgRowBox .imgBox {
    width: 158px;
    height: 102px;
    margin-right: 16px;
    float: left;
}

.leftContentBox .imgTextBox .imgBox a, .leftContentBox .imgRowBox .imgBox a {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    overflow: hidden;
    transform-style: preserve-3d;
    display: block;
    height: 100px;
}

.leftContentBox .imgTextBox .imgBox a img,
.leftContentBox .imgRowBox .imgBox a img {
    display: inline-block;
    max-width: 100%;
    height: 102px;
    vertical-align: middle;
    transition: all .5s ease-out .1s;
}

/*公共的标题样式和信息样式*/
.leftContentBox .articleTitle {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4px;
    font-weight: 700;
    max-height: 63px;
    overflow: hidden;
}

.leftContentBox .articleTitle a {
    color: #3668A5;
}

.leftContentBox .articleMess {
    margin-top: 10px;
}

.leftContentBox .articleMess a {
    color: #777;
    font-size: 14px;
}

.leftContentBox .articleMess .columnName {
    font-size: 12px;
    margin-right: 10px;
    padding: 1px 2px;
    border: 1px solid #41baad;
    color: #41baad;
}

.loadMore {
    background: rgb(167, 0, 0);
    border-radius: 5px;
    text-align: center;
    margin-top: 50px;
}

.loadMore span {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
}

/*右侧内容*/
/*电子报*/
.paperBox {
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
}

.paperBox .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
    padding: 0 5%;
}

.paperBox .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.paperBox .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    line-height: 53px;
}

.paperBox .list {
    padding-bottom: 20px;
}

.paperBox .list img {
    width: auto;
    height: 455px;
    display: block;
    margin: 0 auto;
}

.paperBox .list .el-carousel__indicators--outside {
    display: none;
}

/*阅读精彩*/

.readBox {
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
}

.readBox .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
    padding: 0 5%;
}

.readBox .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.readBox .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    line-height: 53px;
    color: rgb(147, 0, 0);
    font-size: 14.5px;
    font-weight: bold;
    margin-right: 6px;
}

.readBox .list ul {
    overflow: hidden;
    padding-bottom: 10px;
}

.readBox .list li {
    width: 50%;
    float: left;
    text-align: center;
}

.readBox .list img {
    width: 100px;
    height: 100px;
}

.readBox .list p {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
}

/*纯文字模版*/
.templateText {
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
    border-top: 2px solid rgb(167, 0, 0);
}

.templateText .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
    padding: 0 5%;
}

.templateText .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.templateText .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    line-height: 53px;
    font-size: 14px;
    color: #000;
}

.templateText .list {
    padding: 0 5% 10px;
}

.templateText .list li {
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-left: 4px;
    overflow: hidden;
}

.templateText .list li a {
    /*line-height: 28px;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*text-align: left;*/
    /*font-size: 14px;*/
}

/*图模版*/
.templateImg {
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
    border-top: 2px solid rgb(167, 0, 0);
}

.templateImg .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
    padding: 0 5%;
}

.templateImg .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.templateImg .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    line-height: 53px;
    font-size: 16px;
    color: #000;
}

.templateImg .list ul {
    overflow: hidden;
}

.templateImg .list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.templateImg .list li img {
    width: 85%;
    display: block;
    height: 85px;
    margin: 0 auto;
}

.templateImg .list li p {
    line-height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
}

/*图文模版*/
.templateTextImg {
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
    border-top: 2px solid rgb(167, 0, 0);
}

.templateTextImg .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    margin-bottom: 10px;
    width: 90%;
    padding: 0 5%;
}

.templateTextImg .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.templateTextImg .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    line-height: 53px;
    font-size: 16px;
    color: #000;
}

.templateTextImg .imgBox {
    width: 90%;
    margin: 0 auto 5px;
    position: relative;
}

.templateTextImg .imgBox img {
    width: 100%;
    height: 200px;
}

.templateTextImg .imgBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    padding: 0 3%;
    background: rgba(86, 181, 255, 0.5);
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.templateTextImg .list {
    padding: 0 5% 10px;
}

.templateTextImg .list li a {
    line-height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

/*爆料台模版*/
.topTempBox {
    border: 1px solid #EDEDED;
    padding: 0 4% 2% 4%;
    margin-bottom: 20px;
    width: 90.7%;
    background: rgb(242, 242, 242);
    border-top: 2px solid rgb(167, 0, 0);
}

.topTempBox .top {
    line-height: 45px;
    height: 45px;
    position: relative;
    width: 100%;
    background: rgb(242, 242, 242);
}

.topTempBox .top a:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    color: #3668A5;
}

.topTempBox .top a:first-child img {
    height: 35px;
}

.topTempBox .top a:last-child {
    text-align: right;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 53px;
}

.topTempBox .list {
    margin-bottom: 10px;
}

.topTempBox .list a {
    font-size: 16px;
    display: block;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: .2px;
}

.topTempBox .list a:first-child {
    font-weight: bold;
    font-size: 16px;
}

/*爆料电话*/

.sy-sidertools {
    position: fixed;
    left: 56%;
    margin-left: 510px;
    bottom: 10px;
    z-index: 9999;
}

.sy-sidertools .btn-tel {
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/phone_btn.png) 0px 0px no-repeat #3668a5;
    cursor: pointer;
}

.sy-sidertools .btn-tel div {
    display: none;
}

.sy-sidertools .expand {
    position: absolute;
    right: 50px;
    top: 0px;
    display: none;
}

.sy-sidertools .btn-tel .expand {
    line-height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    color: #FFF;
    background-color: #3668a5;
    text-wrap: none;
    white-space: nowrap;
}

.sy-sidertools .btn-wx {
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/weixin_btn.png) 0px 0px no-repeat #3668a5;
    cursor: pointer;
}

.sy-sidertools .btn-wx div {
    display: none;
}

.sy-sidertools .btn-wx .expand {
    top: -130px;
}

.sy-sidertools .btn-wx .expand img {
    display: block;
}

.sy-sidertools .btn-top {
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/top_btn.png) 0px 0px no-repeat #3668a5;
    cursor: pointer;
    display: none;
}

/*版权*/
/*图标列表    */
.iconList {
    background: #fbfbfb;
    padding: 25px 0;
}

.iconList .footerOneBox {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 14px;
    cursor: pointer;
    position: relative;
}

.iconList .footerOneBox img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 33px;
    z-index: 0;
}

.iconList .footerOneBox .lastImg {
    /*display: none;*/
    opacity: 0;
}

.iconList .footerOneBox:hover .firstImg {
    /*display: none;*/
    opacity: 0;
}

.iconList .footerOneBox:hover .lastImg {
    /*display: block;*/
    opacity: 1;
}

.iconList .footerOneBox p {
    font-size: 14px;
}

.sy-bottombar {
    clear: both;
    background: #fbfbfb;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    padding-right: 20px;
    font-size: 14px;
    border-top: 2px solid rgb(167, 0, 0);
}

.sy-bottombar .title {
    position: absolute;
    width: 220px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
}

.sy-bottombar a {
    color: #444;
    text-decoration: none;
    padding: 0 10px;
}

.dv {
    color: #444;
}

.sy-bottombar span:last-child {
    display: none;
}

.el-carousel__indicators--outside button {
    background: #3668A5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/*.active {*/
/*border-top: 3px solid #3668A5;*/
/*background-color: #FFF;*/
/*}*/

.gou {
    display: block;
    float: left;
    width: 13px;
    height: 26px;
    border-top: 5px solid rgb(167, 0, 0);
    border-left: 9px solid rgb(167, 0, 0);
    margin-top: 7px;
}

/*专题列表*/
.specialBox {
    margin: 10px 0;
}

.specialBox .el-carousel__indicators {
    display: none;
}

.specialBox img {
    width: 100%;
}

/*二级栏目列表*/
.erColumnList {
    border-bottom: 2px solid #cecece;
    width: 90%;
    padding-bottom: 5px;
}

.erColumnList a {
    font-size: 16px;
    margin-right: 10px;
    line-height: 35px;
}

.erColumnList a.active {
    color: rgb(167, 0, 0);
    border-bottom: 2px solid rgb(167, 0, 0);
    font-weight: bold;
}
