@charset "utf-8";
.common-banner{width: 100%;height: 550px;box-sizing: border-box;position: relative;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}
.common-banner .container{height: 100%;}
.common-top{width: 100%;box-sizing: border-box;padding: 20px 0;position: absolute;left: 0;bottom: 0;background: url(../images/common-hover.png) center;background-size: cover;}
.common-top h3{font-size: 30px;color: #ffffff;font-weight: bold;letter-spacing: 2px;}
.common-top p{box-sizing: border-box;font-size: 14px;color: #ffffff;margin-top: 15px;}
.common-top p a{color: #ffffff;display: inline-block;margin: 0 5px;}

.common-main{width: 100%;padding: 10px 0 70px;box-sizing: border-box;background: #ffffff;}

.commonUl{box-sizing: border-box;width: 100%;height: 65px;border-bottom: 1px solid #d9dfe9;}
.commonUl ul{box-sizing: border-box;overflow: hidden;height: 65px;}
.commonUl ul li{float: left;height: 65px;box-sizing: border-box;}
.commonUl ul li a{display: block;font-size: 20px;color: #000000;font-weight: bold;height: 65px;line-height: 65px;margin: 0 25px;box-sizing: border-box}
.commonUl ul li:first-child a{margin-left: 0;}
.commonUl ul li.active a{color: #a22d2e;border-bottom: 3px solid #a22d2e;}
.commonUl ul li:hover a{color: #a22d2e;border-bottom: 3px solid #a22d2e;}

/*列表页*/
.common-main .news-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin: 50px 0;}
.common-main .news-ul li{box-sizing: border-box;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #e9eaed;}
.common-main .news-ul li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.common-main .news-ul li .n-img{width: 315px;height: 236px;float: left;overflow: hidden;}
.common-main .news-ul li .n-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-main .news-ul li .n-img img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.common-main .news-ul li:hover .n-img img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.common-main .news-ul li .n-txt{width: 1055px;float: right;text-align: justify;}
.common-main .news-ul li .n-txt h3{font-size: 22px;color: #26334d;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-main .news-ul li .n-txt p{font-size: 16px;color: #828a9f;line-height: 30px;margin-top: 15px;}
.common-main .news-ul li .n-txt span{font-size: 16px;color: #828a9f;display: block;margin-top: 20px;}
.common-main .news-ul li .y-txt{width: 100%;float: right;text-align: justify;}
.common-main .news-ul li .y-txt h3{font-size: 22px;color: #26334d;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-main .news-ul li .y-txt p{font-size: 16px;color: #828a9f;line-height: 30px;margin-top: 15px;}
.common-main .news-ul li .y-txt span{font-size: 16px;color: #828a9f;display: block;margin-top: 20px;}
.common-main .news-ul li:hover h3{color: #a22d2e;}

/*机构设置*/
.common-jgsz{width: 100%;padding: 70px 0;box-sizing: border-box;background: #ffffff;}
.common-jgsz .jgsz-h{font-size: 22px;color: #a22d2e;font-weight: bold;box-sizing: border-box;margin-bottom: 45px;padding: 0 0 15px 15px;border-bottom: 1px solid #e2e2e2;position: relative;}
.common-jgsz .jgsz-h::after{position: absolute;content: '';width: 4px;height: 20px;background: #a22d2e;left: 0;top: 6px;}
.common-jgsz .jgsz-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.common-jgsz .jgsz-ul li{float: left;width: 256px;height: 50px;line-height: 50px;margin: 0 0 30px 30px;box-sizing: border-box;position: relative;cursor: pointer;border: 1px solid #e2e2e2;}
.common-jgsz .jgsz-ul li:nth-child(5n+1){margin-left: 0;}
.common-jgsz .jgsz-ul li a{display: block;font-size: 18px;color: #333333;box-sizing: border-box;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-jgsz .jgsz-ul li:hover{border-color: #a22d2e;}
.common-jgsz .jgsz-ul li:hover a{color: #a22d2e;}


/*院系设置*/
.common-yxsz{width: 100%;padding: 70px 0;box-sizing: border-box;background: #ffffff;}
.common-yxsz .yxsz-tab{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;display: flex;align-items: center; }
.common-yxsz .yxsz-tab a{font-size: 18px;color: #a22d2e;width: 120px;height: 45px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;background: #ffffff;border: 1px solid #a22d2e;z-index: 2;}
.common-yxsz .yxsz-tab::before{content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 100%;height: 1px;background: #e2e2e2;z-index: 1;}
.common-yxsz .yxsz-tab a.active{background: #a22d2e;color: #ffffff;}
.common-yxsz .yxsz-tab a:hover{background: #a22d2e;color: #ffffff;}

.common-yxsz .yxsz-main{display: none;width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 30px;}
.common-yxsz .show{display: block;}
.common-yxsz .yxsz-main .yxsz-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.common-yxsz .yxsz-main .yxsz-title img{width: auto;height: 50px;display: block;margin: 0 auto;}
.common-yxsz .yxsz-main .yxsz-content{width: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;position: relative;margin-top: 20px;}
.common-yxsz .yxsz-main .yxsz-content::before{content: "";position: absolute;left: 0;right: 0;top: -20px;bottom: 0;margin: auto;height: calc(100% + 50px);width: 1px;background: #e2e2e2;z-index: 1;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-left{width: 50%;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-right{width: 50%;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-item{width: 100%;box-sizing: border-box;padding: 30px 30px 120px; border-top: 1px solid #a22d2e;position: relative;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-item::before{content: '';width: 6px;height: 6px;border-radius: 100%;position: absolute;background: #a22d2e;z-index: 9;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-left .yxsz-item::before{right: -3px;top: -4px;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-right .yxsz-item::before{left: -3px;top: -4px;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-left .yxsz-item{text-align: right;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-right .yxsz-item{text-align: left;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-item a{display: inline-block;font-size: 24px;color: #a22d2e;font-weight: 500;}
.common-yxsz .yxsz-main .yxsz-content .yxsz-item a:hover{font-weight: bold;text-decoration: underline;}

.common-yxsz .yxsz-main .yxsz-url{width: 100%;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;}
.common-yxsz .yxsz-main .yxsz-url a{display: block;font-size: 20px;color: #333333;box-sizing: border-box;padding: 12px 18px;margin-left: 10px;background: #f5f5f5;}
.common-yxsz .yxsz-main .yxsz-url a:first-child{margin-left: 0;}
.common-yxsz .yxsz-main .yxsz-url a:hover{color: #ffffff;background: #a22d2e;}

.common-yxsz .yxsz-main .yxsz-list{width: 100%;box-sizing: border-box;margin-top: 50px;}
.common-yxsz .yxsz-main .yxsz-list li{box-sizing: border-box;margin-bottom: 20px;padding-bottom: 20px;display: flex;align-items: center;justify-content: space-between;}
.common-yxsz .yxsz-main .yxsz-list li .yxsz-h{width: 5%;font-size: 30px;font-weight: 500;color: #a22d2e; box-sizing: border-box;}
.common-yxsz .yxsz-main .yxsz-list li .yxsz-a{width: 95%;box-sizing: border-box;padding-left: 50px; border-left: 1px solid #a22d2e;}
.common-yxsz .yxsz-main .yxsz-list li .yxsz-a a{display: block;font-size: 20px;color: #a22d2e;line-height: 45px;}
.common-yxsz .yxsz-main .yxsz-list li .yxsz-a a:hover{font-weight: bold;text-decoration: underline;}
.common-yxsz .yxsz-main .yxsz-list li.y-x{border-bottom: 1px solid #a22d2e;}

/*搜索页*/
.noSearch{font-size: 16px;color: #333333;margin-top:30px;text-align: center;}

/*搜索页*/
.s-container{width: 1300px;margin: 0 auto;}
.sHeader{width: 100%;height: 460px;box-sizing: border-box;overflow: hidden;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}
.sHeader .s-main{width: 100%;height: 100%;padding: 30px 0 80px 0;box-sizing: border-box;background: rgba(0, 0, 0, .5);}
.sHeader .sHeader-top{width: 100%;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.sHeader .sLogo{width: auto;box-sizing: border-box;overflow: hidden;}
.sHeader .sLogo a{display: block;box-sizing: border-box;}
.sHeader .sLogo img{width: auto;height: auto;display: block;margin: 0 auto;}
.sHeader .sReturn{box-sizing: border-box;overflow: hidden;}
.sHeader .sReturn a{width: 120px;height: 45px;line-height: 45px;display: block;font-size: 16px;color: #a22d2e;border-radius: 5px;text-align: center;float: left;background: #f5f5f5;}


.sHeader .sSearch{width: 100%;box-sizing: border-box;margin: 130px 0 10px 0; position: relative;overflow: hidden;text-align: center;}
.sHeader .sSearch input{border: none;box-sizing: border-box;padding: 0 20px;display: inline-block;margin: 0 10px;border-radius: 2px;background: #ffffff;}
.sHeader .sSearch .searchTxt{width: 480px;height: 50px;font-size: 16px;color: #333333;}
.sHeader .sSearch input[type='submit']{width: 130px;height: 50px;font-size: 18px;color: #a22d2e;background: #ffffff;cursor: pointer;}

.sContent{width: 100%;box-sizing: border-box;padding: 40px 0 60px 0;overflow: hidden;}
.hidden{display: none!important;}
.sContent .sTitle{width: 100%;padding: 15px 20px; box-sizing: border-box;background: #a22d2e;overflow: hidden;}
.sContent .sTitle a{display: block;font-size: 18px;float: left;color: #ffffff;}
.sContent .sTitle a i{font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl{box-sizing: border-box;width: 100%;padding: 10px 0 35px 0;margin-top: 30px;}
.sContent .newsUl li{width: 100%;height: auto;box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;overflow: hidden;border-bottom: 1px dashed #dedede;}
.sContent .newsUl li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.sContent .newsUl li .tTxt h3{font-size: 20px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sContent .newsUl li .tTxt h3 a{color: #333333;}
.sContent .newsUl li .tTxt p{font-size: 16px;color: #666666;margin-top: 15px;line-height: 30px;}
.sContent .newsUl li .tTxt h3 span{display: inline-block;font-size: 20px;}
.sContent .newsUl li .tTxt p span{display: inline-block;font-size: 16px;}
.sContent .newsUl li .nSpan{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 10px;}
.sContent .newsUl li .nSpan summary{display: block;float: left;font-size: 14px;color: #999999;margin-right: 20px;}
.sContent .newsUl li .nSpan summary span{display: inline-block;}
.sContent .newsUl li .nLocation{width: 100%;box-sizing: border-box;margin-top: 15px;}
.sContent .newsUl li .nLocation summary{display: block;font-size: 14px;color: #999999;}
.sContent .newsUl li .nLocation summary a{color: #a22d2e;}
.sContent .newsUl li .nLocation summary a span{display: inline-block;}
.sContent .newsUl li .nLocation i{font-family: '宋体';font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl li:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.sContent .newsUl li:hover .nTxt h3 a{color: #a22d2e;}
.sContent .newsUl li:hover .tTxt h3 a{color: #a22d2e;}

.sFooter{width: 100%;height: auto;padding: 40px 0; box-sizing: border-box;overflow: hidden;background: #a22d2e;}
.sFooter p{font-size: 14px;color: #ffffff;text-align: center;}


/*详情页*/
.show-main{width: 100%;box-sizing: border-box;padding: 30px 0;}
.show-main .showTitle{box-sizing: border-box;}
.show-main .showTitle h3{font-size: 24px;color: #222222;}
.show-main .showInfo{width: 100%;box-sizing: border-box;margin-top: 20px;}
.show-main .showInfo p{width: 100%;display: block;line-height: 24px;font-size: 14px;color: #666666;}
.show-main .showInfo p b{display: inline-block;color: #666666;margin-right: 25px;font-weight: normal;}
.show-main .showShare{width: 100%;height: 50px;box-sizing: border-box;margin-top: 20px;border-bottom: 1px solid #e9eaed;}
.show-main .showShare span{float: left; display: block;font-size: 14px;line-height: 24px;color: #999999;box-sizing: border-box;}
.show-main .showShare .share{float: left;box-sizing: border-box;}
.show-main .showShare .share a{display: inline-block;width: 24px;font-size: 14px;color: #666666;height: 24px;line-height: 24px;margin: 0 0 6px; box-sizing: border-box;padding-left: 30px;}
.show-main .showShare .share .help{text-align: center;box-sizing: border-box;overflow: hidden;padding: 0 10px;}
.show-main .showShare .share a:before{content: '';}
.show-main .showShare .share a p{font-size: 12px;}
.show-main .showShare .share a.share-wx{background: url(../images/shareWechat.png) left no-repeat;}
.show-main .showShare .share a.share-tsina{background: url(../images/shareWeibo.png) left no-repeat;}
.show-main .showShare .share a.share-qzone{background: url(../images/shareQzone.png) left no-repeat;}

.showContent{box-sizing: border-box;font-size: 18px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showContent p{font-size: 18px;color: #333333;line-height: 35px;}
.showContent img{width: auto;max-width: 100%;height: auto!important;margin: 0 auto;}

.showVideo{width: 100%;height: 751px; box-sizing: border-box;text-align: justify; margin-top: 30px;}
.showVideo video{width: 100%;height: 100%;background: #f3f2ff;}
.showVideo video::-internal-media-controls-download-button{display:none;}
.showVideo video::-webkit-media-controls-enclosure{overflow:hidden;}
.showVideo video::-webkit-media-controls-panel{width: calc(100% + 30px);}


/*分页*/
.newsPage{width: 100%; box-sizing: border-box;text-align: center;padding: 25px 0;}
.newsPage .newsPageContent a{font-size: 14px;color: #666666;box-sizing: border-box;cursor: pointer; border-radius: 3px;display: inline-block;padding: 8px 17px;border: 1px solid #e2e2e2;margin:0 2px;}
.newsPage .newsPageContent span{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;cursor: pointer; padding: 8px 15px;border: 1px solid #e2e2e2;}
.newsPage .newsPageContent a.active{color: #FFFFFF;background: #a22d2e;}
.newsPage .newsPageContent a.current{color: #FFFFFF;background: #a22d2e;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #a22d2e;}
.newsPage .newsPageContent select{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;border: 1px solid #e2e2e2; cursor: pointer; padding: 8px 15px;background: #ffffff;}