.wrap{position:relative;float:left;width:100%;min-height:100%}
.head{position:relative;float:left;padding:20px 0 5px 0;width:100%;height:30px;background:#034b8e;color:#fff;text-align:center;font-size:16px}
.head a.back{position:absolute;top:0;left:0;padding:20px 0 5px 0;width:25px;height:30px;color:#fff}

.content{position:relative;float:left;padding:10px 5px 10px 10px;width:95%}

/*行程安排*/
.content img{float:left;width:100%}
.content p{float:left;width:100%;color:#666;font-size:14px}

/*新闻报道*/
.content ul.news{position:relative;float:left;width:100%}
.content ul.news li{float:left;margin:0 0 10px 0;padding:0 0 10px 0;width:100%;border-bottom:1px solid #eee}
.content ul.news li h3{float:left;width:100%;color:#000;font-weight:700;font-size:16px;}
.content ul.news li img{float:left;margin:5px 0;width:100%}
.content ul.news li p{background:url(../images/li.png) no-repeat 0 8px;text-indent:2em}

/*精彩视频*/
.content ul.video{position:relative;float:left;width:100%}
.content ul.video li{float:left;margin:0 0 10px 0;padding:0 0 10px 0;width:100%}
.content ul.video li video{float:left;width:100%}
.content ul.video li h3{float:left;padding:5px 0;width:100%;background:#252a6c;color:#fff;text-indent:1em;font-size:16px}

/*图片合集*/
.content .photo{position:relative;z-index:1;float:left;margin:20px 0 0 0;width:100%;font-size:18px}
.content .photo:first-child{margin:0}
.content .photo .tit{position:absolute;z-index:2;padding:10px 20px;color:#fff}
.content .photo .bd{position:relative;float:left;width:100%}
.content .photo .bd ul{float:left;width:100%}
.content .photo .bd ul li{float:left;width:100%}
.content .photo .hd{position:absolute;bottom:0;width:100%}
.content .photo .hd ul{float:right;display:none}
.content .photo .hd .pageState{float:right;padding:10px 20px;color:#fff}

/*底部logo*/
.bot{position:relative;float:left;padding:15px 0;width:100%;height:30px;background:#034b8e;text-align:center}
.bot img{height:100%}