.trip_main {
    width: 1200px;
    margin: 0 auto 0px auto;
    overflow: hidden;
}
.trip_main_ko {
    width: 100%;
    border-bottom: 1px #eee solid;
    overflow: hidden;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
}
.trip_main_ko span {
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
}
.trip_main_ko ul li {
    float: left;
}
.trip_main_ko ul li a {
    margin: 0 5px;
}


/*下面是文章详情*/
.news_content_con{ padding:40px 40px; background:#fafafa;margin-bottom:50px;}
.news_xxcon{ font-size:14px;line-height:24px;color:#444;min-height:400px;}
.news_xxcon img{margin:3px 0;width:700px;min-width:700px;height:auto;}
.news_titles{width:100%; text-align:center;border-bottom:1px #eee solid;margin-bottom:20px;}
.news_titles h3{font-weight:bold;font-size: 2em;}
.news_titles em{margin-right:20px;}
.news_titles em,.news_titles b{ font-style:normal;color:#666;font-size:14px;line-height:50px;font-weight:normal;}