@charset "utf-8";
/* CSS Document */

.ncovbanner{
	/*background-image: url(../images/banner2.png);*/
	background: #fff;
	background-position:top center;
	background-repeat: repeat-x;
}
.ncovbanner .container{
	/*padding-top: 20px;
	min-height: 500px;*/
}
.title{
	padding-top: 1rem;
	cursor: default;
}
.title h2{
	margin-bottom: 1rem;
}
.title p{
	margin: 1rem 0;
}
.object{
	margin-bottom: 4em;
}
.object a{
	color:#656565;
}
.object h5{
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #3A3A3A;
}
.object ul{
	margin-top: 2em;
}
.object .borderrt{
		border-right: 1px solid #dee2e6;
	}
.midbanner{
	padding: 1.5rem;
	cursor: default;
	/*margin-top: 2em;
	margin-bottom: 2em;
	background-image: url(../images/minbanner.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;*/
}
.act h5{
	padding:0.5em 0;
	line-height: 1.5em;
}
.act a{
	color: #222222;
	transition:all 0.2s linear 0s;
}
.act a:hover{
	color:#787777;
	text-decoration: none;
}
.act img{
	width: 80%;
	height:auto;
	border-radius: 0.3rem;
}
.lastdiv h2{
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	background-color: aliceblue;
	color: #0D54A2;
	font-weight: 700;
	cursor: default;
}
.contact{
	padding-top: 1.5em;
}
.contact p{
	text-align: left;
	padding-left: 1em;
	line-height: 2em;
	cursor: default;
}
.program{
	padding-top: 1.5em;
	/*background-color: #F7F7F7；*/
}
.program h2{
	text-align: center;
}
.program .row{
	margin-bottom: 0.5em;
	margin-right: 0.5rem;
	background: #fbfbfb;
	transition:all 0.2s linear 0s;
	color: #000000;
	padding: 0.2em 0;
}
.program .row:hover{
	background: #ffffff;
	color: #1F5F9A;
	text-decoration: none;
}
.program a{
	text-decoration: none;
}
.program h6 a{
	color: #000;
}
.program h6 a:hover{
	color: #1F5F9A;
}
/*.program .col-md-4{
	background-color: #fff;
}*/
.obj{
	border: 2px solid #F1F4F6;
	background-color: #fff;
    border-radius: 0.6rem;
	padding: 1rem 0;
}
.obj h5{
	text-align: center;
	padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1A70C4;
}
.obj a{
	display: block;
	overflow: hidden;
  border-radius: 0.4rem;
}
.obj a img{
	cursor: pointer;
	transition: all 0.6s;
}
.obj a img:hover{
	transform: scale(1.05);
}
.c-preview {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #4568DC 0%, #B06AB3 25%, #1e539e 50%, #6A82FB 75%, #FC5C7D 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4568DC 0%, #B06AB3 25%, #1e539e 50%, #6A82FB 75%, #FC5C7D 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4568DC 0%, #B06AB3 25%, #1e539e 50%, #6A82FB 75%, #FC5C7D 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  transition: .5s all;
}
.c-preview:hover {
  background-position: 100% 100%;
}
h5{
	cursor: default;
}

@media (max-width: 768px) {
  .program h6 {
	  font-size:13px; 
  }
	/*.program .row{
		min-height: 3rem;
  }*/
	.object .borderrt{
		border-right: 0;
	}
}
@media (max-width: 576px) {
  .program h6 {
	  font-size:1rem;
	  padding: 1em 0 0.5em 0;
  }
	.object .borderrt{
		border-right: 0;
	}
}
.program .text-left{
	display: flex;
    align-items:flex-start;
    justify-content: space-around;
    flex-direction: column;
}