/* for travel-channel-*.html */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #ececff;
    font-family: "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei";
    /* font-family: "PingFangSC-Regular", sans-serif; */
}

a {
    text-decoration: none;
}

.header {
    height: 170px;
    min-width: 1000px;
    background: rgb(14, 99, 140);
    margin-bottom: 20px;
}

.footer {
    height: 160px;
    min-width: 1000px;
    background: rgb(14, 99, 140);
    margin-top: 10px;
}
.content {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}



/* 天气 */

.place_weather {
    height: 322px;
    /* padding:10px; */
    /* background-color: rgb(73, 133, 247); */
    background: #0e638c;
    border-radius: 5px;
}

.pw_left {
    /* width: 400px; */
    float: left;
}

.left_header,
.left_index,
.left_weather,
.left_advice {
    margin-left: 10px;
}

.left_header {
    overflow: hidden;
}

.left_header p {
    color: white;
    line-height: 25px;
    margin-top: 17px;
}

.left_header p i {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    width: 16px;
    height: 18px;
    background: url(/m2/i/hebei/travel/i-location.png) no-repeat;
}

.left_header p span {
    display: block;
    font-size: 16px;
    float: left;
}

.left_weather {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.left_weather .lw_temp {
    float: left;
    color: #FFFFFF;
    max-width: 200px;
    overflow: hidden;
}

.left_weather .lw_temp .now_temp {
    display: block;
    float: left;
    font-size: 80px;
    font-weight: lighter;
}
.left_weather .lw_temp .now_temp_sign {
    display: block;
    float: left;
    font-size: 30px;
}
.left_weather .lw_others {
    float: left;
    color: #FFFFFF;
    max-width: 140px;
    overflow: hidden;
    margin-left: 20px;
}

.left_index {
    width: 350px;
    overflow: hidden;
}
.li_div_01 {
    height: 45px;
    margin-bottom: 10px;
}
.li_div_01 span{
    font-size: 15px;
}
.li_div_01 i,.li_div i {
    margin-right: 5px;
}
.li_div {
    float: left;
    height: 25px;
    margin-left: 20px;
    margin-bottom: 25px;
    /* margin-right: 25px; */
    width: 150px;
    overflow: hidden;
}

.li_div > span {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
}

i.li_humidity {
    display: block;   
    float: left;
    width: 36px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-humidity.png) no-repeat;
}

i.li_wind_level {
    display: block;
    float: left;
    width: 36px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-wind-level.png) no-repeat;
}

i.li_UV {
    display: block;
    float: left;
    width: 36px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-uv.png) no-repeat;
}
i.li_pha {
    display: block;
    float: left;
    width: 33px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-pha.png) no-repeat;
}
i.li_rain {
    display: block;
    float: left;
    width: 36px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-rain.png) no-repeat;
}
i.li_pm {
    display: block;
    float: left;
    width: 36px;
    height: 24px;
    background: url(/m2/i/hebei/travel/i-pm.png) no-repeat;
}
/* right */

.right_inner {
    margin-top: 30px;
    margin-left: 10px;

    height: 268px;
    float: left;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

ul.weather_preview {
    list-style: none;
    color: #FFFFFF;
}

.weather_preview .preview_day h1 {
    font-size: 14px;
    font-weight: normal;
    /* margin-top: 30px; */
    margin-top: 10px;
}
.preview_day p {
    font-size: 13px;
    overflow: hidden;
    margin-top: 3px;
}
.preview_day .pw_windS {
    margin-bottom: 5px;
}
ul.weather_preview li {
    margin: 10px 0px;
    float: left;
    text-align: center;
    width: 100px;
    box-sizing: border-box;
    border-right: 1px solid rgb(73, 133, 247);
}
ul.weather_preview li:nth-last-child(1) {
    border-right: none;
}

.pw_weather {
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 40px;
    /* background: url(/m2/i/hebei/travel/i-cloudy.png) no-repeat; */
}

.pw_humidity {
    margin-bottom: 5px;
}

/* 旅游景点 */

hr.content {
    margin: 10px auto;
    border: 0;
    background-color: #eee;
    height: 1px
}

.tp_title {
    line-height: 25px;
}

.tp_title i {
    display: block;
    float: left;
    width: 10px;
    height: 25px;
    border-radius: 3px;
    background: rgb(14, 99, 140);
}

.tp_title h1 {
    font-size: 24px;
    color: #043567;
    font-weight: normal;
    margin-left: 25px;

}

.tp_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tp_links:after {
    content: '';
    width: 300px;
    /* flex: auto; */
}

.tp_links .tp_item {
    color: #FFFFFF;
    width: 30%;
    height: 230px;
    margin-top: 13px;
    margin-bottom: 12px;
    /* background-color:#000;              */
    background-image: url(/m2/i/hebei/travel/spot-1.png);
  	background-size:cover; 
    float: left\9;
    margin-right: 30px\9;
}

.ti_place {
    font-size: 20px;
    padding-top: 120px;
    margin-left: 20px;
}

.ti_temp {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 12px;
}

.tp_shade {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4);
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; */
}

.tp_shade:hover {
    background: none;
}

.ti_link {
    display: block;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 12px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
}
/* 实况景点 */
.tp_sk {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tp_sk .tp_filter ul{
    list-style: none;
    overflow: hidden;
}
.tp_filter ul li a {
    color: #000
}
.tp_sk .tp_filter ul li {
    display: block;
    float: left;
    margin-right: 25px;
    padding: 5px;
    text-align: center;
}
.tp_sk .tp_filter ul li.selected {
    /* background: #6495ed; */
    border-bottom: #6495ed 1px solid;
}
.tp_tab {
    margin-top: 20px;
}
.tp_sk .tp_tab .tab_content {
    display: none;
}
.tp_sk .tp_tab .tab_content.active{
    display: block;
}
/* travel-2 */
.place_map {
    overflow: hidden;
}
.place_map > .tp_title {
    margin-bottom: 15px;
}
.place_map .pm_left {
    float: left;
}
.place_map .pm_left a img{
    width: 525px;
}

.pm_right {
    float: left;
    margin-left: 10px;
}
.pm_right .pr_weather {
    height: 322px;
    background-color: rgb(73, 133, 247);
    border-radius: 5px;
    /* padding-bottom: 12px; */
    padding-left: 15px;
}
/* .pr_weather > .left_advice {
    margin-top: 25px;
} */
.auto_preview > .tp_title {
    margin: 15px 0;
}
.pr_btns {
    margin-top: 20px;
}
.pr_btns .pb_btn {
    float: left;
    border-radius: 3px;
}
.pr_btns .pb_btn a {
    display:block;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 146px;
    height: 52px;    
    line-height: 52px;
    text-align: center;
    overflow: hidden;
}
.pb_btn:nth-child(1) {
    background: #5db75d;
}
.pb_btn:nth-child(2) {
    margin: 0 13px;
    background: #ffb401;
}
.pb_btn:nth-child(3) {
    background: #4985f7;
}
.pb_btn a > span {
    display: block;
    float: left;
}
i#btn_map {
    display: block;
    float: left;
    width: 31px;
    height: 30px;
    margin: 10px 15px 0 35px;
    background: url(/m2/i/hebei/travel/i-btn-map.png) no-repeat;
}

i#btn_help {
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    margin: 10px 10px 0 20px;
    background: url(/m2/i/hebei/travel/i-btn-help.png) no-repeat;
}
i#btn_weather {
    display: block;
    float: left;
    width: 37px;
    height: 27px;
    margin: 10px 10px 0 20px;
    background: url(/m2/i/hebei/travel/i-btn-weather.png) no-repeat;
}
/* 自动天气预报 */
.ap_body {
    max-width: 1000px;
    height: 220px;
    background: #4e4e4e;
}
.ap_body .ap_list {
    list-style: none;
    color: #FFFFFF;
}
.ap_list .ap_item {
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    height: 220px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

.ap_list .ap_item h1 {
    font-size: 14px;
    font-weight: normal;
    /* margin-top: 30px; */
    margin-top: 10px;
}
.ap_list .ap_item .ai_weather {
    display: block;
    width: 40px;
    height: 40px;
    margin: 40px auto;
    /* background: url(/m2/i/hebei/travel/i-cloudy.png) no-repeat; */
}
.ai_more {
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}
.ai_more:hover {
    background: none;
}
.ai_more {
    display: block;
    overflow: hidden;
}
.ai_more > i {
    display: block;
    width: 15px;
    height: 27px;
    margin: 97px auto;
    background: url(/m2/i/hebei/travel/i-more.png) no-repeat;
}
.ap_footer {
    width: 100%;
    height: 260px;
    margin-top: 20px;
    background: #4e4e4e;
}
/* 自动天气预报表格 */
#main_chart {
    width: 1000px;
    height: 260px;
}
