*{
    margin:0;
    padding:0;
}
body{
    background-color: #fff;
}
.new_detail_content {
    width:65%;
    min-height: calc(100% - 1.92rem);
    margin:0.5rem auto;
}
.new_detail_content > h2 {
    text-align: center;
    margin:0.1111111111111111rem auto 0.1111111111111111rem;
    font-size: 0.2222222222222222rem;
    color: #333;
}
.new_detail_content:before {
    content: '';
    display: table;
}
.new_detail_content > p {
    text-align: right;
    font-size: 0.1111111111111111rem;
    line-height: 0.2222222222222222rem;
    color: #999;
    margin-bottom: 0.16666666666666666rem;
}
a {
    text-decoration: none;
}
#container {
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
#list {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#list img {
    max-width: 600px;
    max-height: 600px;
    float: left;
}
#num{
    position:absolute;
    right:5%;
    bottom:20px;
    z-index:2222;
}
#num li{
    display: inline-block;
    height:30px;
    width:30px;
    font-size: 12px;
    text-align:center;
    line-height:30px;
    background-color: #eee;
    border-radius: 15px;
    margin-left:10px;
    cursor:pointer;
}
.a{
    background-color: #4abbdc !important;
    color: #fff
}
.newsContent{
    width:100%;
    margin:0.2222222222222222rem auto 0;
    font-size:0.13333333333333333rem ;
    text-indent: 2em;
}
.turn_page{
    margin:0.1544444444444445rem auto;
}
.turn_page > p{
    font-size: 0.12222222222222222rem;
    color: #666;
}
.turn_page > .turn_prev {
    margin-bottom: 0.06666666666666667rem;
}
.turn_page > p:hover {
    color: #e84d3b;
    cursor: pointer;
}
.footer {
    height:0.92rem;
    padding:.1rem 0 0;
    background-color: #141414;
    box-sizing: border-box;
}
.footer_msg{
    width:30%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.footer_msg > div{
    display: inline-block;
}
.footer_msg > .com_adr{
    position: relative;
    right:0.6rem;
}
.footer p {
    font-size: 0.1111111111111111rem;
    color: #f7f6f6;
    text-align: center;
    margin-top: 0.05555555555555555rem;
}

.footer .a-link {
    color: #fff;
}
.footer .a-link:hover {
    text-decoration: underline;
}
.QR_code > img{
    position: relative;
    top:.1rem;
    width:0.55rem;
    height:0.55rem;
}
.QR_code > span{
    font-size: 0.1111111111111111rem;
    color: #f7f6f6;
    margin-left: 5px;
}