﻿@charset "utf-8";


*{margin:0;padding:0;}
body{ font-family:pf,pfme,pfbold,"Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1a44af;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4, .dot5{
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.dot5 {
	-webkit-line-clamp: 5;
}

.w1820{width:1820px;margin:0 auto;}
.w1600{width:1600px;margin:0 auto;}
.w1440{width:1440px;margin:0 auto;}
.w1240{width:1240px;margin:0 auto;}

@media(max-width:1820px){
	.w1820{width:96%;}
}

@media(max-width:1600px){
	.w1600{width:96%;}
}

@media(max-width:1440px){
    .w1440{width:90%;}
    .w1240{width:90%;}
}


@media(max-width:768px){
    body{font-size: 14px;}
}

/* Top */
.Top{background:#1a44af;position: relative;}
.MainNav{padding:0 10px;}
.MainNav ul li{float:left;display: block;margin-top:35px;line-height: 75px;width:8%;text-align: center;position: relative;}
.MainNav ul li a{font-size: 18px;color:#fff;font-weight: bold;}
.MainNav ul li#Logo{line-height: 108px;margin-top:0;width:20%;}
.MainNav ul li a{display: inline-block;position: relative;}
.MainNav ul li a::after{content:'';display: block;width:100%;height:2px;background:#fff;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.MainNav ul li#Logo a::after{display: none;}
.MainNav ul li:hover a::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav ul li.onnav a::after{transform: rotateY(0);-webkit-transform: rotateY(0);}

.MainNav ul li .Navpull{position: absolute;left:-10px;top:77px;line-height: 35px;z-index:999;background:#fff;width:100%;font-size: 15px;padding:10px 10px 10px 10px;display: none;}
.MainNav ul li .Navpull dd{border-bottom:1px dotted #ddd;}
.MainNav ul li .Navpull dd a{color:#666;font-size: 17px;font-weight: bold;}
.MainNav ul li .Navpull dd:last-child{border-bottom:none;}
.MainNav ul li .Navpull.null{background:none;padding:0;}
.MainNav ul li .Navpull dd:hover{background:#1a44af;}
.MainNav ul li .Navpull dd:hover a{color:#fff;}

.Top .search{position: absolute;right:10px;z-index:999;top:58px;}
.Top .search .searchIco img{height:25px;}
.Top .search .searchIco .s2{display: none;}
.Top .search.on .searchIco .s1{display: none;}
.Top .search.on .searchIco .s2{display: block;}
.Top .search .searchBox{width:300px;height:50px;position: absolute;top:50px;right:0;background:#fff;box-shadow: 0 0 10px #ddd;display: none;}
.Top .search .searchBox input{width:80%;height:100%;box-sizing: border-box;padding:0 10px;}
.Top .search .searchBox button{width:20%;height:100%;background:none;border:none;background:#1a44af;}
.Top .search .searchBox button img{height:25px;}


.mTop{display: none;background:#1a44af;line-height: 60px;position: relative;}
.mTop .Logo img{height:50px;}
.mTop .m-btn{cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:20px;}
.mTop .m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.mTop .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background:#fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.mTop .m-btn span:before {top: -8px;}
.mTop .m-btn span:after {bottom: -8px;}
.mTop .m-btn.active span {background: transparent;}
.mTop .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.mTop .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.mTop .mMainNav{z-index:9999;position: absolute;width:100%;left:0;top:60px;z-index:999;display: none;}
.mTop .mMainNav ul li{line-height: 40px;text-align: center;background:#1a44af;border-bottom:1px dotted rgba(255,255,255,0.2);position: relative;}
.mTop .mMainNav ul li a{color:#fff;font-size: 14px;}



@media(max-width:1200px){
	.MainNav ul li a{font-size: 16px;font-weight: normal;}
	.MainNav ul li#Logo img{width:200px;}
}

@media(max-width:992px){
	.Top{display: none;}
    .mTop{display: block;z-index:9999;}
    .mMainNav ul li .Navpull{position: static;display: none;padding:0;background:#1a44af;}
	.mMainNav ul li .Navpull dd a{display: block;padding:0 10px;font-size: 14px;}
    .mMainNav ul li b{width:35px;height:35px;background:url(../uploadfiles/image/m-more.png) no-repeat center center;display: block;position: absolute;top:0;right:0;}
}

/* HomeBan */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.HomeBan{position: relative;background:#eeeeee;}
.HomeBan::before{content:'';display: block;width:100%;height:90%;background:#1a44af;position: absolute;top:0;left:0;z-index:0;}
/* .HomeBan .owl-dots{display: block;position: absolute;max-height:98px;height:10%;width:600px;background:#1a44af;right:0;bottom:0;text-align: center;}
.HomeBan .owl-dots .owl-dot{width:57px;height:57px;margin:20px 10px 0 10px;position: relative;}
.HomeBan .owl-dots .owl-dot.active{}
.HomeBan .owl-dots .owl-dot::before{color:#fff;font-size: 14px;}
.HomeBan .owl-dots .owl-dot:first-child::before{content:'01';display: block;}
.HomeBan .owl-dots .owl-dot:nth-child(2)::before{content:'02';display: block;}
.HomeBan .owl-dots .owl-dot:nth-child(3)::before{content:'03';display: block;}
.HomeBan .owl-dots .owl-dot:nth-child(4)::before{content:'04';display: block;}
.HomeBan .owl-dots .owl-dot:nth-child(5)::before{content:'05';display: block;}
.HomeBan .owl-dots .owl-dot.active::after{content:'';display: block;width:100%;height:100%;background:url(../uploadfiles/image/dotbg.png) no-repeat;background-size: 100% 100%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;position: absolute;top:0;left:0;} */

.HomeBan .owl-dots{width:100%;bottom:30px;position: absolute;text-align: center;}
.HomeBan .owl-dots .owl-dot::before{display: none !important;}
.HomeBan .owl-dots .owl-dot{width:10px;height:10px;background:#fff;border-radius: 50%;margin:0 8px;}
.HomeBan .owl-dots .owl-dot.active{background:#1a44af;}


.HomeBan .owl-nav {display: none;}
/* .HomeBan .owl-nav button{position: absolute;bottom:40px;width:45px;height:7px;z-index:9999;}
.HomeBan .owl-nav button.owl-prev{background:url(../uploadfiles/image/banprev.png) no-repeat center center;background-size: 100% 100%;right:520px;}
.HomeBan .owl-nav button.owl-next{background:url(../uploadfiles/image/bannext.png) no-repeat center center;background-size: 100% 100%;right:30px;}
.HomeBan .owl-nav button span{display: none;} */

/* @media(max-width:1600px){
	.HomeBan::before{height:87%;}
	.HomeBan .owl-dots{height:13%;}
}

@media(max-width:1200px){
	.HomeBan::before{height:83%;}
	.HomeBan .owl-dots{height:17%;}
} */

@media(max-width:992px){
	.HomeBan .owl-nav {display: none;}
	.HomeBan::before{height:75%;}
    .HomeBan .owl-dots{width:100%;bottom:20px;height:auto;background:none;}
    .HomeBan .owl-dots .owl-dot::before{display: none !important;}
    .HomeBan .owl-dots .owl-dot{width:10px;height:10px;background:#fff;border-radius: 50%;}
    .HomeBan .owl-dots .owl-dot.active{background:#1a44af;}
}

/* 新闻中心 */
.Common{padding:100px 0;}
.HomeTit{text-align: center;margin-bottom:50px;}
.HomeTit h1{display: inline-block;font-size: 32px;letter-spacing: 3px;}
.HomeTit h1::before,.HomeTit h1::after{content:'';display: inline-block;width:15px;height:2px;background:#1a44af;margin:0 20px;position: relative;top:-7px;}
.News{background:url(../uploadfiles/image/newsbg.jpg) no-repeat top center;background-size: cover;}

.News .NewsBox .NewsLeft{width:45%;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg{position: relative;overflow: hidden;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg img{height:400px;transition: all .5s;-webkit-transition: all .5s;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate{width:80px;height:88px;background:rgba(28,73,192,0.8);color:#fff;text-align: center;position: absolute;bottom:0;left:50px;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate p{font-size: 40px;margin-top:5px;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate span{font-size: 14px;display: inline-block;border-top:1px solid rgba(255,255,255,0.2);padding-top:5px;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt{background:#fff;position: relative;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft{width:85%;box-sizing: border-box;padding:20px;border-right:1px solid #e6e6e6;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft b{font-size: 16px;color:#1a44af;font-weight: normal;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft p{font-size: 24px;font-weight: bold;margin:10px 0;color:#333;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft span{font-size: 14px;color:#808080;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft .num{font-size: 24px;color:#1a44af;text-align: right;margin:10px 0;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button{position: absolute;right:0;width:15%;height:100px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-prev{background:url(../uploadfiles/image/newsprev.png) no-repeat center center;background-size: 25%;bottom:147px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-next{background:url(../uploadfiles/image/newsnext.png) no-repeat center center;background-size: 25%;bottom:54px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button span{display: none;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt::after{content:'';display: block;width:15%;height:1px;background:#e6e6e6;position: absolute;top:50%;right:0;}
.News .NewsBox .NewsLeft .owlNews .item:hover .NewsImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.News .NewsBox .NewsRight{width:50%;}
.News .NewsBox .NewsRight .NewsNav{background:#fff;}
.News .NewsBox .NewsRight .NewsNav ul::after{content:'';display: block;clear: both;}
.News .NewsBox .NewsRight .NewsNav ul li{float:left;width:25%;line-height: 60px;text-align: center;font-size: 18px;font-weight: bold;position: relative;}
.News .NewsBox .NewsRight .NewsNav ul li::before{content:'';display: block;height:14px;width:1px;background:#e6e6e6;position: absolute;left:0;top:50%;margin-top:-7px;}
.News .NewsBox .NewsRight .NewsNav ul li:first-child::before{display: none;}
.News .NewsBox .NewsRight .NewsNav ul li.on{background:url(../uploadfiles/image/nnavbg.png) no-repeat center left 30px #1a44af;}
.News .NewsBox .NewsRight .NewsNav ul li.on a{color:#fff;}
.News .NewsBox .NewsRight .NewsNav ul li.on::before{display: none;}
.News .NewsBox .NewsRight .NewsCon{padding:30px 0;}
.News .NewsBox .NewsRight .NewsCon .NewsList{padding:15px 0;border-bottom:1px solid #e6e6e6;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime{width:13%;color:#1a44af;text-align: center;border-right:1px solid #e6e6e6;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime p{font-size: 32px;font-weight: normal;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime span{font-size: 14px;}
.News .NewsBox .NewsRight .NewsCon .NewsList .NewsTxt{width:82%;line-height: 58px;font-size: 18px;font-weight: bold;}

.HomeMore{margin-top:20px;}
.HomeMore a{display: inline-block;padding:0 30px 0 60px;height:48px;box-sizing: border-box;border:1px solid #999999;text-align: center;line-height: 48px;background:url(../uploadfiles/image/more.png) no-repeat center left 30px;color:#000;}
.HomeMore a:hover{background:url(../uploadfiles/image/cmore.png) no-repeat center left 30px #1a44af;color:#fff;border:1px solid #1a44af;}
.HomeMore.on a{background:url(../uploadfiles/image/cmore.png) no-repeat center left 30px #1a44af;color:#fff;border:1px solid #1a44af;}

@media(max-width:1366px){
    .News .NewsBox .NewsRight .NewsCon{padding:25px 0;}
    .News .NewsBox .NewsRight .NewsCon .NewsList{padding:12px 0;}
}

@media(max-width:992px){
    .Common{padding:30px 0;}
    .HomeTit{margin-bottom:20px;}
    .News .NewsBox .NewsLeft{width:100%;}
    .News .NewsBox .NewsRight{width:100%;}
}

@media(max-width:768px){
    .HomeTit h1{font-size: 20px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg img{height:auto;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft p{font-size: 16px;}
    /* .News .NewsBox .NewsLeft .owlNews .owl-nav button{right:20px;} */
    .News .NewsBox .NewsRight .NewsNav ul li{font-size: 16px;line-height: 50px;}
    .News .NewsBox .NewsRight .NewsCon .NewsList .Newstime{width:20%;}
    .News .NewsBox .NewsRight .NewsCon .NewsList .NewsTxt{width:78%;font-size: 16px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate{height:65px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate p{font-size: 20px;}
	.HomeMore{text-align: center;}
	.HomeMore.on{text-align: left;}
}


/* 公司介绍 */
.About{position: relative;overflow: hidden;}
.About .w1600{background:url(../uploadfiles/image/aboutbg.png) no-repeat center left;}
.About .AboutLeft{width:40%;}
.About .AboutLeft .AboutTit{}
.About .AboutLeft .AboutTit h1{font-size: 32px;}
.About .AboutLeft .AboutTit span{font-size: 14px;color:#bfbfbf;}
.About .AboutLeft .AboutNum {margin:25px 0;}
.About .AboutLeft .AboutNum ul li {display: inline-block;width:25%;}
.About .AboutLeft .AboutNum ul li p{font-size: 40px;}
.About .AboutLeft .AboutNum ul li span{}
.About .AboutLeft .AboutDec{font-size: 14px;color:#999999;line-height: 30px;}
.About .owlAbout{width:70%;position: absolute;top:100px;right:-20%;overflow: hidden;}
.About .owlAbout .owl-item.Lastactive{position: relative;}
.About .owlAbout .owl-item.Lastactive::after{content:'';display: block;width:100%;height:100%;background:rgba(255,255,255,0.8);position: absolute;top:0;left:0;}
.About .owlAbout .owl-nav{display: block;}
.About .owlAbout .owl-nav button.owl-next{width:70px;height:70px;background:url(../uploadfiles/image/inext.png) no-repeat center center #fff;position: absolute;top:50%;margin-top:-35px;right:35%;}
.About .owlAbout .owl-dots{display: none;}
.About .owlAbout .owl-nav button span{display: none;}
.About .owlAbout .item .AboutImg{overflow: hidden;height:400px;position: relative;}
.About .owlAbout .item .AboutImg img{height:400px;width:auto;max-width:580px;position: absolute;top:0;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

@media(max-width:1200px){
    .About .AboutLeft .AboutNum ul li{width:30%;}
}

@media(max-width:992px){
    .About .AboutLeft{width:100%;}
    .About .owlAbout{width:100%;position: static;margin-top:20px;}
    .About .owlAbout .owl-item.Lastactive::after{display: none;}
    .About .owlAbout .owl-nav button.owl-next{display: none;}
}
@media(max-width:768px){
    .About .AboutLeft .AboutTit h1{font-size: 20px;}
    .About .AboutLeft .AboutNum{margin:20px 0;}
    .About .AboutLeft .AboutNum ul li{width:30%;}
    .About .AboutLeft .AboutNum ul li p{font-size: 25px;}
    .About .AboutLeft .AboutNum ul li span{font-size: 14px;}
    .HomeMore a{height:40px;line-height: 40px;}
	.About .owlAbout{display: none;}
}

/* 党建之窗 */
.Djzc{background:url(../uploadfiles/image/djbg.jpg) no-repeat top center;background-size: cover;}
.Djzc .owlDj .item .DjImg{overflow: hidden;}
.Djzc .owlDj .item .DjImg img{transition: all .5s;-webkit-transition: all .5s;}
.Djzc .owlDj .item p{line-height: 80px;background:#1a44af;color:#fff;text-align: center;padding:0 10px;font-size: 18px;}
.Djzc .owlDj .item:hover .DjImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.Djzc .owlDj .owl-dots{display: none;}
.Djzc .owlDj .owl-nav{display: block;}
.Djzc .owlDj .owl-nav button{width:14px;height:24px;position: absolute;top:50%;margin-top:-12px;}
.Djzc .owlDj .owl-nav button.owl-prev{background:url(../uploadfiles/image/iprev.png) no-repeat center center;background-size: 100% 100%;left:-3%;}
.Djzc .owlDj .owl-nav button.owl-next{background:url(../uploadfiles/image/inext.png) no-repeat center center;background-size: 100% 100%;right:-3%;}
.Djzc .owlDj .owl-nav button span{display: none;}
.Djzc .HomeMore{text-align: center;margin-top:60px;}

@media(max-width:768px){
    .Djzc .owlDj .item p{line-height: 60px;font-size: 14px;}
}

/* 专业学部 */

.ZyxbBox .ZyxbList{width:23.5%;margin-right:2%;float:left;position: relative;}
.ZyxbBox .ZyxbList:nth-child(4n){margin-right: 0;}
.ZyxbBox .ZyxbList .ZyxbImg{position: relative;overflow: hidden;}
.ZyxbBox .ZyxbList .ZyxbImg img{transition: all .5s;-webkit-transition: all .5s;}
.ZyxbBox .ZyxbList .ZyxbImg::after{content:'';display: block;width:100%;height:100%;background:rgba(0,0,0,0.3);position: absolute;top:0;left:0;}
.ZyxbBox .ZyxbList .ZyxbTxt{position: absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction: column;color:#fff;}
.ZyxbBox .ZyxbList .ZyxbTxt .ZyxbIco{width:70px;height:70px;background:#1a44af;border-radius: 50%;text-align: center;line-height: 70px;}
.ZyxbBox .ZyxbList .ZyxbTxt b{display: block;width:15px;height:2px;background:#fff;margin:30px auto;}
.ZyxbBox .ZyxbList .ZyxbTxt p{font-size: 32px;letter-spacing: 5px;font-weight: bold;margin-bottom:5px;}
.ZyxbBox .ZyxbList .ZyxbTxt span{font-size: 14px;opacity: 0.5;}
.ZyxbBox .ZyxbList:hover .ZyxbImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){

    .ZyxbBox .ZyxbList{width:100%;margin-left:0;margin-bottom:20px;}
    .ZyxbBox .ZyxbList .ZyxbTxt p{font-size: 16px;}
}



/* 智慧校园 */
.Zhxy{color:#fff;transition: all .5;-webkit-transition: all .5s;background-repeat: no-repeat;background-size: cover;background-position: center center;}
.Zhxy .ZhxyBox{width:40%;}
.Zhxy .ZhxyBox .ZhxyTit{margin-bottom:30px;}
.Zhxy .ZhxyBox .ZhxyTit h1{font-size: 32px;}
.Zhxy .ZhxyBox .ZhxyTit span{font-size: 14px;opacity: 0.5;}
.Zhxy .ZhxyBox .ZhxyDec{font-size: 14px;line-height: 30px;padding-bottom:30px;}

@media(max-width:768px){
    .Zhxy .ZhxyBox{width:80%;}
    .Zhxy .ZhxyBox .ZhxyTit h1{font-size: 20px;}
}

/* Bottom */
.Bottom{position: relative;}
.Bottom .Link{padding:40px 0 20px 0;border-bottom:1px solid #e6e6e6;line-height: 35px;}
.Bottom .Link a{display: inline-block;margin:0 5px;}
.Bottom .BottomBox{padding:50px 0;}
.Bottom .BottomBox .BottomLogo{width:27%;padding-top:20px;}
.Bottom .BottomBox .BottomLogo .blue{display: inline-block;margin-right:20px;margin-top:20px;}
.Bottom .BottomBox .BottomTxt{width:73%;box-sizing: border-box;border-left:1px solid #e6e6e6;padding-left:3%;}
.Bottom .BottomBox .BottomTxt .BottomTxtBox p{font-size: 14px;line-height: 30px;color:#666666;}
.Bottom .BottomBox .BottomIco{}
.Bottom .BottomBox .BottomIco .erImg img{width:120px;}
.Bottom .BottomBox .BottomIco ul li{display: inline-block;width:40px;height:40px;border-radius: 10px;text-align: center;line-height: 40px;position:}
.Bottom .BottomBox .BottomIco ul li .Bico img{height:20px;}
.Bottom .BottomBox .BottomIco ul li .TC{position: absolute;top:-115px;right:0;padding:5px;background:#1a44af;transform: scale(0);-webkit-transform: scale(0);transition: all .5s;-webkit-transition: all .5s;}
.Bottom .BottomBox .BottomIco ul li .TC img{height:100px;width:100px;max-width:100px;}
.Bottom .BottomBox .BottomIco ul li:hover .TC{transform: scale(1);-webkit-transform: scale(1);}

.Bottom .goTop{position: absolute;height:100%;width:5%;background:#1a44af;top:0;right:0;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;}
.Bottom .goTop p{font-size: 16px;font-weight: bold;color:#fff;margin-bottom:10px;}

@media(max-width:992px){
    .Bottom .goTop{position: fixed;top:50%;right:0;width:60px;height:60px;z-index:999;}
    .Bottom .goTop p{margin-bottom:0;}
    .Bottom .goTop img{display: none;}
}

@media(max-width:768px){
    .Bottom .BottomBox{padding:20px 0;}
    .Bottom .BottomBox .BottomLogo{width:100%;text-align: center;}
    .Bottom .BottomBox .BottomTxt{width:100%;border-left:none;margin-top:20px;}
    .Bottom .BottomBox .BottomIco{width:100%;text-align: center;margin-top:20px;}
    .Bottom .BottomBox .BottomIco ul li{width:60px;height:60px;line-height: 60px;}
    .Bottom .BottomBox .BottomIco ul li .Bico img{height:25px;}
}

/* 学校简介 */
.Nban{background:#1a44af;}
.Nban .NbanImg img{width:100%;}

.Nynav .NynavBox{line-height: 70px;box-shadow: 0 5px 10px #f4f4f4;text-align: center;background:#fff;}
.Nynav .NynavBox ul li{width:25%;max-width:190px;display: inline-block;position: relative;font-weight: bold;}
.Nynav .NynavBox ul li::before{content:'';display: block;width:1px;height:16px;background:#e6e6e6;position: absolute;left:0;top:50%;margin-top:-8px;}
.Nynav .NynavBox ul li:first-child::before{display: none;}
.Nynav .NynavBox ul li::after{content:'';display: block;height:2px;width:100%;background:#1a44af;position: absolute;bottom:0;left:0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all.5s;-webkit-transition: all .5s;}
.Nynav .NynavBox ul li:hover::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Nynav .NynavBox ul li.on::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Nynav .NynavBox ul li:hover a{color:#1a44af;}
.Nynav .NynavBox ul li.on a{color:#1a44af;}

.NaboutBox{padding-top:100px;background:url(../uploadfiles/image/aboutbg.png) no-repeat center center;}
.NaboutBox .NaboutTit{text-align: center;}
.NaboutBox .NaboutTit h1{font-size: 32px;}
.NaboutBox .NaboutTit span{font-size: 14px;color:#bfbfbf;}
.NaboutBox .NaboutNum{text-align: center;margin:50px 0;}
.NaboutBox .NaboutNum ul li{display: inline-block;width:190px;}
.NaboutBox .NaboutNum ul li p{font-size: 50px;color:#1a44af;}
.NaboutBox .NaboutNum ul li span{font-weight: bold;}
.NaboutBox .NaboutDec{color:#808080;line-height: 36px;margin-bottom:50px;}

.NaboutPart{padding:60px 0;border-bottom:1px solid #ebebeb;}
.NaboutPart:last-child{border-bottom:none;}
.NaboutPart .ApartTit{text-align: center;margin-bottom:35px;}
.NaboutPart .ApartTit span{display: inline-block;font-size: 28px;font-weight: bold;}
.NaboutPart .ApartTit span::before, .NaboutPart .ApartTit span::after{content:'';display: inline-block;width:15px;height:3px;background:#d9d9d9;margin:0 20px;position: relative;top:-8px;}
.NaboutPart .NaboutPartTxt p{color:#808080;line-height: 36px;}
.NaboutPart .NaboutPartTxt .box{margin-bottom:30px;}
.NaboutPart .NaboutPartTxt .box:last-child{margin-bottom:0;}
.NaboutPart .NaboutPartTxt .box h1{font-size: 20px;line-height: 36px;}
.NaboutPart .NaboutPartTxt .box_1{margin-top:30px;}
.NaboutPart .NaboutPartTxt .box_1 p strong{color:#1a44af;}

.Dzfc{padding:60px 0;background:#f5f5f5;}
.Dzfc .DzfcTit{font-size: 24px;font-weight: bold;margin-bottom:30px;}
.Dzfc .DzfcBox{padding:0 20px;}
.Dzfc .DzfcBox .owl-dots{display: none;}
.Dzfc .DzfcBox .item{position: relative;}
.Dzfc .DzfcBox .item p{position: absolute;background:rgba(28,73,192,0.9);width:100%;box-sizing: border-box;padding:0 10px;text-align: center;height:0;left:0;bottom:0;color:#fff;overflow: hidden;transition: all .5s;-webkit-transition: all .5s;}
.Dzfc .DzfcBox .item:hover p{height:58px;line-height: 58px;}
.Dzfc .DzfcBox .owl-nav button{position: absolute;width:40px;height:40px;top:-65px;margin-left:10px;}
.Dzfc .DzfcBox .owl-nav button.owl-prev{background:url(../uploadfiles/image/nprev.png) no-repeat center center #fff;right:15%;}
.Dzfc .DzfcBox .owl-nav button.owl-next{background:url(../uploadfiles/image/nnext.png) no-repeat center center #fff;right:12%;}
.Dzfc .DzfcBox .owl-nav button span{display: none;}

.AbountCon{background:url(../uploadfiles/image/aboutbg.jpg) no-repeat top center;background-size: cover;padding:120px 0;}
.AbountCon ul li{float:left;width:16.66667%;text-align: center;color:#fff;position: relative;}
.AbountCon ul li .Conico{height:43px;line-height: 43px;}
.AbountCon ul li .Conico img{vertical-align: bottom;transition: all .5s;-webkit-transition: all .5s;}
.AbountCon ul li p{font-size: 20px;font-weight: bold;margin:40px 0 15px 0;}
.AbountCon ul li span{font-size: 14px;}
.AbountCon ul li:hover .Conico img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.AbountCon ul li::after{content:'';display: block;width:1px;height:60%;background:rgba(255,255,255,0.2);position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.AbountCon ul li:first-child::after{display: none;}

@media(max-width:992px){
    .Nynav .NynavBox ul{display: flex;align-items: center;justify-content: center;}
}

@media(max-width:768px){
    .NaboutBox{padding:50px 0;}
    .Nynav .NynavBox{line-height: 50px;}
    .Nynav .NynavBox ul li{font-size: 14px;}
    .NaboutBox .NaboutTit h1{font-size: 25px;}
    .NaboutBox .NaboutNum ul{display: flex;align-items: center;justify-content: center;}
    .NaboutBox .NaboutNum ul li p{font-size: 35px;}
    .NaboutPart .ApartTit span{font-size: 20px;}
    .NaboutPart .NaboutPartTxt .box h1{font-size: 18px;}
    .AbountCon ul li{width:50%;margin-bottom:20px;}
    .AbountCon ul li span{height:42px;display: block;}
    .AbountCon{padding:30px 0;}
    .AbountCon ul li p{font-size: 18px;margin:10px 0;}
    .AbountCon ul li::after{display: none;}
    .AbountCon ul li .Conico img{max-height:35px;}
    .Dzfc .DzfcBox .owl-nav button.owl-next{right:0;}
}


/* 学校领导 */
.Xxld{background:#f5f5f5;}
.XxldBox{padding:100px 0;}
.ComTit{text-align: center;margin-bottom:50px;}
.ComTit span{display: inline-block;font-size: 28px;font-weight: bold;}
.ComTit span::before, .ComTit span::after{content:'';display: inline-block;width:15px;height:3px;background:#1a44af;margin:0 20px;position: relative;top:-8px;}
.XxldBoxCon .XxldList{background:#fff;padding:3% 7%;margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;}
.XxldBoxCon .XxldList a{display: block;background:url(../uploadfiles/image/logoico.png) no-repeat center right;}
.XxldBoxCon .XxldList .XxldImg{width:20%;padding-top:390px;position: relative;}
.XxldBoxCon .XxldList .XxldTxt{width:75%;display:flex;justify-content:center;flex-direction: column;height:390px;}
.XxldBoxCon .XxldList .XxldTxt h1{font-size: 30px;}
.XxldBoxCon .XxldList .XxldTxt h1 span{font-size: 18px;color:#1a44af;display: inline-block;margin-left:10px;}
.XxldBoxCon .XxldList .XxldTxt b{width:15px;height:2px;background:#1a44af;margin:20px 0;}
.XxldBoxCon .XxldList .XxldTxt p{line-height: 36px;color:#808080;}
.XxldBoxCon .XxldList .XxldImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-size: 100%;}
.XxldBoxCon .XxldList:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 10px 20px #ddd;}

@media(max-width:1240px){
    .XxldBoxCon .XxldList .XxldImg{width:26%;}
    .XxldBoxCon .XxldList .XxldTxt{width:70%;}
}


@media(max-width:768px){
    .XxldBox{padding:50px 0;}
    .ComTit{margin-bottom:30px;}
    .ComTit span{font-size: 25px;}
    .XxldBoxCon .XxldList .XxldImg{width:50%;padding-top:70%;margin:0 auto;float: none;}
    .XxldBoxCon .XxldList .XxldTxt{width:100%;}
    .XxldBoxCon .XxldList .XxldTxt h1{font-size: 20px;text-align: center;}
    .XxldBoxCon .XxldList .XxldTxt b{margin:10px auto;}
}



/* Pages */
.Pages{text-align: center;margin:50px 0;color:#666666;}
.Pages a{height:40px;width:40px;background:#fff;display: inline-block;line-height: 40px;margin: 5px 2px;}
.Pages1 a{background:#f0f0f0;}
.Pages a:hover{color:#fff;background:#1a44af;}
.Pages a.a_cur{color:#fff;background: #1a44af;}
.Pages .num a{width:40px;padding:0;}
.Pages .num{font-style: normal;}
.Pages .p_count{height:34px;padding:0 10px;border:1px solid #e6e6e6;display: inline-block;line-height: 34px;}
.Pages a.a_prev ,.Pages a.a_next{width:80px;}
.Pages a.a_prev {margin-right:20px;}
.Pages a.a_next{margin-left:20px;}
.Pages a.a_prev b{display: inline-block;border-right:5px solid #343434;border-left:5px solid transparent;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.Pages a.a_next b{display: inline-block;border-left:5px solid #343434;border-right:5px solid transparent;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.Pages a.a_prev:hover b{border-right:5px solid #fff;}
.Pages a.a_next:hover b{border-left:5px solid #fff;}

@media(max-width:992px){
	.Pages a{height:30px;line-height: 30px;padding: 0 5px;margin:5px 0;}
	.Pages .num a{width:30px;}
	.Pages a.a_prev, .Pages a.a_next{width:40px;}
}


/* 学校荣誉 */
.Honor{background:#f5f5f5;}
.HonorBox{padding:100px 0;}
.HonorBox .HonorBoxCon{margin-left:-3%;}
.HonorBox .HonorBoxCon .HonorList{float:left;width:22%;margin-left:3%;margin-bottom:30px;}
.HonorBox .HonorBoxCon .HonorList .HonorImg{padding:10px;background:#fff;overflow: hidden;text-align:center;}
.HonorBox .HonorBoxCon .HonorList .HonorImg img{max-width:100%;transition: all .5s;-webkit-transition: all .5s;height:214px;}
.HonorBox .HonorBoxCon .HonorList p{text-align: center;padding:10px;font-weight: bold;}
.HonorBox .HonorBoxCon .HonorList:hover .HonorImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){
    .HonorBox{padding:50px 0;}
    .HonorBox .HonorBoxCon .HonorList{width:47%;margin-bottom:20px;}
}



/* 组织机构 */
.Zzjg{background:url(../uploadfiles/image/jgbg.png) no-repeat bottom center #f5f5f5;}
.ZzjgBox{padding:100px 0;}
.PartTit{text-align: center;margin-bottom:70px;}
.PartTit h1{font-size: 32px;}
.PartTit b{width:20px;height:2px;background:#1a44af;display: inline-block;}
.ZzjgBox .ZzjgImg{text-align: center;}

@media(max-width:768px){
    .ZzjgBox{padding:50px 0;}
    .PartTit h1{font-size: 25px;}
}


/* 工作动态 */
.NnewsBox{padding:50px 0;}
.NnewsBox .NnewsList{padding:50px 0;border-bottom:1px solid #e6e6e6;transition: all .5s;-webkit-transition: all .5s;}
.NnewsBox .NnewsList .NnewsImg{width:30%;position: relative;padding-top:278px;}
.NnewsBox .NnewsList .NnewsImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.NnewsBox .NnewsList .NnewsTxt{width:65%;padding:2% 0;}

.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate{width:10%;color:#1a44af;text-align: center;border-right:1px solid #e6e6e6;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate p{font-size: 32px;font-weight: normal;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate span{font-size: 14px;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit h1{width:88%;line-height: 58px;font-size: 18px;font-weight: bold;}

.NnewsBox .NnewsList .NnewsTxt .NnewsDec{line-height: 30px;font-size: 14px;color:#808080;margin:20px 0 30px 0;}
.HomeMore span{display: inline-block;padding:0 30px 0 60px;height:48px;box-sizing: border-box;border:1px solid #999999;text-align: center;line-height: 48px;background:url(../uploadfiles/image/more.png) no-repeat center left 30px;color:#000;}
.NnewsBox .NnewsList:hover .NnewsTxt .HomeMore span{background:url(../uploadfiles/image/cmore.png) no-repeat center left 30px #1a44af;color:#fff;border:1px solid #1a44af;}
.NnewsBox .NnewsList:hover {box-shadow: 0 10px 20px #ddd;}
.HomeMore.on span{background:url(../uploadfiles/image/cmore.png) no-repeat center left 30px #1a44af;color:#fff;border:1px solid #1a44af;}

@media(max-width:768px){
    .NnewsBox .NnewsList{padding:30px 0;}
    .NnewsBox .NnewsList .NnewsImg{width:100%;padding-top:70%;}
    .NnewsBox .NnewsList .NnewsTxt{width:100%;}
    .HomeMore span{line-height: 40px;height:40px;}
    .NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate{width:20%;}
    .NnewsBox .NnewsList .NnewsTxt .NnewsTit h1{width:78%;}
}

/* 合作机制 */
.Hzjz{background:url(../uploadfiles/image/hzbg.png) no-repeat top center #f5f5f5;}
.Hzjz_1{padding:100px 0;}
.Hzjz .HzjzBox{margin-left:-2%;}
.Hzjz .HzjzBox .HzjzList{width:48%;margin-left:2%;float:left;background:#fff;padding:2% 5% 5% 5%;box-sizing: border-box;border-top:2px solid #1a44af;margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;}
.Hzjz .HzjzBox .HzjzList .HzjzIco{width:270px;height:270px;background:url(../uploadfiles/image/hzlistbg.png) no-repeat center center;background-size: 100% 100%;margin:0 auto;line-height: 270px;display:flex;justify-content:center;align-items:center;flex-direction: column; }
.Hzjz .HzjzBox .HzjzList .HzjzIco .HzjzIcoBox{width:120px;height:120px;background:#1a44af;border-radius: 50%;text-align: center;line-height: 120px;}
.Hzjz .HzjzBox .HzjzList .HzjzTit{text-align: center;margin:10px 0 20px 0;}
.Hzjz .HzjzBox .HzjzList .HzjzTit h1{font-size: 26px;}
.Hzjz .HzjzBox .HzjzList .HzjzTit b{width:20px;height:1px;background:#1a44af;display: inline-block;}
.Hzjz .HzjzBox .HzjzList .HzjzDec{font-size: 15px;line-height: 30px;color:#808080;height:360px;overflow: auto;}
.Hzjz .HzjzBox .HzjzList:hover{box-shadow: 0 10px 20px #ddd;transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}

@media(max-width:992px){
    .Hzjz .HzjzBox .HzjzList .HzjzIco{height:220px;width:220px;}
    .Hzjz .HzjzBox .HzjzList .HzjzIco .HzjzIcoBox{width:90px;height:90px;line-height: 90px;}
    .Hzjz .HzjzBox .HzjzList .HzjzTit h1{font-size: 20px;}
}

@media(max-width:768px){
    .Hzjz_1{padding:50px 0;}
    .PartTit{margin-bottom:30px;}
    .Hzjz .HzjzBox{margin-left:0;}
    .Hzjz .HzjzBox .HzjzList{width:100%;margin-left:0;}
}

::-webkit-scrollbar {/*滚动条整体样式*/
	width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 3px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #1a44af;

}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #EDEDED;
}

/* 集团办学 */
.Jtbx{background:url(../uploadfiles/image/jtbg.png) no-repeat top center #f5f5f5;}
.Jtbx_1{padding:100px 0;}
.Jtbx .JtbxBox .JtbxImg{width:40%;position: relative;padding-top:660px;}
.Jtbx .JtbxBox .JtbxTxt{width:55%;display:flex;justify-content:center;flex-direction: column;height:660px; }
.Jtbx .JtbxBox .JtbxImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit{margin-bottom:20px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit h1{font-size: 32px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit b{display: inline-block;width:20px;height:2px;background:#1a44af;}
.Jtbx .JtbxBox .JtbxTxt .JtbxDec{font-size: 16px;color:#808080;line-height: 36px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxDec p{text-indent: 2em;}

.JtbxBottom{padding:150px 0;background-size: cover;color:#fff;text-align: center;}
.JtbxBottom .JtbxBottomBox h1{font-size: 40px;letter-spacing: 5px;padding:20px 0;}

@media(max-width:768px){
    .Jtbx_1{padding:50px 0;}
    .Jtbx .JtbxBox .JtbxImg{width:100%;padding-top:100%;}
    .Jtbx .JtbxBox .JtbxTxt{width:100%;height:auto;margin-top:20px;}
    .Jtbx .JtbxBox .JtbxTxt .JtbxTit h1{font-size: 25px;}
    .JtbxBottom{padding:60px 0;}
    .JtbxBottom .JtbxBottomBox h1{font-size: 20px;}
}




/* 企业简介 */
.Qyjj{background:#f5f5f5;}
.QyjjBox{padding:100px 0;}
.QyjjBox .QyjjBoxCon{margin-left:-3%;}
.QyjjBox .QyjjBoxCon .QyjjList{width:47%;margin-left:3%;float:left;box-sizing: border-box;background:#fff;box-shadow: 0 0 10px #ddd;transition: all .5s;-webkit-transition: all .5s;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjImg{text-align: center;padding:20px 30px;height:145px;line-height: 145px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt{padding:20px 30px;border-top:1px solid #e6e6e6;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt h1{font-size: 24px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt p{font-size: 14px;line-height: 30px;color:#808080;height:90px;margin-top:10px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt .HomeMore{padding:20px 0 30px 0;}
.QyjjBox .QyjjBoxCon .QyjjList:hover .QyjjTxt .HomeMore span{background:url(../uploadfiles/image/cmore.png) no-repeat center left 30px #1a44af;color:#fff;border:1px solid #1a44af;}
.QyjjBox .QyjjBoxCon .QyjjList:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 10px 20px #ddd;}

@media(max-width:768px){
    .QyjjBox{padding:50px 0;}
    .QyjjBox .QyjjBoxCon{margin-left:0;}
    .QyjjBox .QyjjBoxCon .QyjjList{width:100%;margin-left:0;margin-bottom:20px;}
    .QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt h1{font-size: 20px;}
}



/* 服务大厅 */
.Fwdt{background:#f5f5f5;}
.FwdtBox{padding:100px 0;background:url(../uploadfiles/image/dtbg.png) no-repeat bottom center;background-size: cover;}
.FwdtBox .Dting {background:url(../uploadfiles/image/dtlogo.png) no-repeat center center;}
.FwdtBox .Dting ul li{width:16.666667%;text-align: center;float:left;margin-bottom:50px;}
.FwdtBox .Dting ul li img{height:130px;transition: all .5s;-webkit-transition: all .5s;}
.FwdtBox .Dting ul li p{padding:10px 0;font-weight: bold;}
.FwdtBox .Dting ul li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:1200px){
    .FwdtBox .Dting ul li{width:20%;}
}

@media(max-width:992px){
    .FwdtBox{padding:50px 0;}
    .FwdtBox .Dting ul li{width:25%;}
    
}

@media(max-width:640px){
    .FwdtBox .Dting ul li{width:33.33%;margin-bottom:30px;}
    .FwdtBox .Dting ul li img{height:90px;}
}




/* 新闻详情 */
.NewsInfo{padding:75px 0;}
.NewsInfo .NewsInfoTit{text-align: center;padding:20px 0;border-bottom:1px dashed #dedede;}
.NewsInfo .NewsInfoTit h1{font-size: 28px;font-weight: bold;color:#1a44af;}
.NewsInfo .NewsInfoTit h2{font-size: 22px;color: #666;position: relative;display: inline;}
/*.NewsInfo .NewsInfoTit h2::before{position: absolute;left: -60px;top: 50%;display: block;width: 50px;height: 2px;background: #666;content: "";}*/
.NewsInfo .NewsInfoTit p{color:#999;font-size: 14px;margin-top:10px;}
.NewsInfo .NewsInfoBox{padding:30px 0;line-height: 32px !important;}
.NewsInfo .NewsInfoBox img{display: block;margin:20px auto;}
.NewsInfo .NewsInfoBox p{line-height: 32px !important;}
.NewsInfo .NewsInfoBox span{line-height: 32px !important;}

.NewsInfo .prev-next{margin:50px 0;}
.NewsInfo .prev-next .btn_1{width:49%;line-height: 50px;text-align: center;background:#f7f7f7;}
.NewsInfo .prev-next .btn_1.prev_1{background:#1a44af;color:#fff;}
.NewsInfo .prev-next .btn_1.prev_1 a{color:#fff;}

@media(max-width:992px){
    .NewsInfo{padding:30px 0;}
	.NewsInfo .NewsInfoTit h1{font-size: 18px;}
	.NewsInfo .NewsInfoTit h2{font-size: 16px;}
	.NewsInfo .NewsInfoTit h2::before{position: absolute;left: -40px;top: 50%;display: block;width: 30px;height: 2px;background: #666;content: "";}
	.NewsInfo .NewsInfoTit{padding:20px 0;}
	.NewsInfo .prev-next .btn_1{width:100%;font-size: 14px;line-height: 40px;margin-bottom:10px;}
	.NewsInfo .prev-next{margin:20px 0;}
}

/* 文字列表 */
.TxtList{line-height: 50px;border-bottom:1px dotted #e6e6e6;padding-left:20px;position: relative;}
.TxtList::before{content:'';display: block;width:5px;height:5px;border-radius: 50%;background:#1a44af;position: absolute;top:50%;margin-top:-2.5px;left:0;}
.TxtList p{width:80%;}
.TxtList span{color:#808080;font-size: 14px;}

@media(max-width:768px){
    .TxtList p{width:75%;}
}









