
/* container
   ========================================== */
#container {
    width: 100%;
    margin: 0 auto;
}
#main {
    float: none;
    clear: both;
    margin: 0 auto 0;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}
#bodyMain {
    width: 100%;
    clear: both;
    display: flex;
    gap: 24px;
}
#leftMain {
    flex: 1;
    min-width: 0;
}

#aside {
    width: 300px;
    flex-shrink: 0;
}


/* 头部焦点图 */
.focusBox {
    width: 100%;
    height: 350px;
}
.focusBox-left {
    position: relative;
    float: left;
    width: 700px;
    height: 350px;
    background: #ffffff;
    overflow: hidden;
}
.focusBox-left .leftImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
}

.focusBox-right {
    float: right;
    width: 465px;
    height: 350px;
}
.focusBox-img {
    position: relative;
    width: 226px;
    height: 170px;
    overflow: hidden;
}
.focusBox .focusImgTit {
    position: absolute;
    width: 13em;
    height: 50px;
    padding: 16px 0 8px 20px;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    /*text-indent: 25px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url("../images/focusimgtit_bg.png") repeat-x 0 -5px;
}

.focusBox-left .focusImgTit {
    width: 100%;
}

/*列表导航条*/
.navBar {
    height: 48px;
    background: #FFFFFF;
}
.navBar .navLink {
    /*display: inline-block;*/
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    padding: 0 22px;
    color: #333333;
}
.navBar .navAction {
    color: #ffffff;
    background: #2D5A4D;
    position: relative;
}
.navBar .navAction:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #2D5A4D;
    position: absolute;
    left: 42%;
    bottom: -14px;
}

.newList {
    padding-bottom: 20px;
}
.newBox {
    /*height:100px;*/
    padding: 18px;
    margin-top: 20px;
    background: #ffffff;
    display: flex;
    gap: 16px;
}
.newBox-pic {
    flex-shrink: 0;
}
.newBox-pic img {
    width: 160px;
    height: 120px;
}
.newBox-info {
    flex: 1;
    min-width: 0;
}
.newBox-info-tit {
    min-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.newBox-info-tit a {
    color: #333333;
}
.newBox-info-sub {
    min-height: 32px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.newBox-info-preface {
    min-height: 54px;
    max-height: 72px;
    overflow: hidden;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.moreNew {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #d9d9d9;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.moreNew:hover {
    color: #999999;
}
/* 推荐活动 */
.asideBar {
    width: 100%;
    background: #fff;
}
.asideBar-head {
    height: 50px;
    padding: 10px 0;
    background: #f7f7f7;
}
.asideBar-tit {
    font-size: 16px;
    line-height: 30px;
    text-indent: 20px;
    color: #333;
}
.asideBar-main {
    margin: 20px 20px 0;
}
.actionList {
    padding-bottom: 20px;
}
.actionList-li .focus_link {color: #333333}




/*下载app*/
.app-advert {
    width: 100%;
    background: #ffffff;
    line-height: 0;
}
.app-advert .linkApp {
    display: block;
    margin: 20px auto 0;
    width: 250px;
}
.downBox {
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    padding: 20px;
    height: 148px;
}
.downBox-img {
    width: 104px;
    height: 105px;
}
.downBox-btn {
    width: 132px;
    height: 105px;
}
.btnDown {
    display: block;
    clear: both;
}

/* ===== 响应式布局 ===== */
@media screen and (max-width: 992px) {
    #bodyMain { flex-direction: column; }
    #leftMain { width: 100% !important; }
    #aside { width: 100% !important; }
    .newBox { flex-direction: column; }
    .newBox-pic, .newBox-info { width: 100% !important; float: none !important; }
    .newBox-info-preface { width: 100% !important; }
}
@media screen and (max-width: 768px) {
    #main { padding: 0 15px; }
    .search-bar-wrap { padding: 10px 15px !important; }
    .breadcrumb-nav { padding: 10px 15px !important; }
}

/* 修复推荐资讯样式 */
.actionList-li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #e1e1e1; overflow: hidden; }
.actionList-li:last-child { border-bottom: none; }
.actionList-li .actionTit { padding: 8px 0; font-size: 14px; line-height: 22px; color: #333333; text-indent: 22px; background: url("../images/icon-bg.png") no-repeat; }
.actionList-li .li_00 { background-position: 0 -3px; }
.actionList-li .li_01 { background-position: 0 -3px; }
.actionList-li .li_02 { background-position: 0 -40px; }
.actionList-li .li_03 { background-position: 0 -79px; }
.actionList-li .li_04 { background-position: 0 -117px; }
.actionList-li .li_05 { background-position: 0 -156px; }
.actionList-li .li_06 { background-position: 0 -3px; }
.actionList-li .li_07 { background-position: 0 -40px; }
.actionList-li .li_08 { background-position: 0 -79px; }
.actionList-li .actionDetailed { padding-bottom: 10px; border-bottom: none; display: none; }
.actionList-li.action .actionDetailed { display: block; padding-top: 10px; }
.actionList-li .actionDetailed-img { display: block; width: 100%; max-width: 240px; height: auto; }
.actionList-li .actionDetailed-js { width: 100%; max-width: 240px; padding-top: 10px; line-height: 24px; text-align: justify; font-size: 12px; color: #999; }
