﻿@charset "utf-8";/* CSS Document */
ul,li{list-style-type: none;padding: 0;}
.pad10{padding: 10px 0;}
.mar-top30{margin-top: 30px;}
.mar-bot50{margin-bottom: 50px;}
.f-mt5 {margin-top: 5px;}
.f-mt40 { margin-top: 40px;}
.clearfix{clear: both;}
.box-1200{width: 1200px;margin: 0 auto;display: block;}
.flex-btw{display: flex;justify-content: space-between;align-items: center;}
.headbox{border-bottom: 4px solid #e50516;}

.logobox{ height: 54px;}
.logobox img{height: 100%;}
.head-r{float: right; display: flex; align-items: end;}
.head-r img{width: 70px;height: 70px;}
.head-r p{font-size: 13px; line-height: 12px; text-align: left; margin-right: 20px;}

.tit-box{border-bottom: 1px solid #f2f2f2; margin-bottom: 30px;display: flex; justify-content: space-between;  align-items: baseline;padding-bottom: 10px;}
.tit-box h2{font-size: 24px; color:#e50516;}
.tit-box .text-r a{color: #333;margin-left: 15px;cursor: pointer;font-size: 16px;}
.tit-box .text-r a:hover, .tit-box .text-r a:focus, .tit-box .text-r a:after{color: #e50516;}

.ul-list .li-list{float: left; width: 275px;margin-right: 32px;}
.ul-list .li-list:nth-child(4n){margin-right: 0px}
.ul-list .li-list .thumbnail{background: #f5f5f7;padding: 8px;margin-bottom: 30px;border: 1px solid #eee;}
.ul-list .li-list .thumbnail .imgbox{height: 378px; display: block; overflow: hidden;}
.text-size h3{font-size: 16px;}
.thumbnail .caption{margin-top: 6px;}
.text-flex{display: flex; justify-content: space-between; align-items: end;}
.pdf-yl a{ background: #e50516; padding: 6px 10px; border-radius: 4px; color: #fff;letter-spacing: 1px;}
.pdf-yl a:hover, .pdf-yl a:focus, .pdf-yl a:after{color: #ffe5e8;}



.fzx{ background: #fff7f9; height: 6px; margin: 30px 0 50px;}

.text-time{font-size: 14px; text-align: center; margin: 10px auto 5px;}

.newssl-list-ul .newssl-list-li{float: left; width: 275px;margin-right: 32px;}
.newssl-list-ul .newssl-list-li .thumbnail{background: #f5f5f7;padding: 8px;margin-bottom: 0px;border: 1px solid #eee;}
.newssl-list-ul .newssl-list-li .thumbnail .imgbox{height: 378px; display: block; overflow: hidden;}






.slide-item-body ul li {
   
    border: none;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    padding-top: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #000;
    z-index: 10002;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.slide-item {
    width:1200px;
    position: relative;
    margin: 0 auto;
}

.slide-item-box { overflow: hidden;}
.slide-item-box .hd .next {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    left: 0px;
    height: 54px;
    width: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slide-item-box .hd .next-bg {
    /*background-image: url("../images/btn-fl1.png");*/
    background: #e50516;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.slide-item-box .hd .next:hover {
    /*background-image: url("../images/btn-fl2.png");*/
}

.slide-item-box .hd .prev {
    position: absolute;
    top: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    height: 54px;
    width: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-item-box .hd .prev-bg {
    /*background-image: url("../images/btn-fr1.png");*/
   background: #e50516;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.slide-item-box .hd .prev-bg:hover {
    /*background-image: url("../images/btn-fr2.png");*/
}

/*每月速览结束*/

.bqsh{background: #f4f5f6;padding: 24px;margin-bottom: 50px;}
.bqsh h2{ font-size: 20px; margin-bottom: 14px;}
.bqsh p{ font-size: 14px; line-height: 28px; text-indent: 26px; color: #555;}

/*其他信息*/
.qtxx{
	background: #f4f5f6;
	padding: 6px 24px 14px;
}
.qtxx-title{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.qtxx-title h2 {
    font-size: 24px;
    color: #e50516;
}
.qtxx-title .text-r a {
    color: #333;
    margin-left: 15px;
    cursor: pointer;
    font-size: 16px;
}

/*报纸列表*/
.news-list-ul{}
.news-list-ul .news-list-li{float: left; width: 275px;margin-right: 32px;}
.news-list-ul .news-list-li:nth-child(4), .news-list-ul .news-list-li:nth-child(8){margin-right: 0px}
.news-list-ul .news-list-li .thumbnail{background: #f5f5f7;padding: 8px;margin-bottom: 30px;border: 1px solid #eee;}
.news-list-ul .news-list-li .thumbnail .imgbox{height: 378px; display: block; overflow: hidden;}
.qi-shu h3{font-size: 16px;margin: 12px auto 10px;text-align: center;}

.page-box{text-align: center;margin-bottom: 30px;}
.pagination>li>a, .pagination>li>span{
	color: #555;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color: #e50516;
    cursor: default;
    background-color: #fff;
    border-color: #e50516;
}

/*导航*/
.daoh {
    height: 60px;
    border: 1px solid #fff;
}

.daoLef {
    line-height: 60px;
}

    .daoLef a {
        outline-style: none;
        color: #000;
        text-decoration: none;
    }

        .daoLef a:hover {
            color: #e50516;
        }
        
        
 /*首页信息公开*/
.right-xxgk{
	width: 575px;
}

.right-xxgk .tit-box{
	border-bottom: 1px solid #f2f2f2; margin-bottom: 15px;display: flex; justify-content: space-between; align-items: baseline;padding-bottom: 0px;
	}
.right-xxgk .tit-box h2{font-size: 24px; color:#e50516;margin-top: 5px;}
.right-xxgk .tit-box .text-r a{color: #333;margin-left: 15px;cursor: pointer;font-size: 16px;}
.right-xxgk .tit-box .text-r a:hover, .tit-box .text-r a:focus, .tit-box .text-r a:after{color: #e50516;}


.u-list-new3 {
    position: relative;
}

.u-list-new3 li {
    background: url(../images/round.png) left 16px no-repeat;
    background-size: 6px;
    background-position-y: center;
    font-size: 17px;
    color: #333333;
    line-height: 20px;
    padding: 2px 0 6px 16px;
    margin: auto 5px;
    -webkit-transform: scale(1.0);
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
}

.u-list-new3 li a {
    color: #221815;
    -webkit-transform: scale(1.0);
    line-height: 32px;
    height: 32px;
}
.u-list-new3 li span{
	font-size: 14px;
	color: #777;
	float: right;
	margin-top: 10px;
}

/*信息公开列表*/
.u-newsList01 {
    padding: 0 5px;
}
.f-mt10 {
    margin-top: 4px;
}

.u-newsList01 li {
    background: url(../images/round.png) left 16px no-repeat;
    background-size: 6px;
    background-position-y: center;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 6px 0 6px 20px;
}
.u-newsList01 li a {
    color: #333333;
}
.u-newsList01 li span {
    color: #b6b6b6;
    padding-left: 15px;
}

/*信息公开正文*/
.article {
    padding-left: 10px;
    padding-right: 10px;
}
.article .hd {
    border-bottom: 1px solid #ddd;
}
.f-tac {
    text-align: center;
}
.article .hd h5 {
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 40px;
    color: #666;
}
.article .hd h1 {
    font: 600 33px / 46px '微软雅黑';
    color: #404040;
}
.article .hd h4 {
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 40px;
    color: #666;
}
.article .hd p {
    margin-top: 14px;
    margin-bottom: 10px;
    color: #888;
    font: normal 14px / 30px '微软雅黑';
}
.artCon-mt {
    margin-top: 40px;
}
.artCon {
    padding: 0px 2em 2em;
    color: #404040;
    font: normal 18px / 2em '微软雅黑';
}
.artCon p {
    margin-top: 1em;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}
/*.artCon img {
    width: 100%;
}*/
.ak600 {
    width: 600px;
    height: auto !important;
}