﻿@media (min-width: 1200px) {
  .container {
    width: 1200px;
	position: relative;
	padding: 0px;
  }
}
.cnew{width: 100%;float: left;margin-top: 64px;}
.cnew .new_t{width: 100%;float: left;border-bottom: 1px solid #ededed;padding-bottom: 25px;}
.cnew .new_t .n_title{width: 100%;float: left;font-size: 30px;line-height: 32px;font-weight: bold;font-family: "微软雅黑";text-align: center;color: #3a3a3a;}
.cnew .new_t .n_time{width: 100%;float: left;font-size: 13px;line-height: 22px;font-family: "微软雅黑";text-align: center;color: #717171;margin-top: 20px;}
.cnew .new_t .n_time img{margin-right: 8px;width: 12px;height: 12px;}
.cnew .new_m{width: 100%;float: left;margin-top: 51px;border-bottom: 1px solid #ededed;padding-bottom: 30px;}
.cnew .new_m p{width: 100%;float: left;text-align: left;font-size: 14px;line-height: 22px;color: #5e5e5e;margin-bottom: 20px;}
.cnew .new_m .center{text-align: center;}
.cnew .new_m .center img{width: 625px;height:415px;margin: 40px auto;}
.cnew .new_d{width: 100%;float: left;margin-top: 12px;margin-bottom: 21px;}
.cnew .new_d .lnew{float: left;}
.cnew .new_d .lnew .button{padding: 7px 17px 13px 20px;border: 1px solid #ededed;font-size: 14px;line-height: 22px;color: #afafaf;margin-right: 67px;}
.cnew .new_d .lnew .button:hover{border: 1px solid #f2d3d4;color: #be2528;}

.cnew .new_d .rnew{float: right;}
.cnew .new_d .rnew a{font-size: 16px;line-height: 22px;color: #be2528;}
.cnew .new_d .rnew a:hover{text-decoration: none;}
.cnew .new_d .rnew a img{margin-left: 10px;}


@media screen and (max-width:1199px ){
.cnew{padding: 0px;}
}
@media screen and (max-width:991px ){
}
@media screen and (max-width:767px ){
.cbread{border: none;}
.cnew{margin-top: 0px;}
.cnew .new_t{padding-bottom: 15px;}
.cnew .new_t .n_title{font-size: 16px;line-height: 22px;}
.cnew .new_t .n_time{margin-top: 5px;}
.cnew .new_m{margin-top: 20px;padding-bottom: 10px;}
.cnew .new_m p{margin-bottom: 10px;}
.cnew .new_m .center img{width: 100%;height: auto;margin: 10px auto;}
.cnew .new_d{margin-bottom: 0;}
.cnew .new_d .lnew{width: 100%;margin-bottom: 10px;}
.cnew .new_d .lnew .button{width: 49%;margin-right: 2%;float: left;}
.cnew .new_d .lnew .button:last-child{margin-right: 0px;}
.cnew .new_d .rnew a{font-size: 12px;}
.cnew .new_d .rnew a img{width: 14px;margin-left: 5px;}
}