﻿body {
    background-color: #fff1e5;
}
/*.navbar {
    background-color: #88233f;
}*/
.navbar {
    background-color: #fff1e5;
}
/*.haeder_menu li a {
    color: #fff;
}*/
.i_list span, .small_m_title {
    color: #fff;
    background-color: #0d7680;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 8px;
}
.public_title span {
    background-color: #fff1e5;
}
.toutiao {
    background: #fae1e1;
}
.yw_banner li{
    height:440px;
}
.big_img span {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list:last-child {
    margin-bottom: 15px;
}
@media only screen and (max-width: 550px) {
    .yctou {
        display: none !important;
    }
}
@media only screen and (min-width: 750px) {
    .nav_logo {
        width: 450px !important;
        margin-left:15px;
    }
}