﻿/* 主体内容 */
.chancon{padding: 0 20px;}
.chancon h4{font: 28px/100px "Microsoft YaHei";color: #1e64aa;text-align: center;}
.chancontent{font-size: 14px;min-height: 400px;}
/*互动交流信件*/
.tit {background: #ECECEC;text-align: center;line-height: 40px;font-size: 14px;}
.hdjl-xj table tr td{border: 1px solid #cbc8c8;height: 40px;min-height: 80px;}
.hdjl-xj table{width:100%; border-collapse: collapse;}
.xj-tit {background: #ECECEC;text-align: center;line-height: 40px;font-size: 14px;}
.hdjl-xj .center {text-align: center;}
.hdjl-xj .left{text-align: left;padding-left: 3px;}

.content_wrap {
	width: 1200px;
    overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 auto;
	/* padding: 5px; */

}

/* 位置 */
.weizhi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background-color: #F2F3F5; */
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 15px;
}

.weizhi a {
	cursor: pointer;
	color: #333;
}

/* 栏目 */
.channel_wrap {
	width: 1200px;
	height: inherit;
	/* border: 1px solid red; */
}

.channel_title {
	float: left;
	width: 240px;
	/* height: 600px; */
	/* border: 1px solid blue; */
	margin-left: 15px;
}

.channel_title>p {
	width: 240px;
	height: 50px;
	background-color: #1E64AA;
	text-align: left;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
}

.channel_title ul {
	border: 1px solid #EAEAEA;
	border-top: 0;
}

.channel_title ul li {
	border-top: 1px solid #e8e8e8;
	background: url(../images/index/jt.png) no-repeat 95% center;
}

.channel_title ul li a {
	color: #333;
	display: block;
	position: relative;
	line-height: 50px;
	height: 50px;
	z-index: 99;
	padding-left: 15px;
        white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       width: 90%;
}
.channel_title ul li a:hover{
	color: #1E64AA;
	background-color: #F5F8FC;
}
.channel_title .on{
	color:#1E64AA;
	background-color: #F5F8FC;
}
.channel_content {
	float: right;
	width: 900px;
	margin-right: 15px;
	min-height: 600px;
}

.channel_content .biaoti {
	width: 100%;
	height: 50px;
	border-top: 1px solid #eeee;
	border-bottom: 1px solid #eeee;
}

.biaoti p {
	width: auto;
	height: 50px;
	line-height: 48px;
	text-align: left;
	padding-left: 15px;
	font-size: 19px;
	border-top: 3px solid #1E64AA;
}

.channel_content .channel_list ul li {
	border-bottom: 1px dashed #ececec;
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 5px 15px 5px 15px;
	line-height: 50px;
}

.channel_list ul li a {
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
}
.channel_list ul li a:hover{
	color: #1E64AA;
	cursor: pointer;
	font-size: 17px;
}
.channel_list ul li span {
	font-size: 13px;
	color: #999;
}

.channel_content .page_wrap {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	/* border: 1px solid green; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_wrap>* {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #f2f2f2;
	border: 1px solid #eee;
	display: block;
	margin-left: 5px;
	color: #888;
	font-size: 13px;
}
.page_wrap .on{
	background-color: #1E64AA !important;
	color: #fff !important;
}	
.page_wrap>*:hover{
	background-color: #1E64AA;
	color: #fff ;
}


/* 新版信息公开 */
/*市政府政务公开左侧列表*/
.zwgk-side-list {
    float: left;
    width: 20%
}

.zwgk-side-list a {
    display: block;
    background-color: #f2f2f2;
    line-height: 58px;
    font-size: 18px;
    color: #444;
    padding: 0 6px 0 15%;
    border-bottom: 1px solid #e6e6e6;
}

.zwgk-side-list a i {
    margin-right: 5px;
}

.zwgk-side-list a:first-child {
    background-color: #015196;
    font-size: 24px;
    color: #fff;
    padding: 0 6px 0 15%;
    margin-top: 20px;
}

.zwgk-side-list a:hover {
    color: red;
}

.zwgk-head-list a {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 40px;
}

.zwgk-head-list a i {
    font-size: 25px;
    color: #666;
}

.zwgk-head-list a span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.zwgk-head-list a:hover span {
    color: red;
}

/*政务公开标题*/
.zwgk-title {
    border-bottom: 1px solid #bbb;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    position: relative;
}

.zwgk-title .more {
    position: absolute;
    top: 0;
    right: 0;
}

.zwgk-title .more a {
    display: none;
    background: url("../images/site2021/more.png") no-repeat center;
    width: 50px;
    height: 50px;
}

.zwgk-title .more a.active {
    display: block;
}

.zwgk-title-bg {
    padding: 0 30px;
    display: inline-block;
    line-height: 50px;
    background-color: #015196;
    color: white;
    vertical-align: bottom;
}

.zwgk-title+.tab-title {
    position: absolute;
    top: -1px;
    right: 0;
    border-bottom: none;
}

/*政务公开列表内容列表*/
.zwgk-list {
    padding: 8px 0;
    overflow: hidden;
}

.zwgk-list ul {
    display: none;
}

.zwgk-list ul.active {
    display: block;
}

.zwgk-list li {
    padding: 10px;
    position: relative;
}

.zwgk-list.column li {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.zwgk-list li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: red;
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 20px;
    left: 0;
}

.zwgk-list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 17px;
    line-height: 32px;
}

.zwgk-list li a:hover {
    color: red;
}

.zwgk-list li>span {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}

/*政务公开领导*/
.zwgk-leader {
    margin-top: 18px;
    max-height: 358px;
    overflow: auto;
}

.zwgk-leader::-webkit-scrollbar {
    width: 6px;
}

.zwgk-leader::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, .1);
    border-radius: 6px;
    opacity: 0.1;
    height: 50%;
}

.zwgk-leader::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 128, 128, .2);
}

.leader-pic {
    width: 110px;
    height: 125px;
    float: left;
    margin-right: 10px;
}

.leader-pic img {
    max-width: 100%;
    max-height: 100%;
}

.leader-title {
    float: left;
    max-width: 60%;
}

.leader-title b {
    font-size: 17px;
    line-height: 45px;
    display: block;
}

.leader-title span {
    font-size: 16px;
    line-height: 30px;
}

.leader-list-bm {
    margin-top: 10px;
}

.leader-position {
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
}

.leader-list li {
    float: left;
    line-height: 40px;
    width: 25%;
    border-bottom: 1px dotted #bbb;
    font-size: 16px;
}

.leader-list-bm li {
    width: 50%;
}

/*政务公开市政府中间部分图标列表*/
.zwgk-box-list li {
    float: left;
    width: 16.666%;
    box-sizing: border-box;
    padding: 5px;
}

.zwgk-box-list li:nth-of-type(6n+1) {
    padding-left: 0;
}

.zwgk-box-list li:nth-of-type(6n) {
    padding-right: 0;
}

.zwgk-box-list li a {
    display: block;
    text-align: center;
    background-color: #f3f3f3;
}

.zwgk-box-list li a i {
    color: rgb(39, 107, 161);
    padding-top: 24px;
    font-size: 30px;
}

.zwgk-box-list li a span {
    display: block;
    line-height: 48px;
    color: #444;
    font-size: 16px;
}

.column1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    position: relative;
    margin-top: 30px;
}

.column1 .fl {
    width: 70%;
    padding-bottom: 20px;
    padding-right: 3%;
    border-right: 1px solid #bbb;
    box-sizing: border-box;
}

.column1 .fr {
    width: 27%;
}

.szf .column1 .fl {
    width: 47%;
    margin-left: 3%;
    padding-left: 3%;
    border-left: 1px solid #bbb;
}

.column2,
.column3,
.column4 {
    margin-top: 30px;
    position: relative;
}


.leader-list li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fe5574;
    margin-right: 10px;
}

.zwgk-list li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fe5574;
    margin-right: 10px;
    margin-top: 3px;
}

#Content{
    width: 1200px;
    margin: 0 auto;
}


/*通用tab选项卡切换样式*/
.tab-title{border-bottom:1px solid #d5dbe6;position:relative;line-height:50px;}
.tab-title .tab-item,.tab-title .li{font-size:17px;line-height:50px;position:relative;margin-right:10px;display:inline-block;color:#000;margin-bottom:-1px;vertical-align:top;}
.tab-title .tab-item a,.tab-title .li a{display:block;padding:0 10px;}
.tab-title .tab-item.active a,.tab-title .li.active a{color:var(--color);border-bottom:2px solid var(--color);}
.tab-title .more{position:absolute;top:0;right:0;}
.tab-title .more a{display:none;background:url("../images/site2021/more.png") no-repeat center;width:50px;height:50px;}
.tab-title .more a.active{display:block;}
.tab-title>span{line-height:51px;font-size:12px;vertical-align:top;margin-right:10px;display:inline-block;color:#d5dbe6;}
.tab-title .moreText{float:right;color:var(--color);}
.tab-title .moreText a{margin-right:20px;}
.tab-content{margin-top:5px;}
.tab-content>ul{display:none;padding:0 3px;}
.tab-content>ul.active{display:block;}
.tab-content>ul>li{padding:0 65px 0 15px;position:relative;line-height:45px;background:url(../images/site2021/li-bg.png) center left no-repeat;}
.tab-content>ul>li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tab-content>ul>li a:hover{color:red;}
.tab-content>ul>li span{position:absolute;top:0;right:0;color:#666;}



