@charset "UTF-8";

body{
	background: url(//zjt.hubei.gov.cn/material/images/zjt_fwszgc/bg.jpg) 40% 0% no-repeat;
}
.header{
	height: 700px;
    background: transparent;
}
.content{
	width: 1200px;
	padding: 20px 0px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.grid{
    width: 1200px;
    padding: 0 5px;
}
.red{
	color: #e03637;
}
.mb20{
	margin-bottom: 20px;
}
.focus, .focus .pic, .focus .pic div{
	position: relative;
    overflow: hidden;
    display: block;
	width: 570px;
	height: 350px;
}
.focus .pic img{
	width: 570px;
	height: 350px;
}
.dt {
	width:550px;
	margin-left:55px;
}
.focus .prev,  .focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 118px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	color: #fff;
	opacity: 1;
 transition: all .3s;
}
.focus .prev {
	left: 0;
}
.focus .next {
	right: 0;
}
.focus:hover .prev,  .focus:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.bt {
    position: absolute;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 70px;
    width: 583px;
    font-weight: 700;
    margin-top: -70px;
    color: white;
    background: #00000073;
    padding-top: 12px;
}
.focus .navi {
	position: absolute;
	bottom: 10px;
	right: 42%;
	z-index: 9;
}
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    font: 0/0 lx;
    background-color: #fff;
    color: #d50100;
    transition: all .3s;
}
.focus .navi li.on {
	background-color: #d50100;
	width:25px;
}
h3{
	position: relative;
	font-size: 24px;
	border-bottom: 2px solid #e03637;
	padding: 15px 0px 15px 10px;
}
h3 .more{
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -8px;
    font-size: 12px;
    color: #fff;
    background-color: #e03637;
    padding: 2px 15px;
    border-radius: 15px;
}
.p1 .list-b li{
    padding: 15px 25px;
    background-color: #f5f5f5;
}
.list-b h4 a{
	font-size: 18px;
	color: #c42f1e;
}
.list-b p{
	text-indent: 2em;
}
.w570{
	width: 570px;
}
.p2 .list-t li:nth-child(n){
	float: left;
}
.p2 .list-t li:nth-child(2n){
	float: right;
}
.p3{
	background-color: #fff;
}
.w555{
	width: 555px;
}
.p3 .list-b li{
	position: relative;
	padding: 25px 35px;
	margin: 0px 0px 30px 20px;
	background-color: #f5f5f5;
}
.p3 .list-b li:nth-child(n){
	float: left;
}
.p3 .list-b li:nth-child(2n){
	float: right;
}
.p3 .list-b li span{
	position: absolute;
	left: -15px;
    top: 20px;
	font-weight: bold;
	background: url(//zjt.hubei.gov.cn/material/images/zjt_fwszgc/i.png) no-repeat;
	width: 30px;
	height:32px;
	line-height: 30px;
	color: #fff;
    font-size: 20px;
    text-align: center;
}

@media(max-width:1024px){
body{
    width:1200px;
}
li.col-md-3 {
    width: 25%;
    float: left;
}
}
.jc.bljb {
    right: 140px !important;
    margin-top: -20px;
}
.site-logo img{
    width: 30%;
    margin-top: 20px;
}
.footer{
    background-color: #d73132;
}