.pagelocationBox {
    margin-top: 100px;
}

.banner {
    min-width: 1200px;
    margin-top: 100px;
    width: 100%;
    min-height: 45px;
    background: url("../img/cityban_bottom.png") no-repeat;
    background-size: 100%;
}

.add_box {
    padding-left: 360px;
    min-width: 1200px;
    line-height: 42px;
}

.add_icon {
    position: absolute;
    width: 34px;
    height: 28px;
    background: url("../img/cn_icon.png") no-repeat;
    background-size: 100%;
    margin-top: 6px;
}

.city_li {
    font-size: 16px;
    color: #3C3C3C;
    margin-left: 5px;
}

.city_bz {
    margin-left: 10px;
}

.city_xx {
    font-size: 16px;
    color: #E52B31;
    margin-left: 10px;
}

.daily_chengdu {
    position: relative;
    margin-top: -7px;
}

.map {
    width: 100%;
    min-width: 1200px;
}

.daily_chengdu img {
    display: block;
}

.chengdu_add {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}


/*选项卡开始*/

.tabbox {
    margin-left: 15px;
}

.tabbox ul {
    list-style: none;
    display: table;
    margin-bottom: 10px;
}

.tabbox ul li {
    float: left;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url("../img/tag1.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    color: #fff;
}

.tabbox ul li.active {
    background: url("../img/tag2.png") no-repeat;
    background-size: 100%;
}

.tabbox .content {
    width: 460px;
    height: 400px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    overflow: hidden;
}

.tabbox .content > div {
    display: none;
    /*padding-top:31px;*/
    padding-left: 15px;
    padding-right: 91px;
}

.tabbox .content > div h1 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tabbox .content > div.active {
    display: block;
}

.tabbox .content > div > div {
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.daily_content {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 24px;
    max-height: 264px;
    overflow: hidden;
}

.daily_more {
    width: 128px;
    height: 30px;
    background: rgba(235, 102, 7, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 3px;
    text-align: center;
    margin: 34px auto;
    line-height: 26px;
}

.daily_more a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.daily_more a:hover {
    color: #D53421;
    text-decoration: underline;
}


/*选项卡结束*/

.tag_right {
}

.daily_img {
    width: 800px;
    height: 530px;
    position: absolute;
    margin-top: -571px;
    margin-left: 400px;
    overflow: hidden;
}

.daily_img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.tag_next {
    float: right;
}

.tag_next a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #252525d6;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 40px;
}

.tag_next .moreA {
    background: #ea1616;
}

.tag_next a:hover {
    background: #ce0000;
}
