﻿@charset "utf-8";

body {
	padding: 0;
	background-color: #f8f8f8;
	margin: 0;
	font-family: "微软雅黑", "宋体";
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #333333;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}

a:hover {
	color: #E94919;
	text-decoration: none
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	clear: both;
}


.kong20 {
	height: 20px;
}

.kong15 {
	height: 15px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	position: relative;

}

.news560 {
	width: 560px;
}

.news345 {
	width: 345px;
}

/* 二级列表 */
.list_l {
	width: 260px;
	float: left;
	padding: 20px;
}

.list_l_tit {
	background-color: #136fec;
	width: 240px;
	padding-left: 20px;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.list_l_li {
	background-image: url(list_btn.png);
	background-position: left;
	width: 230px;
	font-size: 16px;
	padding-left: 25px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e0e0e0;
	line-height: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}

.list_l_li:hover {
	background-image: url(list_btn_hover.png);
}

.list_l .active{background-image: url(list_btn_hover.png);}

.list_r {
	width: 880px;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #FFF;
	min-height: 460px;
}

/* 资讯中心 */

.sec_title a {
	float: left;
	/* width: 110px; */
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	background: #136fec;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #FFF;
}


/*-------- Tab样式 --------------*/

.hidden {
	display: none;
}

.qh_box #tab {
	position: relative;
	overflow: hidden;
}

.qh_box #tab .tabList {
	height: 45px;
	margin: 0;
}

.qh_box #tab dt {
	float: left;
	width: 110px;
	height: 45px;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;

}

.qh_box #tab dt a {
	color: #333;
	font-size: 18px;
	line-height: 45px;
}

.qh_box #tab dt.active {

	background: #136fec;
}

.qh_box #tab dt.active a {
	color: #FFF;
}


/* 文件库 */
.wjk {}

.wjk li {
	width: 274px;
	height: 110px;
	margin-right: 20px;
	background-color: #eff6ff;
	text-align: center;
}

.wjk li .quan {
	width: 84px;
	height: 84px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 15px;
	border-radius: 42px;
}

.wjk li .quan img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.wjk li img {
	transition: all .3s;
}

.wjk li:hover img {
	transform: rotateY(360deg);
}

.wjk li a span {
	color: #000000;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
	float: left;
	display: block;
}

/* 互动交流 */
.zxrx_title {
	height: 60px;
	line-height: 60px;
	background-color: #f1f5fe;
	background-image: url(zx_dot.png);
	background-position: 25px center;
	background-repeat: no-repeat;
}

.zxrx_title span {
	margin-left: 80px;
	font-size: 24px;
	color: #4b99ec;
	font-weight: bold;
}

.zxrx_con {
	background-image: url(12333.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	height: 170px;
	border-bottom: #dddddd 1px solid;
}

.wyxx {
	width: 385px;
	height: 340px;
	border: 1px solid #dddddd;
	margin-right: 20px;
	background-image: url(xin_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* 服务大厅 */
.ywjb_bar {
	height: 38px;
	padding: 0 20px;
	background-image: url(ywjb_dot.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #136fec;
}

.ywjb_bar a {
	line-height: 38px;
	font-size: 20px;
	color: #000000;
}

/* 人事考试 */
.rsks_nei {
	margin-right: 20px;
	width: 365px;
}

/* 便民查询 */
.bmcx_nei {}

.bmcx_nei li {
	width: 128px;
	height: 140px;
	margin-right: 15px;
	background-color: #eff6ff;
	text-align: center;
	border-radius: 3px;
}

.bmcx_nei li .quan {
	width: 44px;
	height: 44px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 22px;
}

.bmcx_nei li .quan img {
	width: 32px;
	height: 26px;
	display: block;
	margin: 0 auto;
}

.bmcx_nei li img {
	transition: all .3s;
}

.bmcx_nei li:hover img {
	transform: rotateY(360deg);
}

.bmcx_nei li a span {
	color: #000000;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block;
}


/* 图片放大 */

.sfimg img {
	transition: all 0.2s;
}

.sfimg:hover img {
	transform: scale(1.05);
}
