/*  Body*/
.Body-wai {
    padding-bottom: 50px;
}

.Body {
    width: 100%;
}

.Body-left {
    width: 330px;
    float: left;
    margin-right: 20px;
}

.Body-top {
    padding: 15px 20px 20px 20px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-bottom: 3px solid #2a49ca;
}

.Body-top h1 {
    border-left: 4px solid #2a49ca;
    margin-left: -20px;
    margin-bottom: 15px;
    padding: 5px 0 5px 18px;
    text-align: left;
    color: #ee952f;
    font-size: 18px;
    font-weight: 500;
}

.Body-top-ul {
    overflow: hidden;
}

.Body-top-ul li {
    display: block;
    width: 100%;
    text-align: center;
    background: url("../images/ico_jt.png") no-repeat 90% center #eee;
    border-radius: 8px;
    margin-bottom: 10px;
}

.Body-top-ul li a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #000;
}

/*.Body-top-ul li:nth-child(1){*/
/*background-color: #ee952f;*/
/*}*/
/*.Body-top-ul li:nth-child(1) a{*/
/*color: #fff;*/
/*}*/
.Body-top-ul li:hover {
    background-color: #ee952f;
}

.Body-top-ul li:hover a {
    color: #fff;
}

.Body-ul1 {
    width: 100%;
}

.Body-list1 {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.Body-list1 a {
    display: inline-block;
    width: 220px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.Body-list1:hover a {
    color: #ee952f;
}

.Body-list1 span {
    float: right;
    color: #adacac;
    display: inline-block;
    line-height: 30px;
}

.Body-ul2 {

}

.Body-list2 {
    line-height: 30px;
    max-height: 60px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

.Body-right {
    width: 850px;
    float: right;
}

.right-ul {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    border-bottom: 3px solid #2a49ca;
    margin-top: 20px;
}

.right-ul h1 {
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.right-ul > p {
    display: block;
    width: 100%;
    height: auto;
}

.right-ul > p img, .right-ul img {
    max-width: 100%;
}

.right-ul li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f8f8;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    height: 170px;
    padding: 20px;
    border-bottom: 1px dashed #ddd;
}

.right-ul li a {
    overflow: hidden;
    display: block;
}

.right-ul li h3 {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 17px;
    height: 47px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right-ul li .label {
    font-size: 12px;
    color: #999999;
    display: block;
    padding-left: 26px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: url(../images/newsList_icon03.png) no-repeat left center;
    line-height: 16px;
}

.right-ul li .label a:hover {
    color: #57379B;
}

.right-ul li .readNum {
    display: block;
    line-height: 13px;
    font-size: 13px;
    font-family: arial;
    height: 13px;
    background: url(../images/newsList_icon02.png) no-repeat left center;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-left: 24px;
    padding-top: 2px;
}

.right-ul li .more {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/list_circle.png) no-repeat left top;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.right-ul li:hover .more {
    background-position: left bottom;
}

.right-ul li:hover h3 {
    color: #ee952f;
}








