html {
    background: #fff;
    color: #686d85;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
/*-webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%); 
 -ms-filter: grayscale(100%); 
 -o-filter: grayscale(100%); 
 filter: grayscale(100%); 
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
 filter:gray;  */ 
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

body,
button,
html,
input,
select,
textarea {
    outline: 0;
    font: 14px/1.5 arial, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, helvetica, sans-serif
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset,
img {
    border: 0
}

iframe {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 500;
    font-style: normal
}

li,
ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

q:after,
q:before {
    content: ''
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    outline: 0;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #8C0000;
    text-decoration: none
}

ins {
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif
}

img {
    height: auto;
    max-width: 100%;
    min-height: 100%;
}

.fn-ma {
    margin-right: auto;
    margin-left: auto
}

.fn-ovf {
    overflow: hidden
}

.fn-db {
    display: inline-block
}

.fn-clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
    font-size: 0
}

.fn-clear {
    zoom: 1
}

.fn-hide {
    display: none
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-r {
    text-align: right
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body {
    min-height: 100vh;
    background: #fff;
    -moz-user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
    position: relative;
}
.bg1,.bottom-bg {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    height: 680px;
    z-index:0;
}
.bg1 {    
    top: 0;
    background:  url(../images/top-bg.jpg) no-repeat center top;
}
.bottom-bg {   
    bottom:0; 
    left:0;
    right: 0;
    background: url('./images/bottom-bg.png') no-repeat center bottom;
}

.content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}
.mt40 {
    margin-top: 40px;
}
.flexCB {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 头部 */
.wrapper {
    position: relative;
    min-height: 100vh;
}
.wrap-main {
    position: relative;
    z-index: 1;
}
.ind-wrap {
    
	background-image: -webkit-radial-gradient(farthest-corner ellipse at 50% 5%, #fff 70%,#fddce0 90%);
	background-image: radial-gradient(farthest-corner ellipse at 50% 5%,  #fff 70%,#fddce0 90%);
}
.wrap-top {
    height: 200px;
    /* background: url('./images/top-img.png') no-repeat 766px top, #b42335; */
    background: #b42335;
    overflow: hidden;

}
.wrap-top-main {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -42px;
    height: 85px;
}
.top-bg {
    position: absolute;
    left: 766px;
    top: 0;
    width: 730px;
    height: 280px;
    z-index: 1;
}
.wp_search {
    position: absolute;
    top: 26px;
    right: 0;
    display: flex;
    align-items: flex-start;
    z-index: 2;
}
.wp_search .keyword {
    width: 230px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    background-color: #fff;
    border:1px solid #aaaaaa;
    border-right: none;
}
.wp_search .search {
    width: 60px;
    height: 34px;
    background-color: #8C0000;
    margin-right: 10px;
    background-image: url('./images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center center;    
    margin-top: 6px;
}
/* 导航 */
.nav-box {
    height: 48px;
    line-height: 48px;
    background: #8C0000;
    z-index: 999;
    position: relative;
}

.nav-box ul {
    height: 100%;
}

.nav-box ul li {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.nav-box ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 7px;
    transition: all ease-in-out 0.5s;
    transform: translateX(-50%);
    width: 63px;
    height: 2px;
    opacity: 0;
    background: #FFFFFF;
}
.nav-box ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    color: #FFFFFF;
}

.wp_nav .nav-item a.parent {color:#FFFFFF;}

.nav-box ul li.on::after,
.nav-box ul li:hover::after {
    opacity: 1;
}
/* 轮播图 */
.banner-box {
    height: 320px;
}
.banner-box .focus-box,
.banner-box .focus-container {
    width: 100% !important;
    height: 320px !important;
}
.banner-box .focus-pagination,
.banner-box .focus-title-bar {
    display: none !important;
}
/* 新闻中心 */
/* 图片新闻 */

.dtjt10_div_img {
    width: 100% !important;
    height: auto !important;
    min-height: 323px !important;
}
.dtjt10_div_img img {    
    width: 100%;
    height: 323px;
}
.dtjt10_div_text {
    height: 66px;
    left: 0;
    right: 0;
    bottom: -80px;
    max-width: 100%;
    padding: 22px;
    background: #F5F5F5;
} 
.dtjt10_div_text_title {
    background: none !important;
    padding: 0;
    border: none;
    text-align: left !important;
}
.dtjt10_div_text_title a {	
    font-size: 16px !important;
    font-weight: bold !important;
    color: #E20A20 !important;
}
.dtjt10_div_text_text p{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding: 0;
    background:none;
	text-indent: 0 !important;
}
.picbase1-content {
    height: 66px;   
    left: 0;
    right: 0;
    bottom: -80px;
    max-width: 100%;
    padding: 22px;
    background: #F5F5F5;
} 
.picbase1-content h2{
    font-size: 16px;
    font-weight: bold;
    color: #E20A20;  
    background: none;
    padding: 0;
    border: none;
    
}
.picbase1-content p{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding: 0;
    background:none
}
.picbase1-credit {
    display: none;
}
.picbase1-slidenav {
    bottom: 40px;
    
}
.picbase1-slidenav li {  
    background: rgba(232,81,96,.5);
}
.ind-title {
    text-align: center;
    padding: 40px 0 58px;
}
.ind-newscenter-main {
    flex-wrap: wrap;
}
.ind-newscenter-left {
    width: 590px;
    height: 353px;
}
.ind-newscenter-right {
    width: 590px;
    height: 433px;
    background: #F5F5F5;
}
.ind-news-title {
    height: 34px;
    line-height: 34px;
    align-items: flex-end;
}
.ind-news-title span {
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 19px;
    background: #8C0000;
}
.more {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
    padding-right: 22px;
}
.wp_article_list {
    padding:6px 11px;
    width: auto;
}

.wp_article_list .list_item {
    width: auto;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    height: 38px;
    line-height: 38px;
    text-align: right;
    border-bottom: 1px dotted #CECECE;
    background: url('./images/new-icon.png') no-repeat left center;
}
.wp_article_list .list_item:last-child{
    border-bottom: none;
}
.wp_article_list .list_item a {
    float: left;
    font-size: 16px;
    color: #333;
    text-align: left;
    display: block;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wp_article_list .list_item:hover a {
    color: #E20A20;
}
.wp_article_list .list_item .Article_Index {
    display: none;
}
.ind-news-colums {
    flex-wrap: wrap;
}
.news-list-item {
    width: 390px;
    height: 420px;
    background: #FFFFFF;
}
/* 广告图 */
.ind-adv-box {
    flex-wrap: wrap;
}
/* 服务指南 */
.ind-guid-list {
    width: 908px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ind-guid-item {
    width: 292px;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}
.ind-guid-link {
    width: 292px;
}
.ind-guid-link .report-logo {
    width: 50px;
    height: 62px;
    min-height: 62px;
    margin-bottom: 16px;
}
.report-box {
    text-align: center;
    height: 194px;
    padding-top: 34px;
    background: #8C0000;
    border: 1px solid #8C0000;
}
.report-title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding-bottom: 15px;
}
.report-content {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.ind-guid-link .select select {
    width: 100% !important;
}
.ind-guid-link .select select {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-indent: 10px;
    line-height: 40px;
    color: #fff;
    border-color: #FBA980;
    background-color: #FBA980;
}
.ind-guid-link .select:first-child select{
    border-color: #FF949D;
    background-color: #FF949D;
}
.ind-guid-link .select:last-child select{
    border-color: #6990DA;
    background-color: #6990DA;
}
/* 师德师风 */
.ind-teacher-box{
    margin-top: 80px;
}
.ind-teacher-title {
    width: 45px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: tb-rl;
    font-size: 34px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    background: #8C0000;
    text-align: center;
    padding: 0 50px;

}
.ind-teacher-main {
    width: 1035px;
    display: flex;
    justify-content: space-between;
}
.ind-teacher-video {
    position: relative;
    width: 382px;
    height: 292px;
    border: 4px solid #8C0000;
}
.ind-teacher-video::after{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 49px;
    height: 49px;
    background: url('./images/video-icon.png') no-repeat center center;
}
.ind-teacher-news-list {
    padding: 16px 38px 0;
    width: 569px;
    height: 285px;
    background: #F5F5F5;
}
/* 底部 */
.wrap-footer {
    margin-top: 67px;
    height: 200px;
    background: #B42335;
}
.footer-main {
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-copy {
    -ms-padding-top: 60px;
    -ms-margin: 0 10px;
}
/* 下拉菜单样式 */
select::-ms-expand{ display: none; }
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background-image: url("./images/arrow-icon.png");
background-repeat: no-repeat;
background-position: 240px 14px;
background-size: 18px 13px;
padding-right: 14px;

}

option::-ms-expand{ display: none; }

option{
/* -moz-appearance:none; 
-webkit-appearance:none;
appearance:none; */
}

/* --背景色字体颜色--*/

option:hover{
    color:#fff;
    background-color:#1E90FF;
}
.bread {
    padding: 15px 0;
}

/* 列表页 */
.list-main {
    padding: 20px 0;
    /* background:rgba(255,255,255,0.6); */
    margin-bottom: 40px;
}
.sideTit {      
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center; 
    color: #fff;
    background-color: #8C0000;
  }
  .left_list-box {
    width: 260px;
  }
  .left_list {
	width: 100%;
	float: left;
	box-shadow: #ccc 0 0 5px
}

.left_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #1b48ae
}

.left_top h3 {
	float: left;
	line-height: 60px;
	font-size: 22px;
	font-family: 微软雅黑;
	color: #fff;
	padding-left: 22px
}

.left_con {
	padding: 0;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-image: initial;
	border-top: none
}
.left_list .wp_nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.left_list .wp_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
    background: #fff;
}

.left_list .wp_nav  li a {
	color: #333;
	background: url(./images/left_0.png) right center no-repeat;
	font-size: 14px;
	display: block;
	margin: 0 22px;
	height: 43px
}

.left_list .wp_nav li a:hover {
	color: #8c0000;
	background: url(./images/left_1.png) right center no-repeat
}

.left_list .wp_nav li a.current {
	color: #8c0000;
	background: url(./images/left_1.png) right center no-repeat
}

.left_list .wp_nav li.selected {
	background: #8c0000
}
.left_list .wp_nav li.selected a {
	color: #fff
}
.left_list.wp_nav li.selected a {
    color: #fff;
	padding: 0 10px
}

.left_list .wp_nav li.selected a:hover {
    color: #fff;
	background: url(./images/left_0.png) right center no-repeat;
}

.left_list .wp_nav li.selected a.current {
    color: #fff;
}

  
#right {
	width: 900px;
	float: right;
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: url(./images/home_top.jpg) repeat-x left bottom;
	background-size: contain;
}
#right_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #8c0000;
	margin-left: 13px;
}
#right_top h3 a {
	color: #8c0000;
}
#right_top span {
	float: right;
}
#right_top span li {
	display: inline-block;
	margin: 0 3px;
	color: #999;
}
#right_top span li a {
	color: #999;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
.empty {
    font-size: 18px;
    text-align: center;
}
.list-img-box  {
    padding: 20px;
}
.list-img-news-item {
    padding: 20px 40px;
    border-bottom: 1px dashed #d9d9d9;
}
.list-img-news-list {
    padding: 20px;
}
.list-img-news-item a {
    display: block;
}
.list-img-news-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.list-img-news-item-desc {
    line-height: 2;
}
.list-img-news-item-info {
    width: 840px;
}
.list-img-news-item-img {
    margin-left: 40px;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.list-img-news-item-img img {
    width: 100%;
    height: auto;
}
/* 内容页 */
.wp_article_list_table td {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #e5e5e5;
	cursor: pointer;
}
.art_img {
	float: left;
	width: 25%;
}
.art_img img {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.art_right {
	float: right;
	width: 73%;
}
.art_right2 {
	width: 100% !important;
}
.art_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
}
.art_title a {
	/* text-decoration: underline; */
}
.art_author {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.art_author span {
	margin: 0 10px 0 0;
}
.art_des {
	color: #666;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	margin: 5px 0;
}
.art_right2 .article_more {
	display: block;
}
.article_more {
	margin: 20px 0 0 0;
	display: none;
}
.article_more a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.article_more a p {
	line-height: 40px;
}
.art_list td:hover {
	border-bottom: 1px dashed #8C0000;
}
.art_list td:hover .art_title a {
	color: #8C0000;
}
.art_list:last-child {
	border-bottom: 0;
}
.news_left {
	float: left;
	width: 76%;
}
.news_right {
	float: right;
	width: 21%;
}
.news_right a {
	display: block;
	margin: 15px 0;
}
.news_right img {
	width: 100%;
	height: auto;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
	line-height: 200%;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
}
/*分页*/

.pagination {
    min-width: 300px;
    width: auto;
    height: 34px;
    margin: 20px auto 0 auto;
    display: table;
}

.pagination li {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    width: auto;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
}

.previous {
    width: fit-content;
    height: 34px;
    margin: 10px auto 20px;
}

.pagination li:hover {
    border-color: #e0e0e0;
    background: #f1f1f1;
    color: #858585;
}

.pagination {
    display: inline;
    padding-left: 0;
}

.pagination li.paginate_button {
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #fff;
    margin: 0 4px;
    padding: 0 4px;
    min-width: 32px;
    border: 1px solid #e0e0e0;
}

.pagination li.paginate_button a {
    color: #333;
    display: block;
}

.pagination li.paginate_button:hover {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button:hover a {
    color: #fff;
}

.pagination li.paginate_button.active {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button.active a {
    color: #fff;
}
.footer-logo {
    width: 472px;
}
@media screen and (max-width: 1200px) { 
    body{
        overflow-x: hidden;
    }
	.nav-box ul li  {
		width: 120px;
	}
    .content {
        width: calc(100vw - 40px);
        padding: 0 20px;
    }
    .ind-column-item {
        width: 100% !important;
        height: auto;
    }
    .adv-item {
        margin-bottom: 10px;
    }
    .ind-guid-item:nth-child(3n) {
        margin-right: 0;
    }
    .news-list-item{
        margin-top: 10px;
        box-shadow: 1px 1px 16px rgb(63 139 226 / 20%);
    }
    .adv-item img,
    .ind-teacher-item img {
        width: 100%;
        height: auto;
    } 
    .wrap-footer {
        padding: 20px 0;
        height: auto;
    }
    .footer-main {
        flex-wrap: wrap;
    }
    .ind-teacher-box {
        margin-top: 40px;
        flex-wrap: wrap !important;
    }
    .ind-teacher-title {
        width: 100%;
        height: 80px;
        line-height: 80px;        
        writing-mode: horizontal-tb;
    }
    .ind-teacher-main {
        width: 100%;
        flex-wrap: wrap !important;
    }
    .ind-teacher-video {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .ind-teacher-news-list {
        width: 100%;
    }
    .ind-teacher-video {
        margin-bottom: 0;
    }
    select{
        background-position: 98% center;
    }

    .list-main  {
        width: 100%;
        padding: 20px 0;
    }
    .left_list-box {
        width: 100%;
    }
    #right {
        width: 100%;
    }
    #right_con {
        min-height: auto;
    }
    .left_top {
        height: 50px;
        line-height: 50px;
    }
    .left_top h3 {
        line-height: 50px;
        font-size: 18px;
    }
    .type_list li {
        height: 35px;
        line-height: 35px;
    }
    .type_list li a {
        height: 35px;
    }
    #right_top {
        background-size: initial;
    }
    #right_top h3 {
        font-size: 20px;
    }
    .art_title {
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .art_des {
        line-height: 20px;
        max-height: 40px;
    }
    .art_right {
        width: 67%;
    }
    .art_img {
        width: 30%;
    }

    .ind-guid-list {
        margin-left: -10px;
        width: calc(100% + 20px) !important;
    }

    .ind-guid-item {
        width: calc(33% - 10px);
        margin-left: 10px;
        margin-right: 0;
        overflow: hidden;
    }
    .ind-guid-item img {
        width: 100%;
        height: auto;
    }
}