@charset "utf-8";
/* CSS Document */

body, ul, ul li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-family: "微软雅黑", "黑体", "宋体";
    background: url(../image/bg/bg.jpg)
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 20px;
    color: #000;
    line-height: 60px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

img {
    border: 0;
}

.red {
    color: #F00;
}

.zhubg {
    background: #0473cb;
    color: #fff;
}

.baibg {
    background: #fff;
}

.huibg {
    background: #ededed;
}

.z_color, .z_color a, .z_color a:link {
    color: #990000;
}

.c_color, .c_color a, .c_color a:link {
    color: #fbffb8;
}

.hui_color, .hui_color a, .hui_color a:link {
    color: #999999;
}

.hei_color, .hei_color a, .hei_color a:link {
    color: #000;
}

.bai_color, .bai_color a, .bai_color a:link {
    color: #fff;
}

.div100 {
    width: 100%;
}

.d_l {
    width: 100%;
    float: left;
}

.d_a {
    width: auto;
    float: left;
}

.d_r {
    width: auto;
    float: right;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.bottom10 {
    margin-bottom: 10px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.border0 {
    border: 0;
}

a, a:link {
    color: #172c45;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ff5a00;
}

.all {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.chang {
    width: 110%;
    overflow: hidden;
}

.top_tr1 {
    padding: 20px 0 25px 0;
}

.top_tr1 .logo {
    width: 335px;
    height: 39px;
    float: left;
    background: url(../image/icon/logo.png) no-repeat;
    text-indent: -9999px;
    margin: 20px 0 0 0;
}

.top_tr1 .logo a, .top_tr1 .logo a:link {
    display: block;
    line-height: 39px;
}

.top_tr1 .slg {
    width: 198px;
    height: 55px;
    float: left;
    background: url(../image/icon/slg.png) no-repeat;
    margin: 10px 0 0 170px;
}

.top_tr1 .top_tel {
    padding: 0 0 0 110px;
    line-height: 34px;
    background: url(../image/icon/top_tel.png) no-repeat;
    color: #f6f5b1;
    font-size: 30px;
    margin: 20px 0 0 0;
}

.top_tr1 .top_tel span {
    display: none;
}

.menu {
    background: #ac3232;
}

.menu ul li {
    float: left;
    font-size: 16px;
}

.menu ul li.on {
    background: #8a2828;
}

.menu ul li a, .menu ul li a:link {
    line-height: 40px;
    padding: 1px 17px 0 17px;
    display: block;
}

.left {
    width: 395px;
    float: left;
}

.right {
    width: 793px;
    float: right;
}

.more {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}

.hide {
    display: none;
}

.left .left_contact .title {
    color: #ac3232;
}

.left_topic .title {
    font-size: 20px;
    padding: 24px 0;
}

.left_topic .title h3 {
    font-weight: normal;
    display: inline;
}

.left_topic .title i {
    margin-left: 20px;
    color: #ac3232;
}

.left .left_con {
    width: 338px;
    float: right;
    margin: 0 10px 0 0;
}

.left .left_contact_lxfs {
    padding: 10px 0 30px 0;
    line-height: 37px;
}

dl.link dd {
    background: url(../image/icon/link.gif) no-repeat 0;
    padding: 0 0 0 20px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.footer {
    background: url(../image/bg/hei40.png);
    padding: 30px 0;
}

.linkchange {
    padding: 10px 0;
}

.mbx {
    line-height: 40px;
}

.left_topic_con dl {
    padding: 0 10px 0 30px;
    margin-top: -10px;
}

.left_pic {
    padding: 0 0 20px 0;
}

.left_pic img {
    width: 335px;
    margin-left: 30px;
}

.listpage .title {
    background: #8a2828;
    background: url(../image/bg/hei40.png);
}

.listpage .title i {
    margin-left: 20px;
    font-size: 22px;
}

.listpage .title h1 {
    display: inline;
    color: #fff;
    font-weight: normal;
    line-height: 50px;
}

.car_list .chang {
    margin: 10px 0 0 10px;
}

.car_list dl {
    width: 174px;
    float: left;
    overflow: hidden;
    background: #f7f7f7;
    margin: 20px 0 0 14px;
    border: 1px solid #f1f2f3;
}

.car_list dl dd img {
    width: 174px;
    height: 111px;
}

.car_list dl dt {
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.howpageon, .howpage, .howpagetotal {
    background: #fff;
    padding: 4px 10px;
    margin-right: 10px;
}

.howpageon {
    background: #ffa200;
    color: #fff;
    font-weight: normal;
}

.cdzby dl {
    width: 730px;
    float: left;
    padding: 10px;
    position: relative;
}

.cdzby dl dd {
    width: 100px;
    float: left;
}

.cdzby dl dd img {
    width: 80px;
    height: 51px;
}

.cdzby dl dt {
    width: 630px;
    float: left;
    text-align: left;
}

.cdzby dl dt a, .cdzby dl dt a:link {
    width: 524px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.cdzby dl dt span em {
    width: 250px;
    font-style: normal;
    color: #999;
    line-height: 16px;
    float: left;
}

.cdzby dl dt span em.td1 {
    width: 130px;
}

.cdzby dl dt strong {
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
    font-weight: normal;
    color: #555555;
}

.cdzby dl dt strong b {
    font-size: 18px;
    color: #f60;
    font-weight: normal;
}

.list_nopic dl {
    width: 746px;
    border: 0;
    background: none;
}

.list_nopic dl dd {
    line-height: 40px;
    border-bottom: 1px dotted #CCC;
}

.list_nopic dl dd span {
    color: #555;
}

.list_nopic dl dd a, .list_nopic dl dd a:link {
    width: 636px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.details {
    padding: 20px 0 0 0;
}

.details .title {
    border-bottom: 1px dotted #ccc;
}

.content {
    width: 730px;
    float: left;
    margin: 30px 0 0 32px;
}

.xgyd dl {
    width: 100%;
    float: left;
}

.xgyd dl dt {
    width: 710px;
    float: left;
    padding: 0 0 0 20px;
    background: #eee;
    margin-bottom: 10px;
}

.xgyd dl dt strong {
    background: #fff;
    padding: 0 20px;
    line-height: 30px;
    display: inline-block;
}

.xgyd dl dd {
    width: 330px;
    float: left;
    padding: 0 30px 0 0;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/*在线联系*/
.zxlx {
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 13px;
    color: #000;
    margin-top: -140px;
    z-index: 99999;
}

.zxlx_con {
    width: 131px;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

.zxlx_neirong {
    padding: 0 10px;
}

.zxlx_neirong dl {
    float: left;
}

.zxlx_neirong dd {
    float: left;
}

.zxlx_neirong dd img {
    float: left;
}

.zxlx_neirong dd a, .zxlx_neirong dd a:link {
    width: 111px;
    float: left;
}

.zxlx_con .cha {
    width: 23px;
    height: 23px;
    position: absolute;
    left: -11px;
    top: -11px;
    background: url(../image/icon/cha.png) no-repeat;
    cursor: pointer;
}

.zxkf_open {
    width: 49px;
    height: 89px;
    background: url(../image/icon/zxkf.jpg) no-repeat;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -50px;
    display: none;
    z-index: 99999;
}

.content p {
    text-indent: 2em;
}

.content p img {
    padding-right: 2em;
}

.carlist_img {
    position: relative;
}

.carlist_img span {
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -ms-text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
}

a, a:link {
    color: #990000;
}

/*评论*/
.pinglun_title {
    background: #eeeeee;
    text-indent: 10px;
    line-height: 30px;
    color: #000;
}

.pinglun_title span.d_r {
    margin-right: 10px;
}

.pinglun_form {
    margin: 10px 0 0 0;
}

.pinglun_form .pinglun_text {
    margin: 0 30px 0 0;
    float: left;
}

.pinglun_form .pinglun_text em {
    font-size: 12px;
    font-style: inherit;
    margin: 0 0 0 4px;
    color: #990000;
}

.pinglun_form .pinglun_text .inputText, .pinglun_form .pinglun_textarea {
    width: 240px;
    height: 26px;
    border: 1px solid #ccc;
}

.pinglun_form .pinglun_textarea {
    width: 728px;
    height: 80px;
    margin-top: 20px;
}

.pinglun_form .pinglun_btn {
    margin: 20px 0 0 0;
    padding: 6px 16px;
    background: #990000;
    color: #fff;
    border: 0;
}

.pinglun_all_list {
    width: 100%;
    float: left;
    border-top: 1px dashed #ccc;
    margin: 20px 0 0 0;
}

.pinglun_all_list .pl_list {
    margin: 20px 0 0 0;
}

.pl_listtitle {
    background: #e4e4e4;
    text-indent: 10px;
    line-height: 30px;
    color: #3d5f7b;
}

.pl_listtitle .pl_time {
    margin: 0 10px 0 0;
    font-size: 12px;
    color: #999;
}

.pl_list_con {
    margin: 20px 0 0 0;
}

.pl_content {
    width: 687px;
    float: right;
    color: #000;
}

.ecomment {
    background: #f9f9f9;
    font-size: 12px;
    color: #999;
    padding: 4px 0;
    margin-bottom: 10px;
}

.ecomment p {
    margin: 4px 0;
}

.ecomment span {
    margin: 10px 0 0 10px;
}

.i_zjy_link dl {
    width: 400px;
    float: left;
}

.i_zjy_link dl:nth-child(2) {
    padding-left: 0;
}

/*cj new_add*/
.carhot {
    width: 394px;
    border: 1px solid #f8eeef;
    background-color: #fff;
    padding-bottom: 30px;
}

li.carhot_now {
    width: 245px;
    margin-top: 15px;
}

.carhot ul {
    width: 356px;
    padding: 0 20px;
}

.carhot ul li {
    width: 356px;
    overflow: hidden;
    padding-left: 9px;
    margin-top: 10px;
}

.carhot .carhotli_t {
    width: 356px;
    height: 20px;
    line-height: 20px;
}

.carhot ul li b {
    display: block;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #CC8082;
    color: #fff;
    float: left;
    font-weight: 100;
    font-family: "微软雅黑";
    background: url(../image/icon/link.gif) no-repeat 0;
}

.carhotli_t .carname {
    width: 209px;
    height: 20px;
    float: left;
}

.carhotli_t .carname a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.carhot ul li:hover .carname a, .carhot ul li:hover .carread {
    color: #ff5a00;
}

.carhot .carhotli_p {
    width: 356px;
    display: none;
    margin-top: 5px;
}

.carhotli_t .carread {
    width: 123px;
    height: 20px;
    float: right;
    font-size: 12px;
    color: #000;
}

.carhot ul li.carhot_now .carhotli_p {
    display: block;
}

.img_list_box {
    padding: 0 24px;
}

.img_item {
    margin-bottom: 10px;
}

.img_item img {
    width: 100%;
}

/*西部旅游*/
.articel_right_con {
    width: 872px;
    float: left;
}

.con-list p {
    margin: 0;
    padding: 0;
}

.con-list {
    float: left;
    width: 740px;
    padding: 10px 0px;
    margin-top: 10px;
    border-top: 2px solid #0473cb;
}

.con-list .h3-tit {
    float: left;
    width: 742px;
    margin-bottom: 10px
}

.con-list .h3-tit h3 {
    float: left;
    color: #252525;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: 500
}

.con-list .h3-tit .mdd-fl {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 40px
}

.con-list .h3-tit .mdd-fl a {
    float: left;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding-right: 15px
}

.con-list .h3-tit a.more {
    float: right;
    color: #666;
    height: 30px;
    line-height: 30px
}

.con-list .con-l {
    float: left;
    width: 260px;
    position: relative
}

.con-list .con-l .jh {
    color: #fff;
    position: absolute;
    left: -6px;
    top: 10px;
    display: block;
    width: 49px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    z-index: 99;
}

.con-list .con-l p {
    float: left;
    width: 260px
}

.con-list .con-l .p1 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 99;
}

.con-list .con-l .p1 .sp1 {
    float: left;
    font-size: 14px;
    padding-left: 20px;
    margin-left: 5px;
}

.con-list .con-l .p1 .sp1 a {
    color: #fff
}

.con-list .con-l .p1 .sp2, .con-list .con-l .p1 .sp3 {
    float: right;
    font-size: 14px;
    padding-right: 10px;
}

.con-list .con-l .p1 .sp2 {
    padding-left: 20px;
    background-position: -73px -30px
}

.con-list .con-l .p1 .sp3 {
    padding-left: 25px;
    background-position: 0 -30px
}

.con-list .con-l .p2, .con-list .con-l .p2 a {
    color: #646464;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold
}

.con-list .con-l .p3 {
    color: #999;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden
}

.con-list .con-l .p3 a {
    color: #0093d0
}

.con-list .con-m {
    float: left;
    width: 199px;
    margin-left: 15px;
}

.con-list .con-m dl {
    float: left;
    width: 219px;
    margin-bottom: 10px;
}

.con-list .con-m dl dt {
    float: left;
    width: 223px;
}

.con-list .con-m dl dt .mdd-a {
    float: left;
    height: 24px;
    line-height: 24px;
    color: #028ed7;
    font-size: 14px;
    padding: 0 5px 0 15px;
}

.con-list .con-m dl dt .tit-a {
    float: left;
    width: 165px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.con-list .con-m dl dd {
    float: left;
    color: #999;
    padding-top: 3px;
    line-height: 18px
}

.con-list .con-m dl dd a {
    color: #999
}

.con-list .con-r, .con-list .con-r ul {
    float: right;
    width: 230px;
    overflow: hidden
}

.con-list .con-r ul li {
    float: left;
    width: 230px;
}

.con-list .con-r ul li.mb-15 {
    margin-bottom: 15px
}

.con-list .con-r ul li p {
    float: left;
    width: 230px;
    height: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 99
}

.con-list .con-r ul li p a {
    color: #fff;
    float: left;
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    background: url(../image/toum_bg.png) left repeat-x;
}

.section-focus-pic {
    height: 300px;
    width: 260px;
    overflow: hidden;
    position: relative;
}

.section-focus-pic ul li {
    position: absolute;
    top: 0;
    left: 260px;
    width: 260px;
    height: 300px;
}

.section-focus-pic ul li h3 {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 400px;
    font-weight: normal;
    color: #FFF;
    margin-left: 20px;
    z-index: 111;
    font-size: 12px;
    font-family: "微软雅黑";
}

.section-focus-pic ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #000;
    width: 260px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.section-focus-pic .pages {
    width: 260px;
    height: 300px;
}

.section-focus-pic .controler {
    position: absolute;
    top: 170px;
    right: 10px;
}

.section-focus-pic .controler b {
    cursor: pointer;
    width: 20px;
    height: 10px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    background: url(../image/news_index_icon.png) no-repeat -136px 3px;
    float: left;
    margin: 0 0 0 5px;
}

.section-focus-pic .controler b.down {
    background-position: -161px 1px;
}

.section-focus-pic .controler2 a {
    display: block;
    width: 40px;
    position: absolute;
    top: 120px;
    height: 40px;
}

.section-focus-pic .controler2 a i {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 34px;
}

.section-focus-pic .controler2 .prev {
    left: 5px;
}

.section-focus-pic .controler2 .prev i {
    background-position: -34px -68px;
    _background: none;
    margin-left: 5px;
}

.section-focus-pic .controler2 .prev:hover i {
    left: 10px;
    background-position: -34px -24px;
    _background: none;
}

.section-focus-pic .controler2 .next {
    right: 10px;
}

.section-focus-pic .controler2 .next i {
    background-position: -62px -68px;
    _background: none;
    margin-left: 10px;
}

.section-focus-pic .controler2 .next:hover i {
    right: 10px;
    background-position: -62px -24px;
    _background: none;
}
.car_list2 dl {
    width: 174px;
    float: left;
    overflow: hidden;
    background: #f7f7f7;
    /* margin: 20px 0 0 14px; */
    margin-right: 9px;
    border: 1px solid #f1f2f3;
}
.car_list2 dl dd img {
    width: 174px;
    height: 111px;
}

.car_list2 dl dt {
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
