.box{
    position: relative;
    overflow: hidden;
	margin-bottom: 28px;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
	border-radius: 50%;      -moz-border-radius: 50%;      -webkit-border-radius: 50%; 
}
.box:hover img{
    opacity: 0.3;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.75);
    border: 4px solid rgba(255, 255, 255, 0.10);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
	border-radius: 50%;      -moz-border-radius: 50%;      -webkit-border-radius: 50%;
	 vertical-align: middle;
}
.box:hover .boxContent{
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.box .title{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
	padding-top: 3%;
	text-align: center; margin-left: 10px;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
        padding: 8px 0px 15px 15px;
	line-height: 25px; 
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}









/*领导关怀*/

@media (max-width: 668px) {
.news_list {
	margin-top: 20px
}
}
.news_list .row {
	margin: 0 -20px
}
.news_list .row .item {
	padding: 0 20px;
	margin-bottom: 40px;
}
.col-md-4 div:nth-last-child(3){ padding-right: 0;}
.news_list .row .item a {
	display: block;
	background: #f5f5f5
}
.news_list .row .item a .thumb {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.news_list .row .item a .thumb span {
	display: block;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.news_list .row .item a .thumb.thumb_long span {
	height: 480px
}

@media (max-width: 1441px) {
.news_list .row .item a .thumb.thumb_long span {
	height: 390px
}
}
.news_list .row .item a .txt {
	padding: 30px 40px 20px
}

@media (max-width: 668px) {
.news_list .row .item a .txt {
	padding: 20px
}
}
.news_list .row .item a .txt .t {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #222;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.news_list .row .item a .txt .info {
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
	font-weight: lighter;
	margin: 25px 0
}

@media (max-width: 668px) {
.news_list .row .item a .txt .info {
	margin: 10px 0
}
}
.news_list .row .item a .txt i.iconfont {
	font-size: 40px;
	color: #999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 30px;
	line-height: 30px
}
.news_list .row .item a:hover .thumb span {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
.news_list .row .item a:hover .txt .t {
	color: #0086ff
}
.news_list .row .item a:hover .txt i.iconfont {
	margin-left: 10px
}
.news_d {
	max-width: 1200px;
	margin: 0 auto
}
.news_d h1.t {
	text-align: center;
	font-size: 24px;
	font-weight: normal
}
.news_d .info {
	text-align: center;
	color: #979797;
	border-bottom: 1px solid #e1e0e0;
	line-height: 50px;
	font-size: 12px
}
.news_d .news_d_w {
	font-size: 14px;
	line-height: 26px;
	color: #6a6a6a;
	padding-top: 20px
}
.news_d .news_d_w img {
	max-width: 100%;
	padding: 0px;
	margin: 10px 0
}
.news_d .news_d_w .img-left {
	float: left;
	padding: 0px 30px 30px 0px
}
.news_d .news_d_w .img-right {
	float: right;
	padding: 0px 0px 30px 30px
}
.news_d .updown {
	font-size: 12px;
	color: #6a6a6a;
	line-height: 30px
}
.news_d .updown a {
	color: #6a6a6a
}
.news_d .updown a:hover {
	color: #0086ff
}
.news_d .news_video {
	width: 600px;
	margin: 0 auto
}