.center {
    width: 100%;
    margin: 0 auto;
}

.bor {
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
}

.title {
    border-bottom: 2px solid;
    border-color: #A7252E;
    line-height: 26px;
}

.title .name {
    display: inline;
    padding-left: 28px;
    font-size: 18px;
    background: url(../images/icon1.png) no-repeat left center;
}

.title .more {
    float: right;
    line-height: 30px;
    font-size: 14px;
}

.notice {
    width: 58%;
    float: left;
}

.notice-list {
    margin: 10px auto;
}

.notice-list li {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.notice-list li a {
    color: #555454;
}

.notice-list li a:hover {
    color: #ffaa25;
}

.notice-list li span {
    color: #af272b;
    font-size: 12px;
    margin-right: 10px;
    line-height: 30px;
}

.banner-container {
    overflow: hidden;
    height: 400px;
    position: relative;
    margin-left: 60%;
}

.banner-item {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner-item img {
    width: 100%;
    height: 100%;
}

.banner-item-tit {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 9;
    width: 380px;
    height: 35px;
    overflow: hidden;
    color: #fff;
    padding-left: 5px;
    line-height: 35px;
}

.banner-tit-bg {
    height: 35px;
    overflow: hidden;
    background: #000;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border-top: solid 1px #ddd;
    filter: alpha(opacity: 70);
}

.banner-nav {
    float: right;
    height: 23px;
    bottom: 4px;
    right: 0px;
    overflow: hidden;
    z-index: 9;
    position: absolute;
}

.banner-nav li {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 14px;
    overflow: hidden;
    float: left;
    padding: 0px;
    border: 1px solid #fff;
    margin: 2px;
    display: inline;
    position: relative;
    color: #fff;
    line-height: 14px;
    text-align: center;
    background: #036CB0;
    cursor: pointer;
}

.banner-nav li:hover,
.banner-nav li.on {
    background: #FFAA25;
}

.second {
    margin-bottom: 10px;
}

.jxjc .title {
    border-color: #26A4C2;
}

.jxjc .title .name {
    background: url(../images/icon2.png) no-repeat left center;
}

.jxdd .title {
    border-color: #2A9F19;
}

.jxdd .title .name {
    background: url(../images/icon4.png) no-repeat left center;
}

.pjdt .title {
    border-color: #1E68CA;
}

.pjdt .title .name {
    background: url(../images/icon3.png) no-repeat left center;
}

.pjzs .title {
    border-color: #E38F20;
}

.line1,
.line2 {
    width: 100%;
}

.pjzs .title .name {
    background: url(../images/icon5.png) no-repeat left center;
}

.list-wrap {
    margin: 10px auto 20px;
min-height:200px;
}

.list-wrap li {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/title-icon.png) no-repeat left 8px;
    border-bottom: 1px dashed #ddd;
}

.list-wrap li a {
    font-size: 14px;
    color: #555454;
}

.list-wrap li a:hover {
    color: #E38F20;
}