main {
    background-color: #f7f7f7;
}

.tp {
    margin: 0 auto;
    width: 1400px;
    height: 400px;
}
.tp .more {
    display: flex;
    justify-content: right;
}
.tp .more a {
    font-size: 20px;
    margin-top: 30px;
    margin-right: 60px;
    color: #AC4747;
}
.tp ul {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}

.tp ul p {
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    margin-top: 20px;
    text-align: center;
}

/* zyjs */
.head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background-color: #fff;
}

.head span {
    font-size: 65px;
    font-family: FZCuHeiSongS-B-GB-Regular, FZCuHeiSongS-B-GB;
    color: #BF2A12;
}

.img-left,
.img-right {
    width: 400px;
    height: 90px;
}


.img-icon {
    width: 150px;
    height: 115px;
}

.zyjs .content {
    margin: 0 auto;
    width: 1400px;
    display: flex;
    justify-content: space-around;
    margin: 60px auto;
}

.zyjs .content-left {
    width: 600px;
    height: 500px;
}

.zyjs .content-right {
    width: 600px;
    height: 500px;
    background-color: #fff;
}


.content-left .up {
    display: flex;
    justify-content: right;

}

.content-left>div>div {
    background-color: #bf2a12;
    width: 255px;
}


.content-left img {
    display: inline-block;
    width: 345px;
}

.content-left span {
    display: block;
    margin: 20px;
    font-size: 25px;
    color: #FFFFFF;
}

.content-right>div {
    margin: 30px;
}

.column-title {
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #D5D4D4;
}

.column-title .left {
    display: flex;
    align-items: center;
}

.column-title .left img {
    width: 35px;
    height: 35px;
}

.column-title .left span {
    margin-left: 8px;
    font-size: 30px;
    font-family: FZCuHeiSongS-B-GB-Regular, FZCuHeiSongS-B-GB;
    color: #BF2A12;
}

.column-title a {
    font-size: 20px;
    line-height: 60px;
    color: #AC4747;
}

.news ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.news ul li {
    height: 65px;
    line-height: 65px;
    margin-left: 30px;
    list-style-type: disc;
}

.news ul li::marker {
    color: #FFA729;
}

.news ul li a {
    font-size: 20px;
    color: #3D3D3D;
}


/* gcls */
.gcls .content {
    position: relative;
    margin: 60px auto;
    width: 1400px;
}

.outside {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 600px;
    width: 1400px;
}

.inside {
    position: relative;
    width: 1300px;
    height: 500px;
}

.out-left {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 280px;
    background-color: #BF2A12;
}

.out-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 250px;
    background-color: #BF2A12;
}

.out-bottom-left {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 500px;
    height: 10px;
    background-color: #BF2A12;
}

.out-bottom-right {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 400px;
    height: 10px;
    background-color: #BF2A12;
}

.in-left {
    position: absolute;
    left: -45px;
    bottom: -50px;
    display: block;
    width: 10px;
    height: 200px;
    background-color: #BF2A12;
}

.in-right {
    position: absolute;
    right: -45px;
    bottom: -50px;
    display: block;
    width: 10px;
    height: 200px;
    background-color: #BF2A12;
}

.in-bottom-left {
    position: absolute;
    left: -45px;
    bottom: -50px;
    display: block;
    height: 10px;
    width: 360px;
    background-color: #BF2A12;
}

.in-bottom-right {
    position: absolute;
    right: -45px;
    bottom: -50px;
    display: block;
    height: 10px;
    width: 360px;
    background-color: #BF2A12;
}

.gcls .more {
    width: 1300px;
    display: flex;
    justify-content: right;
}
.gcls .more  a{
    position: absolute;
    top: 20px;
    font-size: 20px;
    color: #AC4747;
}
.text {
    position: absolute;
    top: 15%;
    left: 7%;
    width: 1200px;
    height: 450px;
    display: flex;
    justify-content: space-between;
}

.text>div {
    width: 250px;
    height: 350px;
    background-color: #f6e8e8;
    border-radius: 21px
}

.text-title {
    padding-top: -15px;
    margin: -20px auto auto auto;
    width: 150px;
    height: 50px;
    border-radius: 15px;
    background-color: #bf2a12;
}

.text-title span {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}

.text-middle {
    margin: 15px auto;
    width: 200px;
    height: 100px;
}

.text-middle span {
    font-size: 19px;
    font-weight: 400;
    color: #3D3D3D;
}

hr {
    border: none;
    height: 1px;
    background-color: #fff;
    width: 200px;
}

.text-content {
    margin: 25px auto;
    width: 200px;
    height: 120px;
}

.text-content span {
    font-size: 15px;
    color: #9E9E9E;
}

/* xxzl */
.xxzl .content {
    width: 1250px;
    height: 800px;
    margin: 0 auto 50px auto;
    background: url('../../img/book.png') no-repeat center;
    background-size: 115% 125%;
    display: flex;
    justify-content: space-between;
}

.xxzl-left {
    margin-top: 130px;
    margin-left: 110px;
    width: 500px;
    height: 600px;
}

.xxzl-right {
    margin-top: 130px;
    margin-right: 65px;
    width: 500px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xxzl h3 {
    height: 80px;
    border-bottom: 1px solid #D5D4D4;
    font-size: 27px;
    color: #BF2A12;
}

.xxzl-left div {
    margin: 35px auto;
}

.xxzl-left div p {
    display: block;
    font-size: 19px;
    line-height: 25px;
    color: #707070;
}

.xxzl-left p a {
    font-size: 18px;
    color: #BF2A12;
}

.xxzl-right ul {
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xxzl-right ul li::marker {
    color: #FFA729;
}

.xxzl-right ul li {
    height: 60px;
    line-height: 60px;
    margin-left: 25px;
    list-style-type: none;
    background: url("../../img/sanjiao.png") no-repeat left;
    background-size: 0.8rem 0.8rem;
    text-indent: 2em;
}

.xxzl-right ul li a {
    font-size: 20px;
    color: #3D3D3D;
}

.xxzl-right p {
    display: flex;
    justify-content: right;
}
.xxzl-right p a {
    font-size: 20px;
    color: #AC4747;
}

/* qwjd */
.qwjd .content {
    width: 1200px;
    margin: 50px auto;
}

.qwjd-word {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.qwjd-word>div {
    width: 550px;
    height: 250px;
    background-color: #fff;
    background: url("../../img/border.png") no-repeat top center;
    background-size: 100% 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qwjd-word>div>div {
    width: 500px;
    height: 150px;
}

.qwjd-word h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #3D3D3D;
}

.qwjd-word>div>div span {
    font-size: 16px;
    color: #9E9E9E;
}

.qwjd .more {
    display: flex;
    justify-content: right;
    
}

.qwjd .more a {
    font-size: 20px;
        margin-bottom: 20px;
        color: #AC4747;
}

/* mdsy */
.mdsy {
    height: 750px;
}

.mdsy .content {
    width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}

.mdsy .more {
    display: flex;
    justify-content: right;
}
.mdsy .more  a{
    height: 40px;
    font-size: 20px;
    color: #AC4747;
}

.mdsy .video {
    display: flex;
    justify-content: space-between;
}

.mdsy .video>div {
    width: 425px;
    height: 400px;
    background-color: #fff;
}

.video>div p {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #3D3D3D;
}

.video>div>div {
    margin: 20px auto;
    width: 400px;
    height: 300px;
    border: 5px solid #AC4747;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mdsy .sp img {
    width: 400px;
    height: 275px;
}