﻿.newDetails{
    width:1200px;
    margin:0 auto;
    padding-bottom:40px;
}
.newDetails_con{
    width:100%;
    text-align: center;
    border-bottom:1px solid #eeeeee;
    padding:33px 0;
    margin-bottom:40px;
}
.newDetails_con h3{
    color:#333;
    font-size: 28px;
    font-weight: 600;

}
.newDetails_hint{
    margin-top:20px;
}
.newDetails_hint span{
    color:#666666;
    font-size: 14px;
    padding:0 20px;
}
.newDetails_view p{
    font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
    margin-bottom: 10px;
}
.newDetails_view p img{
    width:100%;
    height:100%;
    margin:0 auto;
}
.newDetails_view div{
    margin-top:40px;
    
}
.newDetails_view div p{
    color:#666666
 }
 .newDetails_bottom{
    padding:20px 0;
    overflow: hidden;
    border-top:1px solid #eee;
 }
 .newDetails_pre{
     float: left;
 }
 .newDetails_pre p{
     color:#666;
     line-height: 26px;
     font-size: 14px;
 }
 .newDetails_pre p a{
    color:#666;
    font-size: 14px;
 }
 .newDetails_pre p a:hover{
     color:#2b6bff;
 }
 .newDetails_btn{
     float: right;
     width:100px;
     height:30px;
     border:1px solid #eee;
     text-align: center;
     line-height: 30px;
 }
 .newDetails_btn:hover{
     background: #2b6bff;
     cursor: pointer;
 }
 .newDetails_btn:hover a{
     color:#fff;
 }
 .newDetails_btn a{
    font-size: 14px;
    color:#666;
 }
 .newDetails_link{
     width:100%;
     background: #eee;
 }
 .newDetails_link_con{
     width:1200px;
     margin:0 auto;
     overflow: hidden;
     padding-bottom: 40px;
 }
 .newDetails_link_main{
     display: flex;
     align-items: center;
     flex-wrap:wrap;
 }
 .newDetails_link_list{
     width:50%;
     display: block;
     color:#666;
     font-size:14px;
     line-height:28px;
 }
 .newDetails_link_con h2{
     margin-top:40px;
     margin-bottom: 10px;
     font-size:16px;
     color:#333;
 }
 .newDetails_link_list:hover{
     color:#2b6bff;
     cursor: pointer;
 }