body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
}

a:link,
a:hover,
a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    font-weight: 600;
}

.logo-box {
    background: #fff;
    padding: 0px;
}

/*.logo {
    background: url(images/logo.png);
    background-size: 1400px 150px;
    width: 1400px;
    height: 150px;
    margin: 0 auto;
}*/

.main_menu_box {
    width: 100%;
    height: 50px;
    background: #920f15;
    margin: 0px;
    border-top: 1px solid #9f0006;
}

.main_menu {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.menu {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}

.menu a,
.menu a:hover {
    text-decoration: none;
    color: white;
}

.menu li {
    color: white;
    float: left;
    width: 155px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.sub-menu li {
    float: none;
}

.menu > li:hover {
    height: 50px;
    background: #b9353a;
}

.menu li:hover > div {
    display: block;
}

.sub-menu-box {
    display: none;
    position: absolute;
    z-index: 1000;
}

.sub-menu {
    background: #b9353a;
    list-style: none;
    padding: 0px;
    position: relative;
    width: 155px;
    margin: 0px;
}

.sub-menu-box-array {
    border-color: transparent transparent #2196F3;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    top: 0px;
    margin: 0 auto;
    position: relative;
}

.sub-menu li {
    line-height: 35px;
    font-size:16px;
}

.sub-menu li:hover {
    background: #9e2d32;
}

.find-box {
    margin-top: 60px;
    margin-right: 150px;
}

/*.find-box {
    float: right;
    border-radius: 5px;
    border: 1px solid #c2050e;
    height: 28px;
    overflow: hidden;
    margin-top: 60px;
    width: 200px;
    margin-right: 150px;
}

.bt_find {
    float: right;
    height: 28px;
    background-color: #920f15;
    cursor: pointer;
}

/*.find {
    margin-top: 4px;
    border: 0;
    margin-left: 15px;
    width: 146px;
    outline: 0;
    position: absolute;
}*/

/*.bigimg {
    width: 100%;
    margin: 0 auto;
}*/

/*.bigimg img {
    width: 100%;
    height: 100%;
}*/

.content {
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
    margin-top: 20px;
}

.row {
    width: 100%;
    padding: 30px 0px;
    /*height:380px;*/
}

.row2 {
    width: 100%;
}

.row3 {
    width: 100%;
    height:310px;
    margin:50px 0px 50px 0px;
}

.column {
    width: 31%;
    float: left;
    margin-left: 20px;
}

.news {
    /*border: dotted 1px #2196f3;*/
    padding: 5px 5px 5px 15px;
    box-shadow: 5px 8px 28px rgba(89, 89, 89, 0.1);
}

.news-title-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #2196f3;
}

.news-title {
    width: 380px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
}

.notify-title {
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-title-img {
    width: 60px;
    /*height: 23px;*/
    padding-top: 10px;
}

.news-title-more {
    width: 25px;
    padding-top: 10px;
}

.news ul {
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0px;
    font-size: 9pt;
}

.row3-news-title1 {
    width: calc(100% - 250px);
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tail {
    height: 100px;
    background: #f3f3f3;
}

.copyright-box {
    width: 1400px;
    margin: 0 auto;
    padding: 40px;
    background: url(images/tail.png);
}

.copyright {
    width:600px;
    margin:0 auto;
}

.left {
    float:left;
    min-height: 500px;
    width: 200px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}

.right{
    width: 900px;
    float: left;
    min-height: 500px;
    box-shadow: 5px 8px 18px rgba(89, 89, 89, 0.2);
}

.position {
    padding: 10px 0px 10px 20px;
}
.row1-col1 {
    /*float: left;
    width:912px;*/
}

.row1-col1-images {
    /*float: left;
    width:456px;*/
    margin-bottom: 20px;
}

.row1-col1-images img {
    width:100%;
    max-height: 320px;
}

.row1-col1-news {
    /*float: left;
    margin-left: 20px;
    width: 436px;*/
}

.row1-col1-news ul {
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
    /*height: 100%;*/
}

.row1-col1-news ul li {
    list-style: none;
    float: left;
    margin: 0px 0px 20px 0px;
}

.title-box {
    float: left;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ab0624;
    margin-bottom: 20px;
}

.title-title {
    float: left;
    font-size: 20px;
    /*border-bottom: 2px solid #d0bf99;
    padding-bottom: 10px;*/
    color: #ab0624;
    font-weight: 600;
}

.row1-col1-content {
    float: left;
}

.row1-col1-content ul {
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.row1-col1-content ul li {
    width: 100%;
    list-style: none;
    float: left;
    margin: 0px 0px 30px 0px;
    display: flex;
}

.title-more {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.news-date {
    float: left;
    width: 80px;
    height: 50px;
    background: url(images/date.png);
    background-size: 80px 60px;
    padding-top: 8px;
}

.news-date3 {
    float: left;
    width: 80px;
    height: 58px;
    background: url(images/date2.png);
    background-size: 90px 58px;
    padding-top: 8px;
}

.news-date4 {
    float: right;
    line-height: 25px;
    margin-top: 5px;
}

.news-date-day {
    float: left;
    width: 80px;
    text-align: center;
    color:#fff;
    font-weight: 600;
    background: #920f15;
    height: 30px;
    line-height: 30px;
}

.news-date-day3 {
    float: left;
    width: 30px;
    color: #920f15;
    margin-left: 40px;
    font-weight: 600;
}

.news-date-year {
    float: left;
    width: 80px;
    text-align: center;
}

.news-date-year3 {
    float: left;
    width: 59px;
    margin-left: 23px;
    margin-top: -3px;
    font-size: 12px;
    color: #920f15;
}

.row3-col2-news ul li {
    list-style: none;
    float: left;
    margin: 0px 30px 0px 0px;
}

.row1-col2 {
    /*float: left;
    margin-left: 20px;
    width: 466px;*/
}

.news-date2 {
    float: left;
    width: 80px;
    height: 59px;
    background: #f3f3f3;
}

.wx img {
    width:1400px;
}

.row3-col1-news {
    float: left;
}

.row3-col1-content ul {
    float: left;
    padding-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.row3-col1-content ul li {
    width: 100%;
    list-style: none;
    float: left;
    margin: 0px 0px 20px 0px;
}

.row3-col2 {
    /*float: left;
    margin-left: 20px;
    width: 453px;*/
}

.row3-col3 {
    /*float: left;
    margin-left: 20px;
    width: 453px;*/
}

.row3-col1 {
    /*float: left;
    width: 453px;*/
}

.news-title2 {
    width: 400px;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;

}

.row4 {
    width: 100%;
    height:350px;
    margin:50px 0px 50px 0px;
}

.row5 {
    width: 100%;
    height: 80px;
    background: #f3f3f3;
    margin-top: 30px;
    padding-top: 20px;
}

.row5 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.row5 ul li {
    margin: 0 25px;
    line-height: 70px;
    float: left;
    /*background: url(images/yuan.png) no-repeat left center;*/
    padding-left: 25px;
}

.foot {
    background: #920f15;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}

.friendlink {
    width: 160px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    background: #ffd65a82;
    line-height: 60px;
    /*box-shadow: 5px 3px 10px 5px #dfdddd;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.friendlink:hover{
    background-color: #920f15;
}
.friendlink:hover a{
    color:white;
}

.txfc-img {
    float: right;
}

@media (max-width:578px) {
    .txfc-img {
        display: none;
    }
    .row3-news-title1 {
        width: calc(100% - 90px)!important;
    }
}

.txfc-img img {
    width:150px;
    height: 85px;
}

.news-title3 {
    width: 100%;
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dsj-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
-webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dsj-date {
    float: right;
    line-height: 25px;
    margin-top: 5px;
}

.dsj-memo {
    line-height: 30px;
    color: #999;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.smallimg {
    width:100%;
    height: 180px;
    margin:0 auto;
}

.smallimg img {
    width:100%;
    height: 180px;
}

.col-left {
    width: 270px;
    min-height: 500px;
    float: left;
    margin-right: 30px;
}

.col-right {
    width: 900px;
    min-height: 500px;
    float: left;
}

.list_right_pos {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #d0bf99;
    height: 35px;
}

.list_right_content {
    font-size: 15px;
}

.article-box {
    padding: 0px 10px 0px 10px;
}

.list-pos {
    margin-bottom: 10px;
    font-size: 18px;
}

.list-split {
    width: 100%;
    float: left;
    height: 3px;
    background: #d0bf99;
    margin-bottom: 20px;
}

.article-title {
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.article-info {
    text-align: center;
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
    font-family: kaiti;
    font-size: 16px;
}

.article-content {
    margin-top: 20px;
}

.list_name {
    font-size: 20px;
    margin-bottom: 10px;
    width: 230px;
    background: #fbde9b;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7c673a;
    box-shadow: rgb(0 0 0 / 10%) 5px 5px 5px;
}

.wp_article_list {
    list-style: none;
    padding: 0px;
}

.wp_article_list .list_item {
    height: 30px!important;
    line-height: 30px!important;
}

.wp_listcolumn {
  border:0px!important;
  padding: 0px;
}

#wp_listcolumn_w04 .wp_listcolumn .wp_column a {
    display: initial;
    margin-top: 10px;
    background: #c5a14f;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 10px;
}

#wp_listcolumn_w04 .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 40px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    width: 180px;
    height: 40px;
}

.row3-col1-news ul li {
    list-style: none;
    float: left;
    margin: 0px 0px 10px 0px;
    display: block;
}

.normal-news-title {
    width: calc(100% - 50px);
    float: left;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row3-news ul li {
    height:25px;
}

.row3-news ul {
    width: 100%;
    float: left;
}

@media (max-width:578px){
    .friendlink-ul {
        margin-left: 20px;
    }
}

.cgtg img {
    height: 100px;
}

.teacher {
    width: 130px;
    float: left;
    background: aliceblue;
    margin: 18px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.teacher a:hover {
    color:red;
}

.teacher-title {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
}

