.column {
    vertical-align: top;
}

.column-item {
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding-top: 1px;
    margin-bottom: 20px;
    vertical-align: top;
}

.column-item .column-title {
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

.column-item .column-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    border-radius: 2px;
    width: 5px;
    height: 20px;
}

.column-item .column-title.tab-red:before {
    background: #720f2d;
}

.column-item .column-title.tab-blue:before {
    background: #0f3272;
}

.column-item .column-title.tab-green:before {
    background: #0f722b;
}

.column-item .column-title.tab-orange:before {
    background: #d76500;
}
.column-item .column-title.tab-icon:before {
    width: 40px;
    height: 38px;
    top: 5px;
    background: url('../images/icon.png') no-repeat;
}

.column-item .column-title .title {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.column-item .column-title .more {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 14px;
    text-align: center;
    font-size: 18px;
    color: #808080;
    background: transparent;
    border: 1px solid #808080;
    border-radius: 50%;
    cursor: pointer;
}
.column-item .content {
    height: 360px;
}
.column-item .content-xs {
    height: 260px;
}

.banner {
    width: 580px;
    height: 360px;
    padding: 10px;
    overflow: hidden;
}

.banner > img {
    width: 100%;
    height: 100%;
}

.TB-focus {
    width: 100%;
    height: 340px;
    border: 1px solid #D8D8D8;
    position: relative;
    overflow: hidden;
}

.TB-focus .hd {
    position: absolute;
    right: 9px;
    bottom: 10px;
    z-index: 10;
    padding-left: 2px;
}

.TB-focus .hd li {
    cursor: pointer;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: #fff;
    float: left;
    border-radius: 50%;
}

.TB-focus .hd li.on {
    background: #d76500;
    z-index: 2;
    position: relative;
}

.TB-focus .bd {
    text-align: center
}

.TB-focus .bd li img {
    height: 340px;
    width: 560px;
}

.TB-focus .bd li .titles {
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 5px;
    opacity: .7;
    filter: alpha(opacity=70);
    background: #000;
    width: 100%;
    color: #FFFFFF;
    padding-left: 20px;
    text-align: left;
    z-index: 1;
}


.notice {
    width: 600px;
    height: 360px;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd ul li.on {
    color: #0f3272;
}

.column-list {
    padding: 0 15px;
    zoom: 1;
}

.column-li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #bfbfbf;
}

.column-li .title {
    color: #333;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-li .date {
    color: #0f3272;
}

/*-----甯堢敓鏅哄簱婊氬姩灞曠ず_begin-----*/
.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 264px;
    height: 150px;
    padding: 10px;
    margin-right: 30px;
    overflow: hidden;
}

.picMarquee-left .bd ul li img {
    width: 264px;
    height: 130px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .text {
    width: 180px;
    height: 130px;
    text-align: left;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/*-----甯堢敓鏅哄簱婊氬姩灞曠ず_end-----*/

.column-item2 {
    display: inline-block;
    width: 320px;
    margin-left: 10px;
}

.column-item2 .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.column-item2 .title span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.column-item2 .title .tab-red {
    border-bottom: 4px solid #720f2d;
}
.column-item2 .title .tab-orange {
    border-bottom: 4px solid #d76500;
}

.column-item2 .content li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}
.column-item2 .content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
}
.column-item2 .content li.li-red {
    background: #720f2d;
}

.column-item2 .content li.li-blue {
    background: #0f3272;
}

.column-item2 .content li.li-orange {
    background: #d76500;
}

.column-item2 .content li.li-green {
    background: #0f722b;
}
.media-box {
    width: 760px;
}
.media-list .media-item {
    float: left;
    text-align: center;
    margin: 20px 11px;
    width: 22%;
}
.media-list .media-item img {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.media-list .media-item p {
    padding: 0 25px;
    line-height: 26px;
    color: #666;
}