/* 
* @Author: Jason
* @Date:   2015-12-10 08:56:48
* @Last Modified by:   Jason
* @Last Modified time: 2019-11-15 15:05:49
*/

.slider {
    position: relative;
    width: 475px; /* 525 */
    height: 290px;
    overflow: hidden;
}

.slider .slider-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider .slider-list li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.slider .slider-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider .slider-img {
    width: 100%;
    height: 100%;
}

.slider-dis {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.slider-dis .slider-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slider-dis .slider-content {
    width: 440px;
    position: absolute;
    text-indent: 16px;
    color: #fff;
    font-size: 18px;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slider-control {
    position: absolute;
    width: 100%;
    height: 12px;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    bottom: 45px;
    text-align: center;
}

.slider-control span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background: url(slide-control.png) center center no-repeat;
    cursor: pointer;
}

.slider-control span.active {
    background: url(slide-control-a.png) center center no-repeat;
}

.slider-prev,
.slider-next {
    position: absolute;
    display: block;
    top: 0px;
    width: 46px;
    height: 100%;
    cursor: pointer;
}

.slider-prev {
    left: 0px;
    background: url(slide-prev.png) right center no-repeat;
}

.slider-next {
    right: 0px;
    background: url(slide-next.png) left center no-repeat;
}

.top-line {
    width: 455px;
    height: 288px;
    overflow: hidden;
}

.top-line-img{
    width: 220px;
    height: 150px;
    margin-top: 10px;
    margin-right: 8px;
}

.top-line-head {
    margin-bottom: 6px;
    padding: 0 14px;
    line-height: 30px;
    font-size: 20px;
    color: #303030;
    font-family: "黑体", sans-serif;
    font-weight: bold;
}

.top-line-head a {
    text-decoration: none;
    color: #303030;
}

.top-line-content {
    padding: 0 4px;
    font-size: 16px;
}

.top-line-content p{
    text-indent: 2em;
}

.news-group {
    position: relative;
}

.v-line {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 90%;
    top: 2.5%;
    background-color: #cecece;
}

.h-line {
    position: absolute;
    top: 49%;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #cecece;
}

.news-group .news-list {
    width: 456px;
}

.rank-list li {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.rank-list .rank-top {
    display: inline-block;
    display: *inline;
    margin-right: 30px;
    margin-top: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #676767;
    zoom: 1;
    float: left;
}
.rank-list .rank-content{
    float: left;
}

.rank-list .medal {
    background-color: #f5645c;
    color: #fff;
    font-size: 16px;
}

.rank-list .rank-score {
    color: #f43e32;
    font-weight: bold;
    float: right;
}

.rank-bottom {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.tab-box .tab-head {
    height: 39px;
    margin-top: -46px;
}

.tab-box .tab-content {
    display: none;
}

.tab-box .tab-body .active {
    display: block;
}

.tab-box .tab-head {
    text-align: right;
    padding-right: 8px;
}

.tab-box .tab-head a {
    display: inline-block;
    display: *inline;
    width: 58px;
    height: 36px;
    margin-left: 3px;
    line-height: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb #dbdbdb #1a7fcc #dbdbdb;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    zoom: 1;
}

.tab-box .tab-head .active {
    background-color: #fff;
    color: #1a7fcc;
    border-color: #1a7fcc #1a7fcc #fff #1a7fcc;
}

.news-adv {
    margin-right: -12px;
}

.news-adv a {
    margin-right: 10px;
    float: left;
}

/* 友情链接 */
.friend-link {
    position: relative;
    padding: 24px 0 0 12px;
    border: 1px solid #bfbfbf;
}

.friend-link-title {
    position: absolute;
    top: -14px;
    left: 26px;
    font-weight: bold;
    padding: 0 10px;
    /* color: #1a7fcc; */
    color:#9B0000;
    background-color: #fff;
    font-size: 16px;
    font-family: "黑体", sans-serif;
}

.friend-link-list {
    width: 963px;
    margin-right: -31px;
}

.friend-link-list li {
    width: 105px;
    height: 40px;
    margin: 0 27px 28px 0;
    border: 1px solid #e2e2e2;
    float: left;
}

.news-adv-box{
    width: 314px;
    height: 147px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}
.news-adv-box img{
    position: absolute;
    width: 314px;
    height: 147px;
    left: 0;
    top: 0;
}

.news-adv-box .news-list{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 147px;
    margin-top: 1px;
    padding-bottom: 0;
    background: url(news-adv-bg.png) left top;
}

.news-adv-box .news-list li{
    height: 29px;
    padding: 0 10px;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
}

.news-adv-box .news-list li a{
    color: #fff;
}

.news-adv-box .news-list .more{
    margin-left: 10px;
    /*float: right;*/
}

/*.jvjiao{ height: 221px;}

.gongwei{ height: 253px; }*/

.jvjiao,
.gongwei,
.dflz{ 
    height: 239px; 
}

.tongzhi{ height: 221px; }

.tongji{ height: 542px; }

.jiguan{ height: 265px; }

.zhibu{ height: 265px; }

.news-topic{
    margin-bottom: 10px;
}

/* 外链功能 */
.iframe-box{
    display: block;
    width: 314px;
    height: 224px;
    margin-right: 10px;
    overflow: hidden;
}
.iframe-col{
    margin-right: 6px;
}

.rank-error{
    height: 490px;
    background: url(updating.png) center 200px no-repeat;
}
.rank-error p{
    padding-top: 260px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.special .row{
    margin-bottom: 16px;
}

/* 党风廉政 */
/* .dflz{
    height: 160px;
} */


/* 举报修改 20171115 */
.special-box{
    /* margin-bottom: 10px; */
    overflow: hidden;
}
.special-box-left{
    width: 232px;
    height: 230px;
    margin-right: 10px;
    float: left;
}

.special-box-left .row img{
    display: block;
}
.special-box-right{
    width: 232px;
    float: left;
}
.jvbao-links{
    width: 244px;
    overflow: hidden;
}
.jvbao-links a{
    display: block;
    width: 110px;
    height: 29px;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
}
.jvbao-box .news-header{
    background: none;
}
.jvbao-box .news-header-title{
    padding-left: 0;
}
.jvbao-box .news-body{
    font-size: 14px;
    line-height: 22px;
}

/* 图片新闻轮播 */
.focusBox2 {
	position: relative;
	width: 620px;
	height: 420px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
    background: white;
    /* margin-top:10px; */
    float:left;
}

.focusBox2 .pic img {
	width: 620px;
	height: 420px;
	display: block;
}

.focusBox2 .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 30px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.5;
	overflow: hidden;
}

.focusBox2 .txt1 {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 30px;
	width: 100%;
    overflow: hidden;
    text-indent:10px;
    color:#fff;
}

.focusBox2 .txt1 li {
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: -36px;
}

.focusBox2 .txt1 li a {
	display: block;
	color: white;
	/* padding: 0 0 0 10px; */
	font-size: 14px;
	font-family: "宋体";
	text-decoration: none;
}

.focusBox2 .num2 {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	right: 1px;
}

.focusBox2 .num2 li {
	float: left;
	position: relative;
	width: 22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
    cursor: pointer;
    /* background:#fff; */
}

.focusBox2 .num2 li a, .focusBox2 .num2 li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: #000;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.focusBox2 .num2 li span {
	z-index: 1;
	background: #fff;
}

.focusBox2 .num2 li.on a,.focusBox2 .num2 a:hover {
    background: #9B0000;
    color:#fff;
}