@charset "UTF-8";

/*banner*/
.banner {
    position: relative;
    overflow: hidden;
}
.banner .swiper-button-prev {
    width: 38px;
    height: 62px;
    background: url("/html/img/but-left.png") center no-repeat;
    left: 0;
}
.banner .swiper-button-next {
    width: 38px;
    height: 62px;
    background: url("/html/img/but-right.png") center no-repeat;
    right: 0;
}
.banner .swiper-pagination,.pagination {
    position: absolute;
    left: 45%;
    bottom: 4%;
}
.banner .swiper-pagination span,.swiper-pagination-switch {
    width: 11px;
    height: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: rgba(125,125,125,1);
    opacity: 1;
    float: left;
    margin-right: 1em;
}
.banner .swiper-pagination .swiper-pagination-bullet-active,.swiper-active-switch  {
    background: rgba(113,12,105,1);
}
/*banner-end*/

/*main-content*/
.main-content {
    background-color: #fff;
}
.main-bottom {
    background-color: #fff;
}

/*cont-title*/
.cont-title {
    border-bottom: 1px solid #ebebeb;
    padding-right: 30px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.cont-title span {
    font-size: 15px;
    color: #6d0864;
    padding: 0 30px 0 15px;
    background: url("/html/img/title-bg.png")left center no-repeat;
}
.cont-title a {
    margin-top: -2px;
}
/*cont-title-end*/

/*cont-left*/
.cont-left {
    width: 25%;
}
.left-top ul {
    padding: 0 30px 0 16px;
}
.left-top li {
    padding-left: 12px;
    background: url("/html/img/dian.png") 0 6px no-repeat;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    margin-top: 32px;
}
.left-top li .n-text {
    display: block;
    overflow: hidden;
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.left-top li:last-of-type {
    border-bottom: none;
}
.left-top li a {
    color: #6d0864;
    font-size: 14px;
}
.left-top li a:hover {
    color: #fa991c;
}
.left-top li p:first-of-type {
    color: #222;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 15px;
}
.left-top li p:last-of-type span {
    color: #717171;
    font-size: 12px;
}
.left-top li p:last-of-type img {
    margin-top: -2px;
    margin-right: 8px;
}
.left-bottom {
    border-top: 1px solid #ebebeb;
}
.left-bottom ul {
    padding: 32px 30px 34px 16px;
}
.left-bottom li {
    padding-left: 12px;
    background: url("/html/img/dian.png") 0 50% no-repeat;
    line-height: 32px;
}
.left-bottom li a {
    font-size: 14px;
    color: #3178b5;
    line-height: 1.5em;
}
.left-bottom li a:hover {
    color: #6d0864;
}
/*cont-left-end*/

/*cont-right*/
.cont-right {
    width: 75%;
    position: relative;
}
.right-top {
    border-left: 1px solid #ebebeb;
}
.right-top .swiper-container {
   padding: 24px 0 50px 24px;
}
.right-top .swiper-button-prev {
    width: 38px;
    height: 62px;
    background: url("/html/img/but-left.png") center no-repeat;
    left: 0;
}
.right-top .swiper-button-next {
    width: 38px;
    height: 62px;
    background: url("/html/img/but-right.png") center no-repeat;
    right: 0;
}
.right-top .swiper-pagination {
    position: absolute;
    left: 46%;
    bottom: 10%;
}
.right-top .swiper-pagination span {
    width: 11px;
    height: 10px;
    /*border-radius: 0;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    background: rgba(125,125,125,1);
    float: left;
    margin-right: 1em;
}
.right-top .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(113,12,105,0.6);
}
.right-top a:hover {
    color: #fa991c;
}
.imgDis {
    width: 100%;
}
.imgDis>img{width:152px;}
.imgDis .text {
    display: inline-block;
    margin-left: 18px;
    width: 50%;
    vertical-align: middle;
}
.imgDis .text a {
    font-size: 15px;
    color: #6d0864;
    line-height: 24px;
}
.imgDis .text a:hover {
    color: #fa991c;
}
.imgDis .text p img {
    margin-top: -3px;
    margin-right: 6px;
}
.imgDis .text p span {
    color: #717171;
    font-size: 12px;
    margin-top: 12px;
}
.right-bottom .cont-title {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.right-bottom li {
    width: 50%;
    float: left;
}
.right-bottom li a span:hover {
    /*color: #fa991c;*/
}
.right-bottom li .kxyj {
    padding: 24px;
    border-left: 1px solid #ebebeb;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}
.right-bottom li .kxyj a {
    display: block;
    /*height: 440px;*/
    min-height: 345px;
}
.right-bottom li .kxyj:hover {
    background-color: rgba(150, 76, 144,0.1);
}
.right-bottom .kxyj span {
    margin-top: 20px;
    color: #6d0864;
    font-size: 14px;
    margin-left: 12px;
    margin-right: 12px;
}
/*cont-right-end*/

/*main-content-end*/
/* 0319 */
.right-top .swiper-container{
	
	padding: 24px 0 50px 0;
}
.right-top .index-news-swiper-box{
	    
		padding-left: 24px;
}


/********media***********/
/*to 0319 */
@media (max-width:1200px) {
	
	
	.imgDis .text a{
		height: 48px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		
	}
}

/*to 0319 end*/


/*
@media (max-width:970px) {
    .right-top ul {
        text-align: center;
    }
    .right-top li {
        display: inline-block;
    }
    .right-top .text {
        margin-top: 1em;
        margin-left: 0;
    }
}
@media (max-width:860px) {
    .right-bottom li .kxyj a {
        min-height: 252px;
    }
}
@media (max-width: 767px) {
    .banner .swiper-pagination {
        left: 40%;
    }
    .right-top .swiper-container {
        padding: 24px 15px 50px 12px;
    }
    .right-top .swiper-pagination {
        left: 38%;
        bottom: 8%;
    }
    .imgDis .text {
        width: 72%;
    }
    .cont-left {
        float: none;
        width: 100%;
    }
    .cont-right {
        float: none;
        width: 100%;
    }
    .right-bottom li {
        width: 100%;
    }
    .left-top .cont-title {
        border-top: 1px solid #ebebeb;
    }
}*/
