.news_box {
    display: block;
    position: relative;
}
.pic {
    position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pic img {
	max-width: 100%;
	height: auto!important;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}





.list_h li a, .list_h .item a {
    display: inline-block;
}
.list_h:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0
}
.list_h li, .list_h .item {
	float: left;
	box-sizing: border-box
}
.list_h li a, .list_h .item a {
	display: block;
	position: relative
}





.news_list {
	margin: 0 auto;
	max-width: 1100px;
}
.news_list .item {
    width: 50%;
    padding: 0 2%;
}
.news_list .item:nth-child(2n+1) {
    clear: left;
}
.news_list .news_box {
    margin: 0 auto 60px;
    overflow: hidden;
}





.news_list .pic {
    width: 150px;	
	height: 150px;
    box-sizing: border-box;
    float: left;
	text-align: center;
	
	/* Firefox, Chrome */
	line-height : 130px;
	white-space : nowrap;
	
	/* IE */
	*font-size : 130px;
}
.news_list a .pic {
	padding: 7px;
	border: thin solid #EEEEEE;
}
.news_list a .pic:before, .news_list a .pic:after {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	z-index: 2;
	content: '';
	pointer-events: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news_list a .pic:before {
	border-width: 1px 0px 0px 1px;
	top: -1px;
	left: -1px;
}
.news_list a .pic:after {
	border-width: 0px 1px 1px 0px;
	bottom: -1px;
	right: -1px;
	
	content : ".";
	font-size : 1px;
	-webkit-text-size-adjust : none;
}
.news_list .news_box:hover a .pic:before,
.news_list .news_box:hover a .pic:after {
    width: 100%;
    height: 100%;
    padding: 0 1px 1px 0;
}
.news_list a .pic img {
	width: 150px;
	vertical-align: middle;
}





.news_list .txt {
	margin-left: 180px;
	padding-top: 8px;
	font-size: small;
}





.news_list .date {
    display: block;
    margin-bottom: 18px;
    position: relative;	
}
.news_list .date:before {
    width: 0;
    height: 1px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    content: '';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; 
}
.news_list .date:after {
	width: auto;
	height: 1px;
	margin-top: -0.5px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 80px;
	background-color: #CCCCCC;
	content: '';
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.news_list .news_box:hover .date:before {
    width: 43px;
    margin-right: 8px;
}
.news_list .news_box:hover .date:after {
    right: 100%;
}





.news_list a .name {
	height: 29px;
	display: block;
	margin-bottom: 15px;
	color: #000000;
	font-size: large;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list .news_box:hover a .name {
}





.news_list a .description {
	height: 60px;
	display: block;
	display: -webkit-box;
	color: #999999;
	line-height: 1.5;
	letter-spacing: 0.04em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}





#page {
	width: 100%;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
#page a {
	width: 10px;
	height: 20px;
	display: inline-block;
	margin: 5px;
	padding: 2px 8px;
	color: #000000;
	text-align: center;
	border-radius: 200px;
}
#page a:hover {
	color: #FFFFFF;
}
.current1 {
	width: 10px;
	height: 20px;
	margin: 5px;
	padding: 2px 8px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 200px;
}





.news_detail .date:after {
    margin: 32px auto;
}
.news_detail .title {
	margin: 20px 0;
	padding: 10px;
	border: thin solid #EEEEEE;
	font-size: x-large;
	text-align: center;
}
.corner {
    position: relative;
}
.corner .cor {
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.corner .cor.lt { border-width: 1px 0px 0px 1px; top:    -1px;  left: -1px; }
.corner .cor.rt { border-width: 1px 1px 0px 0px; top:    -1px; right: -6px; }
.corner .cor.lb { border-width: 0px 0px 1px 1px; bottom: -1px;  left: -1px; }
.corner .cor.rb { border-width: 0px 1px 1px 0px; bottom: -1px; right: -6px; }





.news_contant img {
	max-width: 100%;
}

.news_contant a {
	color: #3987CF;	
}
.news_contant a:hover {	
	color: #000000;	
}





.btn_box {
	width: 150px;
	margin: 50px auto;
    position: relative;
    clear: both;
    text-align: center;
}
.btn_box:after {
    height: 0;
    clear: both;	
    visibility: hidden;
    font-size: 0;
    content: ' ';
}
.btn.back {
	display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 17px;
    text-align: center;
    background-color: #222222;
}
.btn.back a {
	display: block;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}
.btn.back:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn.back:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}





@media screen and (max-width: 1000px) {
.news_list {
	margin: 0 -2%;
}
}





@media screen and (max-width: 900px) {
.news_list .item {
	width: 100%;
}
.news_list .item:nth-child(n) {
	clear: none;
}
}





@media screen and (max-width: 767px) {
.news_list .news_box {
	margin-bottom: 30px;
}
}





@media screen and (max-width: 480px) {
.news_list .news_box {
	max-width: 360px;
}
.news_list .pic {
	float: none;
	margin: 0 auto;
}
.news_list .txt {
	float: none;
	margin: 0;
	text-align: center;
}
.news_list .date:after {
	display: none;
}
}





@media screen and (max-width: 400px) {
.news_list .date:before,
.news_list .date:after {
	display: none;
}
}