/* 头部 */
header .nav li a{
    width: 150px;
}
/* 商务合作 */
.headline_h4{
    padding: 20px 0 0 48px;
}
.cooperation li{
    margin: 18px 0;
}
.purchase li{
    vertical-align: top;
}
.tutorial .tutorial_title{
    padding-top: 20px;
}
/* 下载专区 */
.dow-body .dow-left{
    padding-right: 0;
    margin-right: 1%;
}
/* 产品介绍 */
.figure_b ul p{
    top: 138px;
    width: 346px;
}
.play_method .game_recommend{
    padding: 12px 0 0 10px;
}
/* 三国战报 */
.carousel_body p{
    margin: 10px 0;
    line-height: 1.5em;
}
.communique_announcement h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.communique_main .tab_b .content>span:last-child div span.fl{
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页 */
/* 大标题名称 */
.situation_c h3 span{
    color: #630f03;
    font-size: 48px;
    display: inline-block;
}
.situation_c h3 span:first-child{
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border: 3px solid #630f03;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}
.situation_c h3 span:first-child::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid #9c544a;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.features .situation_c h3 span,
.cooper .situation_c h3 span{
    color: #e0cc98;
}
.features .situation_c h3 span:first-child,
.cooper .situation_c h3 span:first-child{
    border-color: #e0cc98;
}
.features .situation_c h3 span:first-child::after,
.cooper .situation_c h3 span:first-child::after{
    border-color: #6f695a;
}
/* 职业简介文字部分 */
.intro_c p:last-child{
    font-size: 20px;
}
/* 商务合作 */
.cooper_c p{
    font-size: 43px;
    margin: 60px auto 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.cooper_c{
    background: url('../images/index/cooper_bg_en.png') no-repeat center center;
}