body{
    background-color: #F5F5F5 !important;
}
.clearflex::after{
    content: " ";
    height: 0;
    clear: both;
    display: block;
}
.header_top {
    width: 1200px;
    margin: 0 auto;
}
.header {
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.logo {
    width: 300px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo img {
    /*width: 300px;*/
    height: 60px;
}
.jiemeng .link{
    float: left;
    width: 930px;
}
.menu {
    background: rgba(204, 146, 77, 1);
    box-shadow: 0px 3px 6px rgba(204, 146, 77, 0.3);
}
.menu li a{
    display: block;
    width: 100%;    
    height: 100%;
    color: #FFFFFF;
    font-weight: 500;
}

/* 底部 - 白底金边 */

.footer {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-top: 2px solid #CC924D;
    padding-bottom: 20px;
    background: #FFFFFF;
    margin-top: 10px;
}
.footer .footer_cont {
    width: 750px !important;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 20px;
}
.footer .footer_cont dl {
    float: left;
    margin-left: 23px;
    text-align: left;
}
.footer .footer_cont dt a {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #666666;
    opacity: 1;
}
.foot_fen {
    width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: #E6E6E6;
    opacity: 1;
}
.foor_xinxi {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    width: 650px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 20px;
}
/* 其他地方修改 */
.fs12 {
    font-size: 13.5px;
}
.layout .left{
    width: 940px;
}
ul.namelist{
    width: 450px;
}
.layout .left .left-bottom div.box2{
    width: 440px;
}
ul.haoting li.col3{
    width: 332px;
}
.sxys3,.xzys3{
    width: 300px;
    margin-right: 30px;
}
.shengxiaonav li{
    margin-right: 15px;
}
.xzintro {
    width: 800px;
}

/* 更多 */ 
.cont_left{
    border: 3px solid #fff ;
}
.cont_left .mokuai {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(204, 146, 77, 0.2);
}
.cont_left .mokuai .mokuai_tit {
    height: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #CC924D;
    padding-top: 0;
    padding-left: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.cont_left .mokuai ul {
    margin-top: 22px;
    padding-bottom: 20px;
}
.cont_left .mokuai ul li {
    float: left;
    width: 140px;
    height: 48px;
    text-align: center;
    background: url(../../images/new_pc/daohangkuang.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
    margin-left: 20px;
    margin-bottom: 14px;
}

.img-txt-list{
    width: 918px;
}
.img-txt li {
    margin: 12px 50px;
}
.img-txt-list .txt li{
    margin: 0 55px;
}

/* ========== PC 卡片式布局组件 ========== */
.card {
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(204, 146, 77, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.card_tit {
    border-bottom: 1px solid #E6E6E6;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #CC924D;
    padding-left: 20px;
}
.card_inner {
    background: #FFF9F2;
    padding: 15px;
    border-radius: 5px;
    margin: 15px;
}
/* 宜忌圆形徽章 */
.badge_yi {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #CC924D;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}
.badge_ji {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #C92F28;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}