html,
body {
    height: 100%;
    width: 100%;
    padding:0 !important;
    margin: 0 !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    /* background-color: #edeadf; */
    background-color: #f5f5f5;
    /* background: url() center top / 1920px 100% no-repeat fixed rgb(239, 247, 250); */
}

a {
    /* -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s; */
    text-decoration: none !important;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

ul{
    list-style-type: none;
}

:root {
    /* --ztsColor: #b2282e   #b33939 ; #e09f51 ; #a1141a */
    --ztsColor: #b2282e; /* 主题色 #b2282e */
    --ztsColorRgba: rgba(178, 40, 46,0.6); /* rgba(178, 40, 46,0.6) */
    --fzsColor1: #b2282e; /* 辅助色1 #b2282e */
    --fzsColor1Rgba: rgba(224, 159, 81,.5); /* rgba(224, 159, 81,.5) */
    --fzsColor2: #e09f51; /* 辅助色2  #e09f51 */
    --mobileColor: #a1141a;/* #a1141a */
}

#header{
    width: 100%;
    height: 300px;
     background: url(/uploads/hl_bg2.jpg) no-repeat; 
    background-size: cover;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.logo{
    height: 255px;
    text-align: left;
    line-height: 140px;
}
.logo img{
    width: 48%;

}
.logo span{
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 8rem;
    font-size: 40px;
    vertical-align: bottom;
    float: right;

    /* background-color: var(--mobileColor); */
    background-color: var(--fzsColor2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 4px transparent;
    letter-spacing: 6px;
}
.navbar_bg{
    background-color: var(--ztsColor);
    z-index: 2;
    position: relative;
}
#header .navbar{
    margin-bottom: unset;
    background-color: var(--ztsColor);
    border: 0;
}

.navbar-nav li a{
    color: #fff;
    /* padding: 0 5px; */
}
.navbar {
    min-height: unset;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: var(--fzsColor1Rgba);
    /* background-color: rgba(224, 159, 81,.5); */
    color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: var(--fzsColor1);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--fzsColor1);
}
.navbar-brand,.navbar-brand:focus{
    color: #fff !important;
    font-weight: bold;
}
.navbar-toggle{
    background-color: var(--fzsColor1);
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}

#list_banner .container>img{
    min-height: 12rem;
}



#mainbody{
    margin-top: 35px;
}


/* 列表页 start */
.metismenu{
    border-top: 5px solid var(--fzsColor2);
    margin-right: -10px;
    min-height: 770px;
    background-color: #f1f1f1;
}
.metismenu>li{
    background-color: #fff;
}
.metismenu>li>ul>li{
    border-bottom: 1px solid #f2f2f2;
}
.metismenu li{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
/*.metismenu>li:first-child>a{
    background: url("/test_img/实践教学基地.jpg") no-repeat !important;
    background-size: cover;
    color: #fff !important;
    padding: 15px 20px 15px 35px !important;
    font-size: 18px;
}*/
.metismenu>li li{
    background-color: #eeefeb;
    /* padding-left: 10px; */
}
.metismenu .arrow{
    float: unset;
}
.metismenu .glyphicon.arrow:before{
    position: absolute;
    right: 15px;
    top: 15px;
    /* color: #a3a3a3; */
    color: rgba(204, 204, 204, .6);
    font-size: 12px;
}
.metismenu .mm-active[class~=arrow]:before{
    /*color: var(--fzsColor2);*/
}
/* 列表导航选中 */
.m_active{
    background:var(--ztsColor) !important;
    color: #fff !important;
}

.metismenu>li>a{
    color: #000;
}
.metismenu a{
    display: inline-block;
    
    width: 100%;
    line-height: 25px;
    padding: 10px 20px;
    /* border-bottom: 1px solid #f2f2f2; */
    color: #222;
    text-decoration: none;

    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;

    vertical-align: bottom;
}
.breadcrumb li{
    /* height: 20px; */
    /* max-width: 125px; */

    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;

    vertical-align: bottom;
}


/* 侧边栏目级别缩进 */
.text-indent-2{text-indent: 1em;}
.text-indent-3{text-indent: 2em;}
.text-indent-4{text-indent: 3em;}
.text-indent-5{text-indent: 4em;}






.leftmenu,.list_left{
    font-size: 14px;
}

/* 面包屑 */
.breadcrumb{
    /* padding: 8px 15px; */
    padding: 12px 12px;
    margin-bottom: unset;
    list-style: none;
    background-color: #fff;
    border-radius: unset;
}
/* .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0px 0px 0px 2px;
    color: #ccc;
} */


.art_hr{
    margin: 0 10px;
    border-bottom: 2px solid var(--ztsColor);
}

/* 新闻列表 */
.list_right{
    background-color: #fff;
    padding: 10px;
    color: #000;
}
.list_right li{
    line-height: 45px;
    padding-left: 5px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    position: relative;
}
.list_right li>a{
    display: inline-block;
    width: 100%;
    position: relative;

    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;

    vertical-align: bottom;
    font-size: 15px;
    color: #000;
}
.list_right li>a:hover{
	color:var(--ztsColor);
}
.list_right li>span{
    display: inline-block;
    text-align: right;
    color: #666;
    position: absolute;
    right: 0;
    z-index: 2;
}



/* 图片列表 */
.list_right_Imglist{
    padding-top: 12px;
    margin: 0;
    background-color: #fff;
    /* background-color: #f1f1f1; */
}
.list_right_Imglist .thumbnail{
    margin-bottom: 12px;
    padding: unset;
    border: 0px;
    box-shadow: 4px 4px 15px #eee;
    cursor: pointer;
}
.list_right_Imglist .thumbnail img{
    width: 100%;
    height: 149px;
    margin-top: auto;
    margin-bottom: auto;
}
.list_right_Imglist .thumbnail .caption p{
    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;

    vertical-align: bottom;

    margin: unset;
    text-align: center;
}
.list_right_Imglist .thumbnail .caption {
    padding: 7px;
}

/* 底部 */
#footer {
    margin-top: 25px;
    /* background-color: #e6e2d4;
    border-top: 10px solid var(--mobileColor); */
    background-color: #e6e6e6;
    /* border-top: 5px solid var(--mobileColor); */
    border-top: 5px solid var(--ztsColor);;
    padding: 30px 0;
    /* color: rgba(255, 255, 255, 0.6); */
    color: #333;
    text-align: center;
}
#footer p {
    margin: 0;
}


/* 内容展示页 */
.article_left .title,.list_content .title{
    background-color: #fff;
}
.article_left .title h2,.list_content .title h2{
    text-align: center;
    padding:20px 5px 15px 5px;
    margin: 0;
    font-weight: 600;
}
.article_left .title>p,.list_content .title>p{
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: unset;
    padding-top: 5px;
}
.article_left .content,.list_content .content{
    background-color: #fff;
    padding: 18px;
}
.article_left .content iframe,.list_content .content iframe{
    /* border: 0 !important; */
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.article_right .file{
    /* border-bottom: 5px solid var(--fzsColor2); */
    background-color: var(--fzsColor1);
    padding: 10px 10px 10px 15px;
    color: #fff;
}

.article_right li{
    background-color: #fff;
}
.article_right a{
    display: inline-block;
    
    width: 100%;
    line-height: 25px;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #222;
    text-decoration: none;

    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;

    vertical-align: bottom;
}


/* 首页 */
.i{
    background-color: #fff;
    /* padding: 75px 0 75px 0; */
    padding: 65px 0 35px 0;
}
.i_left a{
    display: block;
    width: 100%;
    height: 55px;
    /* transition: .5s; */
    text-decoration: none;
    line-height: 55px;
    border: 1px solid #eee;
    background-color: #eeefeb;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    text-align: center;

    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;
}
.i_left a:hover{
    background-color: var(--ztsColor);
    color: #fff;
}
.i_left ul{
    margin-bottom: unset;
}
.i_left li{
    margin-bottom: 12.5px;
}
.i_left li:last-child{
    margin-bottom: 0px;
}
.i_left h3{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
}
.i_center,.i_right{
    text-align: justify;
    text-justify: distribute-all-lines; 

    overflow: hidden;
}
.i_center .content::-webkit-scrollbar,.i_right .content::-webkit-scrollbar {
    display: none;
}

.i_center .content{
    height: 325px;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #eee;
    box-shadow: 4px 4px 15px #eee;

    overflow-x: hidden;
    overflow-y: scroll;
}
.i_center .content img{
    float: left;
    width: 50%;
    margin: 0 10px 8px 0;
}
.i_center .content p{
    letter-spacing: 1px;
}

.i_right .content{
    height: 325px;
    /* text-align: center; */
    /* border-bottom: 2px solid var(--fzsColor2); */
    border-bottom: 2px solid #eee;
    padding: 0;
    box-shadow: 4px 4px 15px #eee;
    
    overflow-x: hidden;
    overflow-y: scroll;
}

.i_right .content img{
    width: 100%;
}
.i_right .content p{
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 0 10px;
}
.page-header{
    padding-bottom: 7.5px;
    margin: 0 0 15px;
    border-bottom: 3px solid var(--fzsColor2);
}
.page-header h2{
    color: var(--ztsColor);
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-right: 10px;
    font-weight: bold;
    margin: unset;
}
.page-header h2 small{
    float: right;
    position: relative;
    bottom: -17px;
    font-weight: bold;
    color: #bbb;
}
.page-header h2 small:hover{
    color: var(--ztsColor);
}
.i_center .page-header,.i_right .page-header{
    /* border-bottom: 3px solid rgba(238, 238, 238,0.8); */
}
.j {
    background-color: #fff;
    padding: 70px 0 100px 0;
}

.j .thumbnail,.list_right_Imglist .thumbnail{
    overflow: hidden !important;
}
.j .thumbnail .caption,.list_right_Imglist .thumbnail .caption{
    position: relative;
    background-color: #fff;
}
.j .thumbnail img,.list_right_Imglist .thumbnail img{
    transition: all .5s;
}
.j a:hover .thumbnail img,.list_right_Imglist a:hover .thumbnail img{
    transform:scale(1.1,1.1);;
    -ms-transform:scale(1.1,1.1);;     /* IE 9 */
    -moz-transform:scale(1.1,1.1);;    /* Firefox */
    -o-transform:scale(1.1,1.1);;      /* Opera */
    -webkit-transform:scale(1.1,1.1);  /* Safari 和 Chrome */
}
.j a:hover .thumbnail .caption,.list_right_Imglist a:hover .thumbnail .caption{
    color: var(--fzsColor2);
}
.j .page-header{
    margin: 0 15px 15px 15px;
    /* border-bottom: 3px solid rgba(178, 40, 46,0.6); */
    border-bottom: 3px solid var(--ztsColorRgba);
}

/* 首页新闻资讯板块 */
.newsBox .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
    text-align: left;
}

.newsBox .item a img {
    height: 300px;
    width: 100%;
}

.newsBox .carousel-caption p {
    margin: 0;
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsBox .carousel-indicators {
    position: absolute;
    top: 10px;
    right: 0px;
    left: unset;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 5%;
}

.newsBox .n1 {
    margin-top: 0px;
}

.news {
    margin-top: 19px;
}

.news .clearfix {
    display: block;
    font-size: 14px;
}

.news .news_date {
    float: left;
    width: 70px;
    margin-right: -100px;
    background: #00707a;
    text-align: center;
}

.news .news_date .news_year {
    line-height: 36px;
    font-size: 25px;
    color: #fff;
    background-color: var(--ztsColor);
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #fff;
}

.news .news_date .news_days {
    line-height: 24px;
    font-size: 13px;
    color: #6b6b6b;
    color: #fff;
    background-color: var(--ztsColor);
}

.news .news_wz {
    width: 100%;
}

.news .news_wz .news_con {
    margin-left: 85px;
}

.news .news_title {
    line-height: 23px;
    font-size: 16px;
    color: #000;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .news_title a {
    display: inline-block;
    /* width: 390px; */
    color: #000;
}

.news .news_title a:hover {
    display: inline-block;
    /* width: 390px; */
    color: var(--fzsColor1);
}

.news .news_title span {
    display: inline-block;
    width: 100px;
    text-align: center;
    background-color: #eee;
    padding: 5px 0;
}

.text-nowrap{
    /* 1.先强制文本一行内显示 */
    white-space:nowrap;
    /* 2.超出部分影藏 */
    overflow:hidden;
    /* 3.用省略号代替超出的部分 */
    text-overflow:ellipsis;
}

/* main2 start */

.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.main-header h2{
    color: var(--ztsColor);
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-right: 10px;
    font-weight: bold;
    margin: unset;
}

.main2{
    padding: 35px 0 65px 0;
    background-color: #f4f7f9;
    overflow: hidden;
}
.main2 .arrow{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #1758fa;
    color: #1758fa;
}
.main2 .arrow > span{
    display: inline-block;
    height: 100%;
    padding: 5px 9px;
    text-align: center;
    cursor: pointer;
}
.main2 .arrow > span:hover{
    background-color: #1758fa;
    color: #fff;
}

.main2-item{
    height: 178px;
    overflow: hidden;
    /* box-shadow: 3px 3px 6px #ccc; */
    margin-top: 17px;
}
.main2-item .thumbnail{
    border: unset;
    text-align: center;
    padding: 0;
    height: 178px;
}

.main2-item .thumbnail>.img{
    height: 138px;
}
.main2-item .thumbnail .caption{
    background-color: rgba(0, 0, 0, 0.5);
}
.main2-item .thumbnail .caption p{
    margin: unset;
    font-weight: 600;
    height: 22px;
    color: #fff;
}

.main2-item .text-box{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    height: 178px;
    background-color: rgba(71, 124, 254, .9);
    color: #fff;
    font-size: 14px;
}
.main2-item .text-box .text-top{
    height: 138px;
    padding: 15px 25px;
    text-align: center;
}
.main2-item .text-box .text-top .text-title{
    display: inline-block;
    font-size: 20px;
    border-bottom: 2px solid #6493fd;
    padding: 0 5px 8px 5px;
}
.main2-item .text-box .text-top .text-content{
    text-align: left;
    text-indent: 2em;

    text-align:justify;
}
.main2-item .text-box .text-bottom{
    height: 40px;
    padding: 0px 25px;
    text-align: right;
}
.main2-item .text-more{
    border: 1px solid #fff;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.main2-item .text-more:hover{
    background-color: #fff;
    color: #4267f9;
}

.main2-item:hover .thumbnail p{
    color: transparent;
}
.main2-item:hover .thumbnail .caption{
    background-color: transparent;
}
.main2-item:hover .text-box{
    transform:translateY(-195px);
}
/* main2 end */