/*基础样式*/

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}



ol {
    list-style: decimal;
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}



q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

.cl {
    clear: both;
}

p {
    color: #444444;
    font-size: 16px;
}
a{
    color:#555555;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
}

.index-title{
    margin: 10px auto;
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    color: #B00000;
}

.silk_road_info{
    margin-bottom: 20px;
}
.silk_road_info p{
    text-align: justify;
}
.silk_road_info img{
    width: 100%;
}

.silkroad_cont .item .images img {
    width: 100%;
}
.silkroad_cont .item{
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.silkroad_cont .item .images {
    position: relative;
}
.silkroad_cont .item .images .title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 3px 3px 3px #000000;
    z-index: 2;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
}

.silkroad_cont .item .info ul {
    padding: 10px 10px;
}
.silkroad_cont .item .info li {
    margin-left: 15px;
    position: relative;
    margin-bottom: 2px;
}
.silkroad_cont .info a{
    color:#337ab7;
}
.silkroad_cont  .item .info li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -10px;
    top: 3px;
    border: 5px solid;
    border-color: transparent transparent transparent #000000;
}
.silkroad_cont .item .info li a u {
    color: #444444;
    text-decoration: none;
}
.silkroad_cont .item .button .btn {
    border-radius: 10px;
    text-decoration: underline;
    padding: 0 12px !important;
}
.column_title{
    margin: 15px 0;
}
.column_title a {
    color: #B80007;
    text-decoration: underline;
}

.column_title h2 {
    font-family: Arial;
    /* line-height: 40px; */
    font-size: 1.5em;
    font-weight: bold;
    color: #B80007;
}
.column_title img {
    margin-top: -5px;
    margin-right: 10px;
}


.silk_road_tour .title,.silk_road_list .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    padding: 5px 0;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
}
.silk_road_list {

    position: relative;
    margin-bottom: 10px;
}
.silk_road_tour img,.silk_road_list img {
    width: 100%;
}


.silk_road_list a{
    color: black;
}
.silk_road_tour{
    position: relative;
}
.img_tit_up {
    position: relative;
    margin-bottom: 20px;
}
.price{
    font-size: 1.28em;
}
.tour-des{
    position: relative;
    border: 1px solid #eeeeee;
    min-height: 130px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
}
.tour-des p{
    padding: 5px;
}
.tour-des a{
    position: absolute;
    right: 10%;
    bottom: 20px;
    color: #d74508;
    border: 1px solid #d74508;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    text-decoration: none;
}
.tour-des a:hover{
    background: #d74508;
    color: #fff;
}
.tour-des strong{
    color: #ff0000;
    font-size: 1.5em;
    font-weight: 100;
}

@media (min-width: 799px) {
    .silkroad_cont .item {
        height: 480px;
    }
}