/*轮播图的必要样式*/

.poster-main {
    position: relative;
    margin: 0 auto;
}

.poster-main a,
.poster-main img {
    display: block;
}
.poster-item a h4{display: none !important}
.poster-item a h4 {
    position: absolute;
    display: block;
    bottom: 12px;
    right: 0;
    padding-right: 40px;
    font-size: 24px;
    color: #fff;
    z-index: 5;
    font-family: Arial, "宋体";
}

.poster-main .poster-list {
    position: relative;
    width: 1206px;
    height: 418px;
    overflow: hidden;
    margin: 0 auto;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    z-index: 0;
}

.poster-item {
    width: 100%;
    height: 100%;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: -32px;
    background: url(../images/btn_1.png) no-repeat center center;
    z-index: 9;
}

.poster-main .poster-next-btn {
    right: -32px;
    background: url(../images/btn_2.png) no-repeat center center;
    z-index: 9;
}

.dot {
    position: absolute;
    left: 5%;
    margin-left: -45px;
    bottom: 22px;
    height: 10px;
    width: 100px;
    z-index: 10;
}

.dot ul {
    padding: 0;
    margin: 0 -5px;
    height: 100%;
}

.dot ul li {
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #777;
    cursor: pointer;
    background-color: #fff;
}

.dot ul li.dotHover {
    background-color: #e43825;
}


/* row */

.news_pic {
    width: 60%;
    float: left
}

.picture {
    float: left;
    height: 265px;
    margin: 20px;
    overflow: hidden;
}

.picture a {
    display: block;
    position: relative;
}

.picture li.show {
    position: absolute;
    left: 0;
    top: 0;
}

.picture li.hide {
    display: hide
}

.picture li a p {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    opacity: 0.6;
}

.pic_title {
    float: right;
    /* margin: 10px 0; */
    margin-top: 20px;
}

.pic_title a {
    display: inline-block;
    vertical-align: middle
}

.pic_title a img {
    width: 125px;
    height: 84px;
}

.pic_title a p {
    display: inline-block;
    width: 100px;
    height: 60px;
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
}

.pic_title li {
    padding: 2px;
}

.pic_title li.hover {
    border: 1px solid red;
}

.pic_title li.hover a p {
    color: red;
}

.news .title_line {
    margin: 5px 20px
}

.news .title {
    margin-left: 20px;
}

.news .title>span {
    margin-right: 15px;
}

.news_list {
    width: 38%;
    float: right;
    margin: 10px 0;
}

.news_list ul li {
    list-style: circle inside none;
    height: 35px;
    line-height: 35px;
    position: relative
}

.news_list ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news_list ul li span {
    position: absolute;
    left: 90%;
    top: 0
}

.character dl dd a,
.basic_list ul li a,
.notices_list dl dd a,
.news_list ul li a {
    display: block;
    font-size: 14px;
}

.notices,
.basic,
.character {
    float: left;
    width: 30%;
    margin: 10px 20px;
}

.notices_list dl {
    height: 55px;
    line-height: 55px;
    margin: 5px 0;
    overflow: hidden;
}

.notices_list dl dt {
    float: left;
    width: 55px;
    text-align: center
}

.notices_list dl dt strong {
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #b50f0f;
    font-size: 16px;
    color: #fff;
}

.notices_list dl dt span {
    display: block;
    height: 20px;
    line-height: 20px;
}

.notices_list dl dd {
    float: left;
    margin-left: 12px;
    font-size: 14px;
    line-height: 25px;
    width: 300px;
}

.basic_list ul {
    padding-left: 11px;
}

.basic_list ul li {
    position: relative;
    min-height: 60px;
    width: 100%;
    list-style: circle;
    line-height: 25px;
}

.basic_list ul li a {
    display: block;
    font-weight: 400;
}

.basic_list ul li a h4 {
    font-size: 16px;
    font-weight: normal;
}

.basic_list ul li a p {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
}

.basic-date {
    float: right
}

.character dl {
    height: 59px;
    line-height: 25px;
}

.character dl dt {
    display: inline-block;
    vertical-align: top;
}

.character dl dd {
    display: inline-block;
    padding-left: 10px;
    width: 280px
}

.specials .title_line {
    width: 98%;
    margin: 5px 10px;
}