/* 整体内容开始 */
#mainbody {
    width: 1280px;
    margin: 0 auto;
}

#banbox {
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

/* banner开始 */
#ban_tabs {
    width: 660px;
    height: 400px;
}

#ban_tabs img {
    width: 660px;
    height: 400px;
}

.ban {
    display: flex;
    width: 100%;
    height: 100%;
}

.ban > a {
    width: 100%;
    height: 100%;
}

.anew {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    background: rgba(111, 111, 111, 0.8);
    font-weight: normal;
}

.anew a {
    color: #fff;
    padding-left: 10px;
    float: left;
}

.anew a:hover {
    color: #f8f8f8;
    text-decoration: underline;
}

#pag {
    text-align: right;
    z-index: 201;
    width: 360px;
    margin-left: 300px;
    /*display: flex;*/
    justify-content: flex-end;
    margin-bottom: 3px;
}

#pag span {
    width: 32px;
    height: 8px;
    border-radius: 0;
}

/* banner结束 */

/*Tab1 新闻资讯*/
#tab1 {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*column开始*/
.contentbox {
    width: 100%;
    height: 342px;
    background: #EEE;
}

.contentbox table {
    width: 100%;
    table-layout: fixed;
}

table tr {
    height: 57px;
}

table td {
    border-bottom: #CCC solid 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

tr td:first-child {
    padding-left: 10px;
    width: 28px;
}

tr td:last-child {
    padding-left: 6px;
    width: 100px;
}

.contentbox p {
    font-size: 16px;
    color: #111;
}

.contentbox a {
    font-size: 16px;
    color: #111;
}

.contentbox a:hover {
    color: var(--contentbox-a-hover);
}

/*column结束*/

/*contentDiv开始*/
#contentDiv {
    width: 1280px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

#tab2 {
    width: 660px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tab3 {
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*contentDiv结束*/
/*imgDiv开始*/
#imgDiv {
    width: 1280px;
    height: 220px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.imgDivZZRY {
    width: 660px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgDivClassic {
    width: 600px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgDivBott0 a,
.imgDivBott1 a {
    height: 100%;
    display: table-cell;
    padding-right: 8px;
}

.imgDivBott0 a img,
.imgDivBott1 a img {
    align-items: center;
    height: 160px;
}

.imgDivBott1 a img {
    width: 200px;
}

.imgDivBott0 a span,
.imgDivBott1 a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.imgDivBott0, .imgDivBott1 {
    height: 160px !important;
}

/*imgDiv结束*/

/*栏头部开始*/
.column{
    height: 50px;
    background: #F2F2F2;
    align-content: center;
}
.column span{
    /*!*text-align: center;*!*/
    padding: 10px 28px 14px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #074cb4;
    background: #dcdcdc;
    border-top: 4px #074cb4 solid;
}
.column a{
    float: right;
    /*padding: 10px 20px 14px;*/
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
/*.left {*/
/*    !*width: 660px;*!*/
/*    !*height: 50px;*!*/
/*    background: var(--column-left-background-color);*/
/*}*/

/*.right {*/
/*    !*width: 600px;*!*/
/*    !*height: 50px;*!*/
/*    background: var(--column-right-background-color);*/
/*}*/

/*.left a, .right a {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    line-height: 50px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    color: var(--column-a-color);*/
/*    text-decoration: none;*/
/*}*/

/*.left a:hover, .right a:hover {*/
/*    !*color: #FFF;*!*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #F0F0F0;*/
/*}*/

/*.left span, .right span {*/
/*    display: flex;*/
/*    justify-content: right;*/
/*    line-height: 50px;*/
/*    font-size: 16px;*/
/*    color: #FFF;*/
/*    text-decoration: none;*/
/*}*/

/*.left span:hover, .right span:hover {*/
/*    color: #FFF;*/
/*    text-decoration: underline;*/
/*    text-decoration-color: #F0F0F0;*/
/*}*/

/*栏头部结束*/

/*中间图片开始*/
#middle {
    margin-top: 10px;
    width: 1280px;
    height: 200px;
}

#middle img {
    width: 100%;
    height: 100%;
}

/*中间图片结束*/

/*底部链接开始*/
#link {
    height: 80px;
    /*background: #EEE;*/
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#link img {
    height: 100%;
    border: #059 solid 1px;
}

/*底部链接结束*/

