.article_dh {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    overflow: hidden;
}

.article_dh a,.article_dh span {
    float: left;
}

.article_dh h1 {
    color: #00ccff;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content_subject {
    width: 860px;
    float: left;
    overflow: hidden;
}

.content_title {
    width: 860px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}

.content_title h2 {
    font-weight: normal;
    text-align: center;
    margin: 30px 0px;
    color: #fe9b0e;
}

.content_title span {
    margin: 0px 30px;
    color: #666;   
}

.content_article p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    color: #666;
}

.content_article a {
    color: #fe9b0e;
}

.content_article img {
    border: #FFF 4px solid;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    margin: 8px 0;
    max-width: 810px;
}

.content_flip {
    padding: 0 20px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dfdfdf;
}

.content_flip span {
    width: 390px;
    height: 19px;
    overflow: hidden;
    display: block;
    margin-left: 20px;
    color: #666;
    float: left;
    text-align: center;
}

.content_flip a {
    color: #fe9b0e;
}

.content_relevant {
    width: 860px;
    margin-top: 20px;
    float: left;
}

.content_relevant h2 {
    display: block;
    overflow: hidden;
    width: 860px;
    float: left;
    color: #fe9b0e;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.content_relevant span {
    font-size: 20px;
    color: #0cf;
}

.content_relevant li {
    width: 430px;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
}

.content_relevant a {
    color: #666;
}

.content_relevant a:hover {
    color: #0cf;
}

.article_right {
    width: 300px;
    float: right;
}

.article_right h3 {
    font-weight: normal;
    padding: 8px 15px;
    font-size: 18px;
    background: #0cf;
    color: #fff;
}

.article_right .apage {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #fff;
    font-size: 12px;
}

.list_raides {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.list_raides li {
    width: 300px;
    height: 90px;
    overflow: hidden;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.list_raides li:nth-child(5) {
    border-bottom: 0px;
}

.list_raides img {
    width: 130px;
    height: 80px;
    float: left;
}

.list_raides span {
    display: block;
    font-size: 14px;
    width: 160px;
    margin-left: 10px;
    height: 45px;
    float: left;
    line-height: 24px;
    color: #000;
}

.list_raides i {
    font-style: normal;
    display: block;
    margin-left: 10px;
    float: left;
    color: #666;
    line-height: 35px;
}

.disemenu {
    width: 300px;
    margin-top: 15px;
}

.article_hotel {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.article_hotel li {
    width: 145px;
    height: 90px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px 10px 0px 0px;
}

.article_hotel li:nth-child(2n+0) {
    margin-right: 0px;
}

.article_hotel img {
    width: 145px;
    height: 90px;
}

.article_hotel li:hover span {
    bottom: 0px;
    width: 105px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 24px;
    font-size: 18px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.0s ease-in-out 0s;
}

.article_hotel span {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0px;
    width: 145px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    height: 95px;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}