* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

ul li {
    list-style: none;
}

.head {
    width: 100%;
    height: 56px;
    background-image: url(../images/headbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header ul {
    display: flex;
    align-items: center;
}

.header ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
}

.number {
    display: flex;
    align-items: center;
}

.number span {
    display: block;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.number i {
    color: #fff;
    font-size: 20px !important;
}

.banner {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner span {
    display: block;
    width: 850px;
    text-align: left;
    padding-top: 120px;
    color: #333;
    font-size: 18px;
}

.czx {
    width: 850px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.czx input {
    width: 720px;
    padding-left: 15px;
    height: 50px;
    outline: none;
    border: 3px solid #d7ae42;
    border-right: none
}

.czx a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 130px;
    background-color: #ba2727;
}

.special-list-panel {
    margin: 10px auto;
}

.list-content-5 {
    background-color: transparent;
    padding: 0 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.detail a {
    color: #000;
}

.table-list {
    margin: 0 auto;
    border: 1px solid #cccccc;
    width: 1200px;
    background: url(../images/yu1_08.jpg) center no-repeat;
}

.table-list li.head {
    /*background-color: #C9232F; */
    background: none;
}

.table-list li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.table-list li {
    height: 40px;
    line-height: 40px;
    display: flex;
}

.table-list li.head>div {
    color: #b10d0c;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.table-list li div {
    text-align: center;
}

.table-list li .name {
    flex: 1;
}

.table-list li .grade {
    width: 260px;
}

.table-list li .code {
    width: 190px;
    text-align: left;
}

.table-list li .end {
    width: 230px;
}

.table-list li .start {
    width: 230px;
}

.table-list li .detail {
    width: 95px;
    cursor: pointer;
}

.table-list li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.con2 {
    width: 1200px;
    margin: 20px auto;
}

.con2 strong {
    display: block;
    text-align: center;
    color: #c9232f;
    font-size: 20px;
    margin-bottom: 30px;
}

.con2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con2 ul li {
    width: 390px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 40px;
}

.con2 ul li p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.con2 ul li span {
    font-size: 17px;
    line-height: 25px;
    display: block;
    text-align: center;
}

.bgc {
    background-color: #eeeeee;
}

.bgc p {
    color: #000;
}

.bgc span {
    color: #666;
}

.bgi p {
    color: #fff;
}

.bgi span {
    color: #fff;
}

.bgi {
    background-image: url(../images/bgi.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.con3 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(../images/yu1_10.jpg) center no-repeat;
    height: 250px;
}

.con3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    padding-top: 33px;
}

.con3 ul li {
    width: 16%;
    border: 1px solid #eeeeee;
}

.con3 ul li p {
    text-align: center;
    padding: 2px 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.con3 ul li:hover .s_img {
    transform: scale(1.1);
}

.ibox {
    overflow: hidden;
    display: block;
}

.s_img {
    transition: all ease .4s;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.con4 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.con4item {
    border: 1px solid #e6e6e6;
    width: 48%;
    background: url(../images/yu1_11.jpg) center no-repeat;
}

.con4itemtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.con4itemcon {
    padding: 0 10px;
}

.con4itemcon ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px dotted #e6e6e6;
}

.con4itemcon ul li a {
    color: #333;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 75%;
}

.con4itemcon ul li span {
    color: #848e90;
    display: block;
    text-align: right;
    font-size: 13px;
}

.con4itemtop strong {
    display: block;
    font-size: 20px;
    color: #c9232f;
}

.con4itemtop a {
    color: #666;
    font-size: 15px;
}

.linkcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.linkitem {
    width: 24%;
}

.linkcon img {
    width: 100%;
}

.foot {
    width: 100%;
    padding: 5px 0;
    background-color: #ba2727;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.pagecontent {
    margin: 50px auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new {
    width: 840px;
    border: 1px solid #e6e6e6;
}

.newtop {
    width: 100%;
    height: 50px;
    background-color: #eeeeee;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.newtop a {
    font-size: 14px;
    color: #666;
}

.new ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #eeeeee;
}

.new ul li .litop {
    display: flex;
}

.newcon {
    padding: 0 10px;
}

.litop a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.litop span {
    flex: 1;
    text-align: right;
    color: #ff0000;
    font-size: 12px;
}

.litop {
    margin-bottom: 5px;
}

.newcon ul li p {
    font-size: 13px;
    font-style: normal;
    color: #848e98;
}

.topictalk {
    width: 310px;
}

.topictalk1 {
    border-bottom: 1px solid #e6e6e6;
    min-height: 100px;
}

.topictalk1 .con4 {
    width: 100% !important;
}

.topictalk1 .con4 .con4item {
    width: 100% !important;
}

.topictalk1 .con4 .con4item a {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.topictalk1 .con4 .con4item li {
    display: block;
}

.topictalk1 .con4 .con4item span {
    flex: 1;
    text-align: right;
    font-size: 12px;
}

.lltop {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.desp {
    font-size: 14px;
    color: #848e98;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.tcbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.tcbox .tcitem {
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #c9232f;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

.inisde {
    width: 1200px;
    margin: 50px auto;
}


/*<!---->*/

.clear {
    clear: both;
}

.index_add1bg {
    padding: 10px 0;
}

.index_add1 {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/yu1_13.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 200px;
}

.index_add1 .list {
    width: 91%;
    margin: 0px auto 0;
    padding-top: 2%;
}

.index_add1 .list ul li {
    float: left;
    width: calc((100% - 100px)/6);
    margin: 10px 20px 10px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background: #00b3c8;
}

.index_add1 .list ul li:nth-child(6n) {
    margin-right: 0;
}

.index_add1 .list ul li .nr_box {
    padding: 20px;
}

.index_add1 .list ul li .img {
    height: 50px;
    position: relative;
}

.index_add1 .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.index_add1 .list ul li .txt {
    color: #fff;
    margin-top: 10px;
}

.index_add1 .list ul li .txt .h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
}

.index_add1 .list ul li.bg1 {
    background: #00b3c8;
}

.index_add1 .list ul li.bg2 {
    background: #33d088;
}

.index_add1 .list ul li.bg3 {
    background: #d9292b;
}

.index_add1 .list ul li.bg4 {
    background: #6683c6;
}

.index_add1 .list ul li.bg5 {
    background: #dc5911;
}

.index_add1 .list ul li.bg6 {
    background: #01b77a;
}

.tit1 {
    text-align: center;
    /*background:#bd1a2d;*/
    color: #b10d0c;
    padding: 10px 0 0px 0;
}

.tit1 .h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
}

.tit1 .h3 {
    font-size: 14px;
    line-height: 24px;
}

.index_add2bg {
    padding: 10px 0;
    /*background:#f2f2f2;*/
    margin-bottom: 0px;
}

.index_add2 {
    width: 1200px;
    margin: 0 auto;
}

.index_add2 ul li {
    /* float: left;
        width: calc((100% - 40px)/3);
        margin: 10px 13px 10px 0;*/
    background: url(../images/yu1_09.jpg) center no-repeat;
    height: 300px;
    width: 32%;
}


}
.index_add2 ul li:nth-child(3n) {
    margin-right: 0;
}
.index_add2 ul li .list {
    padding: 0px 0;
    height: 200px;
}
.index_add2 ul li .list dl {}
.index_add2 ul li .list dl dd {
    float: left;
    width: 50%;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
}
.index_add2 ul li .list dl dd a {
    color: #999;
}
.index_add2 ul li .list dl dd a:hover {
    color: #bd1a2d;
    text-decoration: underline;
}