.yu-container{
    padding-top:40px;
    padding-bottom: 50px;
    width:100%;
    background: #f3f3f3;
}
.n_left{
    width: 100%;
    height: 565px;
    margin: auto;
    padding-bottom: 40px;
}
.n_left>ul{
    width:100%;
    height:100%;
    background: #fff;
    position: relative;
    padding-top:130px;
    box-sizing: border-box;
}
.n_left>ul>div{
    width:105%;
    height:60px;
    position: absolute;
    right:0;
    top:30px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    line-height: 60px;
    box-shadow: -1px 0px 10px #999;
}
.n_left>ul>div>span{
    position: absolute;
    left: 0;
    bottom: -15px;
    border-right: 15px solid #1F7DE0;
    border-bottom: 15px solid transparent;
}
.n_left>ul>li{
    line-height: 60px;
    font-size: 17px;
    /* text-align: center; */
}
.n_left>ul>li>span{
    width:8px;
    height:8px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 80px;
}
@media screen and (max-width:768px){
    .n_left{
        width:90%;
        height:auto;
    }
    .n_left>ul{
        padding-top:110px;
    }
    .n_left>ul>li>span{
        margin-left: 15px;
        margin-right: 10px;
        font-size:12px;
    }
}
/* ---------------------详情页right样式----------------------- */
.n_right{
    width:100%;
    background: #fff;
    padding: 25px 25px 18px;
    margin: auto;
    min-height:650px;
}
.xq_top{
    width:100%;
    padding: 20px 0;
}
.xq_top>.touxiang{
    width:180px;
    height:130px;
    text-align: center;
    background:url(../image/yuyuebg.png) no-repeat;
    position: relative;
    margin: auto;
}
.xq_top>.touxiang figure{
    width:90%;
    height:90%;
    position: absolute;
    top:5%;
    left:5%;
    overflow: hidden;
}
.xq_top>h4{
    font-size:18px;
    color:#000000;
    text-align: center;
    margin:10px 0;
}
.xq_top>h5{
    font-size:14px;
    color:#000000;
    text-align:center;
}
.xq_time{
    font-size:14px;
    color:#ff5555;
}
.xq_liuc{
    font-size:14px;
    color:#000000;
}
.xq_rili{
    margin:15px -25px 0;
}
.xq_rili>div{
    width:100%;
    height:60px;
    background-color: #ebe8e8;
    margin-top:20px;
}
.xq_rili>ul{display: none;}
.xq_rili>ul>li{
    width:100%;
    height:40px;
    line-height: 40px;
    border-bottom:1px solid #ddd;
    padding:0 25px;
    font-size:14px;
    color:#000000;
}
.xq_rili>ul>li>span{
    display: inline-block;
    height:24px;
    padding:0 15px;
    line-height: 24px;
    margin-top: 3px;
    margin-left:15px;
    border-radius: 20px;
    color:#fff;
    font-size: 12px;
    cursor:pointer;
}
.jianjie{
    width:70px;
    font-size:14px;
    color:#666;
    line-height:28px;
}
.neirong{
    font-size:14px;
    color:#000;
    text-align:justify;
    line-height:28px;
}
/* ----------------------列表页right样式-------------------- */
.n_right>ol{
    width:100%;
    height:100%;
    position: relative;
}
.n_right>ol>a{
    width:100%;
    height:135px;
    display: block;
    border-bottom:1px solid #d2d2d2;
    color: #000;
    margin-bottom: 8px;
    padding:8px 0;
}
.n_right>ol>a>div{
    float: left;
}
.n_right>ol>a>.ol_left{
    width:115px;
    height:100px;
    text-align: center;
    margin-right: 22px;
    background:url("../image/yuyuebg.png") no-repeat;
    position: relative;
}
.ol_left figure{
    width:90%;
    height:90%;
    position: absolute;
    top:5%;
    left:5%;
    overflow: hidden;
}
.ol_left img{
    width:100%;
}
.ol_left>p{
    font-size: 16px;
    line-height: 26px;
}
.ol_left>span{
    display: block;
    font-size: 12px;
    line-height: 17px;
    color:#000;
}
.n_right>ol>a:hover>.alert_title{
    display: block;
}
.n_right>ol>a>.ol_right{
    width:82%;
    float: right;
}
@media screen and (max-width:768px){
    .n_right>ol>a>.ol_left{
        margin-right: 10px;
    }
}
.ol_time{
    font-size:14px;
    color:#666666;
}
.ol_time>span{
    color:#ff6969;
}
.ol_title{
    width:100%;
    font-size: 17px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
    margin:5px 0;
}
.ol_title>span{
    font-size:14px;
}
.ol_detial{
    width:100%;
    font-size:12px;
    color:#555555;
    text-align:justify;
    line-height:20px;
    /* text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;  */
}
.ol_right>span{
    font-size:12px;
}
@media screen and (max-width:768px){
    .n_right>ol>a {
        height: 118px;
    }
    .n_right>ol>a>.ol_left {
        width: 85px;
        height: 76px;
    }
    .n_right>ol>a>.ol_right {
        width: 66%;
    }
    .ol_title{
        font-size: 15px;
    }
    .ol_detial{
        font-size:12px;
        overflow: hidden;
        height: 20px;
    }
}
/* ---------------------暂无数据-------------------- */
.n_right>ol>img{
    position: absolute;
    left:50%;
    top:100px; 
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);  /* for Chrome || Safari */
	-moz-transform: translateX(-50%);     /* for Firefox */
	-ms-transform: translateX(-50%);      /* for IE */
	-o-transform: translateX(-50%);       /* for Opera */
}
/* ------------------------------------------ */
/* .lie{background: #5ba8e2;} */
.lie table {
    width: 100%;
} 
.lie table th:nth-child(1) {
    text-indent: 15px;
    width: 300px;
}
.lie table th {
    background-color: #f2f2f2;
    color: #5a5a5a;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
}
.pkg_date_select {
    position: relative;
    z-index: 9;
    height: 60px;
}
.pkg_date_prev, .pkg_date_next {
    float: left;
    width: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.pkg_date_prev a.disabled, .pkg_date_next a.disabled, .pkg_date_prev a.disabled i, .pkg_date_next a.disabled i {
    cursor: not-allowed;
}
.pkg_date_prev a, .pkg_date_next a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
   color: #3c3b3b;
}
.pkg_date_prev a.disabled, .pkg_date_next a.disabled, .pkg_date_prev a.disabled i, .pkg_date_next a.disabled i {
    cursor: not-allowed;
}
.pkg_date_list {
    width:70%;
    position: relative;
    float: left;
    height:70px;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    top:-10px;
}
.pkg_date_list ul {
    height:60px;
    position: absolute;
    left: 0;
    top: 10px;
}
.pkg_date_list .current {
    z-index: 2;
    background: #960d13;
    position: relative;
    height:70px;
    top:-10px;
}
.pkg_date_list .current>p{
    width:100%;
    height:10px;
    background: #960d13;
    position: relative;
}
.pkg_date_list .current>p>span{
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom:10px solid #960d13;
    position: absolute;
    right:-10px;
    bottom:-2px;
    display: block;
}
.pkg_date_list li {
    float: left;
    width: 97px;
    height:100%;
    cursor: pointer;
}
.pkg_date_list .pkg_date_single a {
    padding: 5px 0;
    display: block;
    width: 100%;
    height: 100%;
}
.pkg_date_list .current a{
    padding-top:15px;
}
.pkg_date_list .current a strong{
    color:#fff;
}
.pkg_date_list .current a span{
    color:#fff;
}
.pkg_date_list li a {
    height: 58px;
    padding: 11px 0;
}
.pkg_date_list .current:after{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #960d13;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
}
.pkg_date_list li strong {
    color: #3c3b3b;
    font-size: 12px;
    text-align: center;
    line-height: 25px;  display: block;
    margin-bottom: 10px;
}
.pkg_date_list li span {
    display: block;
    text-align: center;
    margin-bottom: 2px;
    line-height: 14px;
    font-size: 12px;
    color: #3c3b3b;
}
.pkg_date_prev i {
    position: absolute;
    left: 50%;
    top: 22%;
    width: 13px;
    height: 22px;
    margin: -11px 0 0 -6px;
    padding: 0;
    /* background: url(../images/jiantoubiao_11.png)no-repeat; */
}
.pkg_date_next i {
    position: absolute;
    left: 50%;
    top: 59%;
    width: 13px;
    height: 22px;
    margin: -11px 0 0 -6px;
    padding: 0;
    /* background: url(../images/jiantoubia.png)no-repeat; */
    cursor: pointer;
}
