﻿@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1690968540143') format('woff2'),
        url('iconfont.woff?t=1690968540143') format('woff'),
        url('iconfont.ttf?t=1690968540143') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* css初始化结束 */


.w1200 {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
}


/* tabs 切换页 */

.formmods {
    padding-bottom: 30px;
}

* {
    margin: 0;
    padding: 0;
}

.tab_list ul {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 100.5%;
}

.tab_list ul li {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 19.9%;
    height: 85px;
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: aliceblue;
    margin-bottom: 20px;
    color: #626161;
    flex-direction: column;
    padding-top: 9px;
    cursor: pointer;
}

.tab_list ul li:hover {
    background-color: #0e68b1;
    color: #fff;
    flex-direction: column;
}


.tab_list ul li:hover div {
    color: #fff;
}

.tab_list ul li span {
    display: block;
    font-size: 74px;
}

.tab_list ul li div {
    color: #0e68b1;
}

.tab_list ul li .iconfont {
    font-size: 38px;
}

.tab_list ul .current {
    background-color: #0e68b1;
    color: #fff;
    flex-direction: column;
}

.tab_list ul .current div {
    color: #fff;
}

.item {
    display: none;
}

.title {
    text-align: center;
    margin: 40px 0px 14px 0;
    /* background:url(../images/tbcpic.png); */
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 700;
    color: #0E68B1
}


.artlists .list {
    width: 48%;
    margin-right: 49px;
}

.artlists .list:last-child {
    border: none;
    margin-right: 0;
}

.artlists .list ul li {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.artlists .list ul li .timer {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.mores {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid #ccc;
    float: right;
    margin: 0 auto;
    margin-top: 20px;
}

.mores:hover {
    background-color: #0e68b1;
    transition: all .3s ease;
}

.mores:hover a {
    color: #fff;
}


.infomod .intitle {
    margin-top: 88px;
    margin-right: 40px;
}

.intitle img {
    width: 229px;
}

.listmod .content {
    text-indent: 3em;
}

.hotnews {
    display: block;
    width: 1029px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.hotnews h2 {
    padding: 10px 0;
}

.hotnews .pic {
    width: 327px;
    height: 142px;
    background-color: #0e68b1;
    margin-right: 68px;
}

.hotnews .content {
    line-height: 1.5em;
}

.hotlist ul li {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}

.hotlist ul li .timer {
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-size: 18px;
}

.hotlist ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    margin-right: 10px;
    vertical-align: middle;
}

/* tabs 切换页 end */
.item .form {
    width: 1300px;
    height: 460px;
}

.item .forml {
    width: 700px;
    height: 460px;
}

.item .formr {
    width: 577px;
    height: 460px;
}

.item #forml1 {
    width: 577px;

}

.item #formr1 {
    width: 720px;

}

.infomod {
    background: #ebe9e9;
    padding-top: 1px;
}

.pic img {
    width: 100%;
}

.hotnews h2 a {
    color: #0e68b1;
}

.hotnews .more a {
    color: #0e68b1;

}

.hotlist {
    margin-top: 20px;
}

.imgbox{
 display: flex;
align-items: center;
justify-content: space-between;
}


.mintilte{
    display: inline-block;
    margin-top: 20px;
    background-color: #0e68b1;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}


.mborder{
    border-bottom: 3px solid #0e68b1;
}