body {
    padding: 0;
    margin: 0;
    background-color: #F7F7F7;
}


/* 主图区域 */



.main_img .main_bar {
    position: absolute;
   top:0;bottom:0;
    left: 15%;
}

.main_bar .main_title {
    font-size: 48px;
    font-weight: bold;
    color: #1d2974;
   
}




/* 位置提示 */

.position .position_bar,
.position_tab {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.position>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.position .position_tab a {
    height: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}

.position .position_tab i {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #9A9A9A;
    margin: 0 20px;
}


/* 热门攻略 */

.top_strategy {
    background-color: #fff;
    /*height: 522px;*/
    margin-bottom: 20px!important;
    padding-bottom: 1px;
}


/* title */

.content_head {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EDEDED;
    margin: 0 30px;
    margin-bottom: 20px;
}

.content_head .head_ch {
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #1d2974;
    padding-left: 10px;
}

.content_head .head_en {
    font-size: 14px;
    font-weight: 400;
    color: rgba(203, 203, 203, 1);
    margin-left: 10px;
}


/* 内容 */

.strategy_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 30px;
    margin-bottom: 50px;
}

.strategy_content>a {
    width: 385px;
    height: 380px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.strategy_content>a .content {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.strategy_content>a>img {
    width: 100%;
    height: 231px;
}

.strategy_content>a .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #9A9A9A;
    font-size: 30px;
    line-height: 55px;
    font-weight: 200;
}

.strategy_content>a .time img {
    width: 42px;
    height: 28px;
    margin-left: 25px;
}

.strategy_content>a .title {
    display: block;
    color: #222222;
    padding-left: 9px;
    border-left: 3px solid #1d2974;
    margin-bottom: 17px;
}

.strategy_content>a .title:hover {
    color: #1d2974;
    cursor: pointer;
}

.strategy_content>a .des {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 17px;
    border-top: 1px solid #EEEEEE;
}

.strategy_content>a .des i {
    color: #9A9A9A;
}

.strategy_content>a .des a {
    color: #1d2974;
}


/* 攻略列表 */

.strategy_List .list_box {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.strategy_List .list_box:hover {
    box-shadow: 0px 0px 10px 0px rgba(14, 5, 9, 0.08);
    cursor: pointer;
    border-bottom: 3px solid #1d2974;
}

.strategy_List .list_box:hover .box_content .title a {
    color: #1d2974;
}

.strategy_List .list_box:hover .right_icon {
    background-image: url(../images/skill_arrow_right12.png);
}

.strategy_List .list_box>img {
    width: 270px;
    height: 160px;
    margin: 0 30px;
}

.strategy_List .list_box .box_content {
    display: flex;
    flex-direction: column;
    width: 714px;
    margin-right: 96px;
}

.strategy_List .list_box .box_content .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.strategy_List .list_box .box_content .title a {
    color: #222222;
    font-size: 18px;
    margin-right: 20px;
}

.strategy_List .list_box .box_content .title img {
    width: 42px;
    height: 28px;
}

.strategy_List .list_box .box_content .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 19px;
}

.strategy_List .list_box .box_content .time img {
    width: 17px;
    height: 18px;
    margin-right: 8px;
}

.strategy_List .list_box .box_content .time span {
    color: #9A9A9A;
    font-size: 16px;
}

.strategy_List .list_box .box_content .des {
    font-size: 14px;
    color: #9A9A9A;
    line-height: 28px;
}

.strategy_List .list_box .right_icon {
    width: 120px;
    height: 160px;
    border-left: 1px solid #EEEEEE;
    background-image: url(../images/skill_arrow_right11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 25px;
}

.list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width: 20%;*/
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.box .tag {
    width: 74px;
    height: 20px;
    background-color: #02295D;
    color: #ffffff;
    padding: 0px 10px;
    line-height: 20px;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 10px;
}

.box .num {
    color: #333;
    font-size: 10px;
}