@charset "utf-8";
/* CSS Document */
.mask{
	background-image:url("../images/mask1.svg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	/* border-bottom:1px solid lightgray; */
}
.mask1{
	background-image:url("../images/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding:0;
}
.box2, .box4, .box5, .box6 {
	height: auto;
	position: relative;
	z-index: 999;
	/* background-color: #f2f2f2; */
	margin-bottom: 15px;
	padding: 50px 0px 50px 0px;
}
.box2{
	padding-top:150px;
}
.box3{
	padding:0px;
	height: auto;
	margin-bottom: 50px;
}
.box3>div{
	padding:15px 0px;
	display: flex;
}
.box3 a{
	flex:1;
	padding:0px 20px;
}
.box3 a>img{
	width:100%;
}
.box7{
	display: flex;
	padding:0px;
	height: auto;
}
.box7>div{
	flex:1;
}
.box7>div>a {
	padding: 40px 0px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	color:white;
}
.box7>div>a:hover {
	color:white;
	font-weight: bold;
}
.box7>div>a>i {
	font-size: 2.7em;
	color: white;
	border: 3px solid transparent;
	border-radius: 50%;
	display: block;
	width: 60%;
	height: 0px;
	overflow: hidden;
	padding-top: 8.5%;
	padding-bottom: 45%;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}
.box7>div>a:hover>i {
	border: 3px solid white;
}
.boxTitle {
	height: 50px;
	border-bottom: 1px solid #1b8bc7;
	margin: 0px 0px 40px 0px;
}
.boxTitle>strong {
	display: block;
	float: left;
	font-weight: lighter;
	width: 150px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	font-size: 0.7em;
	color: white;
	text-align: center;
	background-color: #3786c8;
	border-radius:30px 0px 30px 0px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.3);
}
.boxTitle>strong::before{
	content: "";
	display: block;
	position: absolute;
	background-color:lightskyblue;
	/* background-image: radial-gradient(red,#3786c8 50%); */
	border-radius: 50%;
	width:30px;
	height:30px;
	top:-15px;
	right:-15px;
}
.boxTitle>strong::after{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255, 0, 0, 0.7);
	border-radius: 50%;
	width:30px;
	height:30px;
	bottom:-15px;
	left:-15px;
}
.boxTitle1{
	height: 50px;
	color:#3786C8;
	border-bottom: 1px solid #1b8bc7;
	margin: 0px 0px 50px 0px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom:10px;
}
.boxTitle2{
	padding:0px 0px 0px 15px;
	height:11em;
	color:#3786C8;
	border-right: 1px solid #1b8bc7;
	margin: 0px 15px 0px 0px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
	/* margin-bottom:10px; */
}
.boxList {
	list-style: none;
	padding-left: 20px;
}
.boxList>li {
	border-bottom: 1px solid gray;
	font-size: 16px;
	padding: 15px 0px;
}
.boxList>li:first-child {
	font-size:18px;
	padding-top:5px;
	border-bottom: 2px solid #3786c8;
	color: #3786c8;
}
.boxList>li:first-child::before {
	content: "";
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	margin-top: 8px;
	background-color: #3786c8;
	border-radius: 50%;
}
.boxList>li:first-child>a {
	color: #3786c8!important;
	text-decoration: none!important;
}
.boxList>li>span {
	float: right;
	font-size: 12px;
}
.boxList>li>a {
	color: black!important;
	font-size: 15px;
}
.boxList>li>a:hover {
	color: #3786c8!important;
	text-decoration: none!important;
}
.boxList>li:hover {
	border-color: #3786c8;
}
.boxList1 {
	list-style: none;
	padding: 0px 0px 0px 0px;
}
.boxList1>li {
	position: relative;
	border-bottom: 1px solid #3786C8;
	font-size: 16px;
	padding: 20px 0px;
}
.boxList1>li:first-child{
	padding-top:5px;
}
.boxList1>li>span {
	float: right;
	font-size: 12px;
	display: block;
	position: absolute;
    padding: 3px 5px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color:#3786C8;
	border-radius: 4px;
	color:white;
	right:0px;
	bottom:-11px;
}
.boxList1>li>a {
	color: black!important;
}
.boxList1>li>a:hover {
	color: #3786c8!important;
	text-decoration: none!important;
}
.slideTXT{
	position: absolute;
	width:100%;
	line-height: 20px;
	padding:15px;
	/* background-color:rgba(55,134,200,.5); */
	background-image: linear-gradient(rgba(55,134,200,0),rgba(55,134,200,.5) 30%);
	bottom:0px;
	color:white;
}
.coverpic {
	position: relative;
}
.coverpic>img {
	position: relative;
	z-index: 999;
	box-shadow: 0px 5px 15px rgba(0,0,0,.3);
}
.more {
	display: block;
	float: right;
	padding:0px 15px;
	border: 1px solid gray;
	border-radius: 15px;
	text-align: center;
	line-height: 25px;
	color: gray;
	font-size: 14px;
}
.more:hover {
	border-color: #3786c8;
	color: #3786c8;
	text-decoration: none;
}
.more.small{
	font-size: 12px;
	line-height: 20px;
	padding:0px 5px;
	/* float:left; */
	margin-top: 20px;
	transform: rotate(90deg);
}
.thumbnail {
	margin-bottom: 0px;
	padding: 25px;
}
.title_img {
	margin-bottom: 20px;
	height: 0px;
	overflow: hidden;
	padding-bottom: 60%;
}
.box5 a:hover>.thumbnail {
	background-color: #3786c8;
}
.box5 a:hover {
	text-decoration: none;
}
.box5 a:hover>.thumbnail .caption p, .box5 a:hover>.thumbnail .caption h4 {
	color: white;
}
.thumbnail {
	border-radius: 6px;
	border: none;
}
.thumbnail .caption {
	padding: 0px;
}
.caption .btn-primary {
	padding: 3px 10px 2px 10px;
	font-size: 12px;
}
.caption span {
	font-size: 12px;
	line-height: 20px;
}
.caption>p:nth-child(3) {
	text-align: justify;
}
.caption>ul{
	padding-left: 15px;
}
.caption>ul>li{
	padding:5px 0px;
}
.gdit {
	padding: 80px 0px 80px 0px;
	background-color: rgba(55, 135, 200, 0.15);
	margin-top: 35px;
	background-image: url(../images/logo3.png);
	background-repeat: no-repeat;
	background-position: 16% 0px;
}
.newspaper{
	padding-left:10px;
	color:grey;
	list-style-position: inside;
	margin-bottom: 0px;
}
.newspaper>li{
	padding:10px 0px;
	border-bottom: 1px dashed grey;
}
.newspaper>li>span{
	float:right;
	font-size:12px;
}
#campus .col-sm-4 img {
    width: 233px;
    height: 156px;
}
#campus a{
	color: #ffffff;
}
.btn-default{
	background-color: #f8f8f8;
}
.btn-default:hover{
	background-color: #f8f8f8;
}
.dh-right{
	margin-top: 43px;
	float: right;
}
.dh-left{
	margin-right: 30px;
	float: left;
}
.wp_search .search {
    background: url(../images/search.png);
    width: 50px;
    height: 25px;
    border: 0px;
    cursor: pointer;
	margin-left: 10px;
	margin-bottom: -5px;
	background-color: transparent;
	outline: none;
}
@media (max-width:767px) {
.mask{
	padding:0px;
}
.box2 {
	margin-top: 0px;
}
.box2, .box4, .box5, .box6,.box7 {
	padding: 50px 15px 50px 15px;
}
.box7{
	flex-flow: row wrap;
}
.box7>div{
	width:20%;
	flex:unset;
}
.box7>div>a {
	padding: 20px 0px;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	text-align: center;
	color:white;
}
.box7>div>a:hover {
	color:white;
	font-weight: bold;
}
.box7>div>a>i {
	font-size: 2.7em;
	color: white;
	border: unset;
	display: block;
	width: unset;
	height: unset;
	overflow: unset;
	padding-top: unset;
	padding-bottom: unset;
	margin-bottom: 10px;
}
.box7>div>a:hover>i {
	border: unset;
}
.box3>div{
	padding:15px 0px;
	display: flex;
	flex-flow: row wrap;
}
.box3 a{
	flex:unset;
	display: block;
	width:50%;
	padding:10px 10px;
}
.box3 a>img{
	width:100%;
}
.boxList {
	list-style: none;
	padding-left: 0px;
}
.thumbnail{
	margin-top:25px;
}
.dh-right{
	display: none;
}
.dh-left{
	float: none;
}
}
