.body {
    background-color: #f0f3f8;
}

.list_banner {
    height: 350px;
    overflow: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.list_banner img {
    width: 100%;
}

.list {
    width: 1200px;
    position: relative;
    top: -35px;
}

.list_head {
    background-color: rgba(255, 255, 255, .85);
    margin-bottom: 20px;
}

.list_head h1 {
    line-height: 70px;
    font-size: 24px;
    color: #6c3173;
    float: left;
    margin-left: 20px;
}

.position {
    float: right;
    margin-right: 20px;
}

.position,
.position a {
    line-height: 70px;
    color: #030303;
    font-size: 12px;
}

.list_body_left {
    width: 880px;
    float: left;
    margin-right: 20px;
}

.list_body_left ul {
    background-color: #fff;
    width: 836px;
    padding: 20px 22px 0;
    overflow: hidden;
}

.list_body_left .list_ul li {
    margin-bottom: 20px;
    height: 120px;
}

.list_body_left .list_ul li .date {
    height: 120px;
    width: 110px;
    margin-right: 10px;
    float: left;
    text-align: center;
    color: #6c3173;
    font-weight: 500;
}

.list_body_left .list_ul li .date .top {
    font-size: 36px;
    margin-top: 22px;
}

.list_body_left .list_ul li .date .bottom {
    font-size: 16px;
}

.list_body_left .list_ul li .content a {
    display: block;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 48px;
    margin-top: 6px;
}

.list_body_left .list_ul li .content p {
    display: block;
    float: left;
    width: 716px;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #888888;
}

.list_body_left .list_ul li .content .bottom {
    float: left;
    width: 716px;
    color: #888888;
    font-size: 14px;
}

.list_body_left .list_ul li .content .bottom .date2 {
    float: left;
    padding-left: 25px;
    background: url(../images/time.png) left no-repeat;
}

.list_body_left .list_ul li .content .bottom .click {
    float: right;
    padding-left: 25px;
    margin-right: 40px;
    background: url(../images/eye.png) left no-repeat;
}

.list_body_left .list_ul li:nth-child(2n) {
    background-color: #f0f3f8;
}

.list_body_right {
    float: left;
    background-color: #fff;
}

.list_body_right .top {
    position: relative;
}

.list_body_right .top ul {
    width: 260px;
    height: 186px;
    position: relative;
}

.list_body_right .top ul li {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list_body_right .top ul .on {
    display: block;
}

.list_body_right .top a {
    position: absolute;
    bottom: 0;
    width: 245px;
    left: 0;
    font-size: 16px;
    color: #e7e7e7;
    padding-left: 15px;
    line-height: 40px;
    background-color: rgba(40, 40, 40, .7);
}

.list_body_right .top img {
    width: 260px;
    height: 186px;
    float: left;
}

.list_body_right .top ol {
    position: absolute;
    bottom: 50px;
    left: 39%
}

.list_body_right .top ol li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

.list_body_right .top ol .on {
    background-color: #a94db4;
}

.list_body_right {
    padding: 20px;
}

.list_body_right .title {
    border-bottom: 2px solid #e9e9e9;
}

.list_body_right .title h1 {
    float: left;
    font-size: 22px;
    color: #6c3173;
    line-height: 60px;
}

.list_body_right .title .more {
    font-size: 14px;
    color: #333;
    float: right;
    margin: 20px 10px 0 0;
}

.complex {
    width: 260px;
    padding-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.complex li{
	margin-bottom:18px;
overflow: hidden;
}
.complex li span {
    white-space: nowrap;
    font-size: 14px;
    color: #6c3173;
disable:block;
float:left;
}

.complex li a {
    color: #888788;
disable:block;
float:left;
    font-size: 14px;
    white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.content1{
	background-color: #fff;
	overflow: hidden;
}
.content1 .title{
	color: #161616;
	font-size: 26px;
	text-align: center;
	line-height: 56px;
	margin: 20px 0;
	padding: 0 40px;
}
.content1 .title_bottom{
	text-align: center;
	font-size: 14px;
	color: #161616;
}
.content1 .title_bottom span{
	color: #a94db4;
	margin: 0 15px 0 0;
}
.content1_hr{
	height: 0;
	width: 95%;
	border: 0;
	border-bottom: 1px dashed #c4c5c6;
}
.content1_text{
	padding: 20px 40px;
}
.content1 .next{
    color: #6c3173;
    font-size: 14px;
    margin-left: 40px;
    line-height: 45px;
}