@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}
.headbox{
	width: 100%;
	height: 194px;
}
.in-headbox{
	width: 1200px;
	height: 194px;
	margin: auto;
}
.logo01{
	width: 690px;
	margin-top: 60px;
	float: left;
}
.logo01 img{
	width: 100%;
}
.logo02{
	width: 490px;
	margin-top: 60px;
	float: right;
}
.logo02 img{
	width: 100%;
}
/* 菜单栏 */
.menubox{
	width: 100%;
	height: 49px;
	background: url(../img/header_navbg.gif)repeat-x top;
}
.in-menubox{
	width: 1200px;
	height: 49px;
	margin: auto;
}
.in-menubox ul{
	width: 770px;
	height: 49px;
	float: left;
}
.in-menubox li{
	width: 150px;
	height: 60px;
	float: left;
	border-right: 4px #FFF solid;
	display:flex;
	justify-content:center;
	align-items:center;
}
.in-menubox li a{
	line-height: 49px;
	text-align: center;
	color: white;
	font-weight: bolder;
	font-size: 22px;
}
.search-box{
	width: 250px;
	height: 49px;
	float: left;
}
.thesearch{
	width: 185px;
	height: 25px;
	margin-top: 11px;
	margin-left: 10px;
	background-color: palegreen;
	border-radius: 50px;
	background: #d9e6f0;
	border: 2px #c4c4c4 solid;
	float: left;
}
.thesearch input{
	width: 165px;
	height: 25px;
	margin-left: 10px;
	background: none;
	outline: none;
	border: none;
}
.search-button{
	width: 25px;
	height: 25px;
	background-color: #f5f6f5;
	margin-top: 12px;
	margin-left: 13px;
	border-radius: 50px;
	float: left;
	border: none;
	outline: none;
	padding: 0;
}
.search-button img{
	width: 13px;
}

/* 页面内容 */
.the-content{
	width: 100%;
}

/* 要闻 */
.important-news{
	width: 1200px;
	height: 405px;
	margin: auto;
	margin-top: 25px;
}
.bannerbox{
	width: 705px;
	height: 405px;
	float: left;
	position: relative;
	overflow: hidden;
	/* background-color: indianred; */
}

/* banner 轮播 */
.list{
	/* width: 705px; */
	width: 500%;
	height: 392px;
	list-style: none;
	transition: transform .5s ease 0s;
	position: relative;
	overflow: hidden;
}
.list-li {
	float: left;
	width: 20%;
}
.list-li img {
	width: 705px;
	height: 392px;
	/* height: 750px; */
	vertical-align: middle;
}
.list-div{
	width: 705px;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.5);
}
.list-div p{
	width: 640px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	padding: 0 10px 0 60px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*background: rgba(0,0,0,0.5);*/
}
.list-div span{
	float: left;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
}
/* 按钮 */
.thebutton {
	color: black;
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 60px;
	top: 50%;
	/* margin-top: -20px; */
	margin-top: -26px;
	text-align: center;
	position: absolute;
	/* opacity: 0.4;
	background-color: white; */
}
.thebutton img{
	width: 20px;
	height: 40px;
}
.bannerbox>.left_btn {
	left: 5px;
}
.bannerbox>.right_btn {
	right: 5px;
}
/* 小圆点 */
.bannerbox .circles {
	width: 765px;
	height: 1px;
	position: absolute;
	left: 0; bottom: 0;
	list-style: none;
}
.bannerbox .circles li {
	float: left;
	/* width: 135px; */
	width: 135.25px;
	height: 5px;
	background-color: #ede5d6;
	margin: 0 3px;
	transition: all .5s ease 0s;
	cursor: pointer;
}
.bannerbox .circles .current {
	/* width: 40px; */
	background-color: #b8000e;
}
.bannerbox>.circles li:last-child {
	margin-right: 0px;
}







.news-box{
	width: 480px;
	height: 405px;
	float: right;
}
.top-importantnews{
	width: 480px;
	height: 38px;
	background-color: #e7e7e7;
	margin-bottom: 7px;
}
.line01{
	width: 10px;
	height: 38px;
	float: left;
	background: #b8000e;
}
.titlebox01{
	width: 455px;
	height: 38px;
	float: left;
	margin-left: 15px;
}
.p-title{
	font-size: 26px;
	font-weight: bold;
	color: #b8000e;
}
.line02{
	width: 480px;
	height: 5px;
	background: #b8000e;
}
.important-content{
	width: 480px;
	height: 355px;
	background-color: #f7f7ef;
}
.important-ulbox{
	width: 440px;
	height: 320px;
	margin: auto;
	overflow: hidden;
}
.li01{
	width: 100%;
	height: auto;
	line-height: 36px;
	padding-left: 0px;
	background: none;
	font-weight: bolder;
	margin-bottom: 17px;
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
	margin-top: 10px;
}
.li01 a{
	color: #0a6cb3;
	font-size: 24px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.li02{
	width: 97%;
	padding-left: 11px;
	background: url(../img/icon-dot.png) no-repeat left 13px;
	background-size: 4px;
	font-size: 18px;
}
.li02 a{
	color: #000000;
	font-size: 18px;
	line-height: 38px;
}

.more-textbox{
	width: 440px;
	height: 35px;
	margin: auto;
}
.more-textbox a{
	color: #000000;
	font-size: 16px;
	float: right;
	line-height: 35px;
}


/* 工作动态和专题 */
.the-box{
	width: 1200px;
	height: 695px;
	margin: auto;
	margin-top: 25px;
}

/* 工作动态 */
.work-box{
	width: 796px;
	height: 695px;
	float: left;
}
.work-title{
	width: 796px;
	height: 38px;
	background-color: #e7e7e7;
	margin-bottom: 12px;
}
.titlebox02{
	width: 771px;
	height: 38px;
	float: left;
	margin-left: 15px;
}
.work-subset{
	width: 392px;
	height: 320px;
	margin-top: 5px;
	float: left;
}
.ma-right{
	margin-right: 12px;
}
.worksubset-title{
	width: 392px;
	height: 30px;
	background-color: #e7e7e7;
	border-bottom: 2px #b8000e solid;
}
.red-box{
	width: 100px;
	height: 30px;
	background-color: #b8000e;
}
.red-box p{
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.work-img{
	width: 392px;
	height: 185px;
	position: relative;
}
.work-img img{
	width: 100%;
	height: 100%;
}
.workimg-title{
	width: 392px;
	height: 24px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0; bottom: 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.workimg-title p{
	color: white;
	font-size: 16px;
	line-height: 24px;
	margin-left: 5px;
	z-index: 999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.work-textbox{
	width: 392px;
	height: 90px;
	margin-top: 8px;
}
.work-textbox li{
	width: 360px;
	height: 25px;
	margin: auto;
	margin-bottom: 5px;
	background-color: tan;
	background: url(../img/icon-dot.png) no-repeat left 13px;
	padding-left: 11px;
	background-size: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.work-textbox li a{
	color: #000000;
	font-size: 18px;
}



/* 专题 */
.special-subject{
	width: 392px;
	height: 695px;
	float: right;
}
.ss-title{
	width: 392px;
	height: 38px;
	background-color: #e7e7e7;
	margin-bottom: 17px;
}
.titlebox03{
	width: 367px;
	height: 38px;
	float: left;
	margin-left: 15px;
}
.ss-imgbox{
	width: 392px;
	/* height: 645px; */
	height: 630px;
}
.ss-bannerbox{
	width: 392px;
	height: 135px;
}
.ss-bannerbox img{
	width: 100%;
	height: 100%;
}
.ma-bottom{
	margin-bottom: 30px;
}

/* 三个banner栏 */
.three-bannerbox{
	width: 1200px;
	height: 75px;
	margin: auto;
	margin-top: 12px;
}
.inbanner-box{
	width: 392px;
	height: 75px;
	float: left;
}
.inbanner-box img{
	width: 100%;
	height: 100%;
}
.ma-left{
	margin-left: 12px;
}

/* 廉洁文化 */
.clean-culture{
	width: 1200px;
	height: 665px;
	margin: auto;
	margin-top: 25px;
}
.cc-title{
	width: 1200px;
	height: 38px;
	background-color: #e7e7e7;
}
.cc-titlebox{
	width: 1175px;
	height: 38px;
	float: left;
	margin-left: 15px;
}
.cc-leftbox{
	width: 392px;
	height: 600px;
	float: left;
	margin-top: 17px;
}
/* 家风、史鉴、镜鉴 */
.ccleft-box{
	width: 392px;
	height: 200px;
}
.ccleft-title{
	width: 392px;
	height: 30px;
	background-color: #e7e7e7;
	border-bottom: 2px #b8000e solid;
}
.ccleft-redbox{
	width: 70px;
	height: 30px;
	background-color: #b8000e;
}
.ccleft-redbox p{
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.ccleft-textbox{
	width: 392px;
	height: 150px;
	margin-top: 8px;
}
.ccleft-textbox li{
	width: 360px;
	height: 25px;
	margin: auto;
	margin-bottom: 5px;
	background-color: tan;
	background: url(../img/icon-dot.png) no-repeat left 13px;
	padding-left: 11px;
	background-size: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ccleft-textbox li a{
	color: #000000;
	font-size: 18px;
}




.cc-rightbox{
	width: 796px;
	height: 600px;
	float: right;
	margin-top: 17px;
}
.ccright-title{
	width: 796px;
	height: 30px;
	background-color: #e7e7e7;
	border-bottom: 2px #b8000e solid;
}
.ccright-redbox{
	width: 90px;
	height: 30px;
	background-color: #b8000e;
}
.ccright-redbox p{
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.ccvideo-title{
	width: 720px;
	height: 70px;
	margin: auto;
}
.ccvideo-title a{
	color: #000000;
	font-size: 18px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;

}
.ccvideo-title p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ccvideo-box{
	width: 760px;
	height: 475px;
	margin: auto;
}
.ccvideo-box img{
	width: 100%;
	height: 100%;
}

/* 各地方、媒体网站链接 */
.website-box{
	width: 1200px;
	height: 28px;
	margin: auto;
}
.menubox-3{
	width: 1200px;
	height: 28px;
	margin: auto;
}
.website-li {
	float: left;
	width: 392px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #000000;
	float: left;
	background-color: #e7e7e7;
}
#tabs>ul{
	display: none;
	width: 1200px;
	height: 100%;
	margin: auto;
	border-top: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.link-li{
	width: 171px;
	height: 35px;
	float: left;
}
.link-li a{
	color: #000000;
	font-size: 16px;
	line-height: 35px;
}


/* 底部 */
.foot-box{
	width: 100%;
	height: 103px;
	background: #423f3f;
	display:flex;
	justify-content:center;
	align-items:center;
}
.infoot-box{
	width: 1200px;
	height: 103px;
	margin: auto;
}
.f-imgbox{
	width: 80px;
	height: 80px;
	float: left;
	margin-top: 12px;
	margin-left: 197.5px;
}
.f-imgbox img{
	width: 100%;
	height: 100%;
}
.f-text{
	width: 415px;
	height: 60px;
	margin-top: 22px;
	margin-right: 50px;
	float: left;
}
.in-ftext{
	width: 415px;
	height: 30px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.in-ftext p{
	color: #000000;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.in-ftext a{
	color: #000000;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.qr-code{
	width: 130px;
	height: 80px;
	float: left;
	margin-top: 12px;
}
.qrcode-img{
	width: 58px;
	height: 58px;
	margin: auto;
}
.qrcode-img img{
	width: 100%;
	height: 100%;
}
.qrcode-text{
	width: 130px;
	height: 16px;
	margin-top: 6px;
	text-align: center;
}
.qrcode-text p{
	font-size: 12px;
	color: white;
}


