.main {
    margin-top: 20px;}
.column-item {
    display: inline-block;
    width: 500px;
    height: 256px;
    padding: 10px 20px;
    margin-bottom: 10px;
    vertical-align: top;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 3px 0 #33333340;
    font-size: 16px;}
.column-item .content {
    max-height: 188px;
    overflow-y: auto;
    padding-right: 15px;}
.column-item .content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;}
.column-item .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    background: linear-gradient(to bottom,#005982,#2998cc);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
.column-item .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);}
.column-title {
    width: 100%;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 4px transparent solid;
    border-image: linear-gradient(to right,#005982,#2998cc) 1 10;}
.column-item .iconfont {
    color: #005982;
    margin-right: 5px;}
.column-li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #bfbfbf;}
.column-li .content {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;}
.column-li .date {
    color: #808080;}
/*----------banner图片新闻_begin-----------*/
.banner {
    display: block;
    width: 1020px;
    height: 290px;
    overflow: hidden;
    margin-bottom: 10px;}

.banner > img {
    width: 100%;
    height: 100%;}

.TB-focus {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;}

.TB-focus .hd {
    position: absolute;
    right:9px;
    bottom:10px;
    z-index:10;
    padding: 1px;
    background: #fff;}

.TB-focus .hd li {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 1px;
    color: #005982;
    background: rgba(191, 191, 191, .3);
    cursor: pointer;}

.TB-focus .hd li.on {
    color: #fff;
    background: #005982;
    z-index: 2;
    position: relative;}

.TB-focus .bd {
    text-align: center
;}

.TB-focus .bd li img {
    width: 100%;
    height: 270px;}

.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;}
/*----------banner图片新闻_end-----------*/
.news {
    margin-right: 15px;}
.column-block > div {
    display: inline-block;
    width: 290px;
    margin: 0 8px 10px 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    border-radius: 5px;}
.column .mailbox {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #00869d;
    overflow: hidden;}
.column .mailbox:nth-child(2) {
    background: #009d91;}
.column .mailbox span {
    display: block;
    margin-top: -80px;}
.column .mailbox:hover {
    padding-top: 40px; /*保持跟mailbox的高度一致*/
    background: #333;
    opacity: .8;
    color: #eaff7f;}
.column-block .linkbox {
    background: #3a75b2;}
.column-block .linkbox select {
    width: 190px;
    height: 30px;
    border-radius: 5px;
    color: #808080;
    font-size: 16px;}
/*--------搜索_begin--------*/
.column .searchCon {
    width: 290px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #005982;
    border-radius: 5px;}

.searchCon .searchBg {
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;}

.searchBg input.stxt {
    width: 90%;
    color: #bfbfbf;
    font-size: 14px;
    background: transparent;}
.searchBg .iconfont {
    color: #005982;}
.searchBg .input-submit {
    float: right;
    width: 40px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    cursor: pointer;
    background: transparent;}
/*--------搜索_end--------*/

.column .link {
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 20px;}
.column .link img {
    width: 214px;
    height: 56px;}

/*----------重大新闻_begin------------*/
.suspension {
    position: fixed;
    right: 0;
    bottom: 220px;
    width: 150px;
    height: 110px;
    padding: 15px 10px;
    background: #d2653a;
    border-radius: 5px;}
.suspension .suspension-li a {
    line-height: 26px;
    color: #fff;}
