@charset "utf-8";

@media(min-width: 1200px){
	.header{
		height: 325px;
	}
}

@media (min-width: 992px){
	.col-md-6 {
    	padding: 0px 0px;
	}
	.pr{
		padding-right: 15px;
	}
	.pl{
		padding-left: 15px;
	}
	.p2 .col-md-6{
	    width: 48%;
    	margin-left: 10px;
    	margin-right: 10px;
	}
}

.header {
    position: relative;
    background: #fff url(../images/hbsbsh/head.jpg) 50% 0 no-repeat;
    margin-bottom: 30px;
}


.list-t li:before{
   border-radius: 0px;
}

.list-t li .date{
	top: 0px;
	right: 0px;
	color: #333;
}

.p1{
	margin-bottom: 30px;
}

.p1 h2{
	position: relative;
    height: 30px;
    margin-bottom: 20px;
}

.p1 h2 a{
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.p1 .gzdt{
	background: url(../images/hbsbsh/gzdt.jpg) 0% 0% no-repeat;
}

.p1 .zcwj{
	background: url(../images/hbsbsh/zcwj.jpg) 0% 0% no-repeat;
}

.p2 h2{
	position: relative;
    height: 30px;
    background: url(../images/hbsbsh/xqxx.jpg) 0% 0% no-repeat;
    margin-bottom: 30px;
}

.p2 h2 a{
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.list-b.b4 li {
    margin-bottom: 15px;
    min-height: 70px;
    padding: 15px 15px 15px 100px !important;
    background-color: rgb(245,245,245);
}

.list-b.b4 li:hover {
    color: #337ab7;
}

.list-b.b4 li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0;
    border-bottom: none;
}

.list-b.b4 li:hover:after {
    border-bottom: 1px solid transparent;
}

.list-b li h4{
	margin-bottom: 0px;
	line-height: 40px;
	font-size: 18px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list-b.b4 .calendar {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    display: block;
    width: 70px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #ccc;
}

.list-b.b4 .calendar em {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: orange;
}

.p2{
	padding-bottom: 30px;
}

@media(max-width: 1200px){
	.header{
		background-size: 100%;
		height: 180px;
	}
	.p1 h2 a,.p2 h2 a{
    	bottom: 15px;
	}
	.pr{
		padding-bottom: 20px;
	}
}

@media(max-width: 768px){
	.header{
    	height: 135px;
	}
	.p2 .col-md-6{
		padding: 10px 0px 0px;
	}
	.p2 h2{
		background-position: 15px;
	}
}

@media(max-width: 480px){
	.header {
    	height: 60px;
	}
	.p2 h2{
		background-size: 250%;
	}
}