/* 栏目内容 */
.main {
    width: 100%;
    background-color: #f8f8f8;}

.main .w {
    min-height: 875px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    background-color: #fff;}

.main .lanmu {
    width: 24.5%;}

.main .lanmu .channelpname {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: url(lanmu.jpg) no-repeat no-repeat;
    background-size: 100% 100%;
    border-radius: 4px 4px 0px 0px;}

.main .lanmu .heng {
    height: 6px;
    background-color: #630560;}

.main .lanmu .channelpname span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

.main .lanmu .current li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;}

.main .lanmu .current li a {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-left: 4px solid #7a067b;}

.main .lanmu .current li a span {
    float: left;
    margin-left: 9%;
    text-align: center;
    font-size: 18px;
    color: #333;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

.main .lanmu .current li a .san {
    display: none;
    float: right;
    margin-top: 33px;
    margin-right: 9%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #B58A32;}

.main .lanmu .current li a:hover {
    background-color: #f2ebf7;}

.main .lanmu .current li a:hover span {
    font-weight: bold;
    color: #bf9063;}

.main .lanmu .current li a:hover .san {
    display: inline-block;}


.main .right {
    width: 73%;}

.main .right .position {
    width: 100%;
    line-height: 46px;
    border-left: 6px solid #bf9063;
    font-size: 14px;
    color: #666;
    text-align: right;
    padding-right: 20px;
    background-color: #f7f7f7;}

.main .right .position a {
    font-size: 14px;
    color: #666;}

.main .right .position a:hover {
    color: #630560;}

.main .right .tit {
    width: 100%;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;}

.main .right .tit li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;}

.main .right .tit .tit_li {
    /* padding-bottom: 23px; */
    /* margin-bottom: 18px; */
    /* border-bottom: 1px dashed #ccc; */
    }

.main .right .tit .tit_li15 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;}

.main .right .tit li a {
    display: block;}

.main .right .tit li a .dian {
    float: left;
    width: 9px;
    height: 7px;
    background: url(title_01.jpg) no-repeat no-repeat;
    margin-right: 1.1627%;
    margin-top: 10px;}

.main .right .tit li a .title {
    float: left;
    font-size: 16px;
    color: #333;
    width: 81.397%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

.main .right .tit li a .time {
    float: right;
    color: #999;
    font-size: 16px;}

.main .right .tit li a:hover .dian {
    background: url(title_02.jpg) no-repeat no-repeat;}

.main .right .tit li a:hover p {
    color: #630560;}



/* 设参 */

/* 停留样式： */
.main .lanmu .current li .active_02 {
    background-color: #f2ebf7;}


.main .lanmu .current li .active_02 span {
    font-weight: bold !important;
    color: #bf9063 !important;}

.main .lanmu .current li .active_02 .san {
    display: inline-block !important;
    float: right !important;
    margin-top: 33px !important;
    margin-right: 9% !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 10px solid #B58A32 !important;}



      
/* 翻页样式： */
#pages span {
    width: 35px;
    height:34px;
    border: 1px solid #630560;
    background-color:#630560;
    border-radius: 5px;}
      
#pages a.previous {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;}
      
#pages a.next {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;}
      
#pages a:hover {
    border: 1px solid #630560;
    background-color: #630560;
    color: #333;}
      
#pages-num {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;}