
body{
    background-color: #f2f2f2;
}

.news_hd_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_left{
    width: 300px;
    height: 110px;
}

.news_right{
    width: 900px;
    height: 110px;
}

.news_hd_inner img{
    width: 100%;
    height: 100%;
}

.news_bd_bread{
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

.news_bd_bread li{
    color: #a5a5a5;
    font-size: 14px;
}

.news_bd_bread li a{
    color: #a5a5a5;
    font-size: 14px;
}

.news_bd_main{
    overflow: hidden;
}

.news_bd_main_left{
    float: left;
    width: 850px;
}

.news_bd_main_left_top{
    background-color: #fff;
    padding: 40px;
}

.news_bd_main_left_top p{
    text-align: center;
    font-size: 18px;
    color: #373737;
    margin-bottom: 15px;
}

.news_bd_main_left_top_ul{
    display: flex;
    justify-content: center;
}

.news_bd_main_left_top_ul li{
    font-size: 13px;
    color: #b3b3b3;
    margin: 0 15px;
}

.news_bd_main_left_top_ul li span{
    color: #BD1A2D;
}

.news_bd_main_left_top p:nth-child(3){
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    padding-top: 30px;
    border-top: 1px dashed #e8e8e8;
    margin-top: 40px;
    text-align: justify;
}

.news_bd_main_left_top p:nth-child(4){
    font-size: 15px;
    color: #666666;
    margin-top: 40px;
    text-align: right;
    margin-bottom: 50px;
}

.same_word p{
    font-size: 15px;
    padding-left: 5px;
    border-left: 4px solid #BD1A2D;
    margin-bottom: 15px;
    text-align: left;
}

.same_word ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.same_word ul li{
    margin-right: 15px;
}

.same_word ul li a{
    padding: 8px 20px;
    color: #BD1A2D;
    font-size: 13px;
    border: 1px solid #BD1A2D;
    border-radius: 15px;
    display: block;
}

.page{
    margin-top: 50px;
}

.page p{
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 15px;
    text-align: left;
}

.news_bd_main_left_bt{
    background-color: #fff;
    margin-top: 15px;
    padding: 40px;
    border: 1px solid #e1e1e1;
    box-shadow: 4px 5px 10px #c5c5c5;
}

.news_bd_main_left_bt p:nth-child(1){
    font-size: 18px;
    color: #383838;
    margin-bottom: 8px;
}

.news_bd_main_left_bt p:nth-child(2){
    font-size: 13px;
    color: #979797;
    line-height: 20px;
    text-align: justify;
}


.fake_main_right {
    float: right;
    width: 320px;
    background: #fff;
}

.fake_main_right_top {
    padding: 25px 14px;
    margin-bottom: 30px;
}

.fake_main_right_ttl {
    font-size: 16px;
    color: #fff;
    background: url(../images/fake_main_right_ttl.png) no-repeat center;
    background-size: cover;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.fake_main_right_top ul li {
    margin-bottom: 15px;
}

.fake_main_right_top ul li:last-child {
    margin-bottom: 0;
}

.fake_main_right_top ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fake_main_right_top ul li a span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #646464;
    margin-right: 8px;
    display: inline-block;
}

.fake_main_right_top ul li a p {
    font-size: 16px;
    color: rgb(100, 100, 100);
    width: 94%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 微软雅黑;
    display: inline-block;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

.fake_main_right_top ul li:hover a p {
    color: #BD1A2D;
}

.fake_main_right_bt {
    padding: 25px 14px;
}

.fake_main_right_bt ul li {
    margin-bottom: 10px;
    height: 250px;
}

.fake_main_right_bt ul li:last-child {
    margin-bottom: 0;
}

.fake_main_right_bt ul li img {
    height: 100%;
    width: 100%;
}

.news_txt{
    text-align: justify;
}

.news_txt p{
    text-align: justify;
}