/*!
 * 列表页样式
 *
 * Copyright 2014 As
 */

/*--- 页面版式 | 设置 ----------------------------------*/
.warp {
    min-height: 400px;
    margin: 0px !important;
    background-color: #fff;
}
.c-p {
    padding: 0px !important;
}

.list-left {
    width: 210px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
}

.list-right {
    width: 710px;
    margin-right: 10px;
}

/*--- 位置 | 设置 ----------------------------------*/
.position {
    margin-top: 10px;
    height: 30px;
    border-radius: 2px;
    background-color: #e1ecf4;
}
.position ol {
    margin: 0px 10px;
    padding: 0px;
}
.position ol li {
    list-style: none outside none;

    float: left;
    color: #333;
    line-height: 30px;
}
.position ol li.active {
    padding-left: 25px;
    background-image: url(../images/position-line-01.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
}

/*--- 列表 | 设置 ----------------------------------*/
.lists {
}
.lists .series {
    height: 32px;
    color: #434343;
    line-height: 32px;
    border-bottom: 1px dashed #d8d8da;
    list-style: none;
}
.lists .series:hover {
    background-color: #eef1f3;
}
.lists .series h3 {
    display: block;
	float: left;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
    width: 570px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 10px;
    background-image: url(../images/news-arror-01.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists .series span {
    display: inline-block;
    line-height: 28px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists .series a {
    color: #434343;
}
.lists .series a:hover {
    color: #2A6496;
}

/*--- 翻页 | 设置 ----------------------------------*/
.paging {
	display: black;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
	width: 250px;
}

/*--- 左侧设置 | 设置 ----------------------------------*/
.left-set {
    border-right: 1px solid #efefef;
}

/*--- 栏目 | 设置 ----------------------------------*/
.program {
    margin-top: 10px;
}
.program img {
    border-bottom: 2px solid #fff;
}
.program dd {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #dddddd;
}
.program dd a {
    padding-left: 10px;
    display: block;
}
.program dd a:hover {
    color: #fff;
    background-color: #0a4cba;
}
.program dd.current {
    background-color: #0a4cba;
}
.program dd.current a {
    display: block;
    color: #fff;
}
.program h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
    border-top: 2px solid #fff;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}
.program h3 i {
    position: absolute;
    top: 28px;
    left: 5px;
    color: #fff;
    font-size: 10px;
}

/*--- 通知公告 | 设置 ----------------------------------*/
.article {
    overflow: hidden;
    color: #535353;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 50px;
}
.article a,
.article a:link,
.article a:visited,
.article a:active {
    color: #535353;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}
.article a:hover {
    color: #cc0000;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}
.article .title {
    color: #cc0000;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    line-height:30px;
    text-align: center;
    padding-top: 30px;
}
.article .title a,
.article .title a:link,
.article .title a:visited,
.article .title a:active {
    color:#cc0000;
    font-size:13pt;
    font-weight:bold;
    text-decoration:none;
}
.article .title a:hover {
    color:#920000;
    font-size:13pt;
    font-weight:bold;
    text-decoration:none;
}
.article .other {
    color:#d57511;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    margin-bottom:20px;
}
.article .other span {
    margin-left:10px;
}
.article .detail {
    weight:970px;
    overflow:hidden;
}

/*--- 通知公告 | 设置 ----------------------------------*/
.announcement {
    padding-top: 5px;
}
.announcement .title {
    height: 32px;
    position: relative;
    background-color: #7eaedc;
    border-radius: 4px 4px 0px 0px;
}
.announcement .title h3 {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    padding: 0px 10px 0px 40px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-image: url(../images/title-arror-01.gif);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.announcement .title .more {
    display: block;
    float: right;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
}
.announcement .title .more:hover {
    color: #fff;
}
.announcement .content {
    padding: 5px;
    background-color: #f2f2f2;
}
.announcement .content li {
    list-style-type: none;
    line-height: 25px;
}
.announcement .content li a {
    color: #434343;
}
.announcement .content li a:hover {
    color: #2A6496;
}