* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: Microsoft YaHei;
    box-sizing: border-box;
}

body,
html {
    background: #F8F8F8 !important;
}

a {
    color: #000000;
}

.content {
    width: 1200px;
    background: #FFFFFF;
    margin: 30px auto;
    overflow: hidden;
    padding: 0 35px 30px 35px;
}

.font {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 80px;
}

.left {
    float: left;
    width: 260px;
}

.block {
    height: 77px;
    background: #1A64A7;
    text-align: center;
    position: relative;
}

.font-one {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 72px;
}

.bubble {
    width: 260px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #E6C27C;
}

.bubble:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 118px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-width: 10px;
    border-bottom-color: currentColor;
    color: #E6C27C;
}

.submenu {
    margin-top: 15px;
    line-height: 60px;
    border: 1px solid #E1E1E1;
    background: #F8F8F8;
    font-size: 18px;
    text-align: center;
}

.submenu:hover {
    background-color: #FFFFFF;
    font-weight: bold;
    color: #1A64A7 !important;
}

/* .submenu a:hover{
    color: #1A64A7;
} */


/* 右侧 */
.right {
    float: left;
    margin-left: 30px;
    background: #FFFFFF;
    width: 70%;
    border: 1px solid #E1E1E1;
}

.title {
    line-height: 75px;
    background: #F8F8F8;
    font-size: 24px;
    color: #1A64A7;
    font-weight: bold;
}

.titleTxt{
    line-height: 75px;
    background: #F8F8F8;
    font-size: 24px;
    color: #1A64A7;
    font-weight: bold;
    text-align: center;
}

.titleTxt a{
    color: #1A64A7;
}

.title>span {
    margin-left: 30px;
    line-height: 82px;
    border-bottom: 4px solid #1A64A7;
    padding: 26px 20px 21px 20px;
    margin-right: 30px;
}

.listBox {
    padding: 0 30px;
}

.list {
    padding: 30px 0;
    border-bottom: 1px dashed #DBDBDB;
}

.list>li {
    line-height: 46px;
    overflow: hidden;
}

.point{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #336699;
    float: left;
    line-height: 46px;
    margin: 18px 20px 0 10px;
}

.cont{
    float: left;
}

.time{
    float: right;
    color: #999999;
}

.setTime{
    text-align: center;
    line-height: 65px;
    color: #999999;
}

.txt{
    padding: 0 30px 30px 30px;
    line-height: 38px;
}
