<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*================================================================*/
/*import fonts*/
/*================================================================*/

  @import url(../fonts/dn/dn.css);
  @import url(../fonts/ns/ns.css);
  @import url(../fonts/ga/ga.css);
  @import url(../fonts/tahoma/tahoma.css);
  @import url(../fonts/font-awesome/font-awesome.css);

/*-- start main css --*/  

body{font-family:"ns" !important;}

a:hover{text-decoration:none !important;}
a:active{text-decoration:none !important;}
a:focus{text-decoration:none !important;}
a.moreLink:hover span{ animation: translatexLink 0.3s infinite; animation-direction: alternate;}
@keyframes translatexLink {  0% {    transform: translateX(0px);  }  100% {    transform: translatex(-5px);  }}

section{ margin-bottom:50px;}
.section-inner-page{ margin-bottom:0px !important;}

section.noMargin{ margin-bottom:0px;}

.transition-5s{
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.transition-3s{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.transition-2s{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.heading{ font-weight:700; font-size:22px; margin:0; padding:0; }

p{ font-weight:400;}

hr{border-top:1px solid #ddd;}

iframe{ width:100%;}

.new-student-box{ display:none;}
/*-- end main css --*/  

.slider{ position:relative; top:-50px; margin-bottom:30px;}

.news_list{}
.news_list a{ font-weight:700; font-size:14px; margin-top:3px;}
.news_list a.news_list_box{ position:relative; display:block; color:#fff; font-size:16px; font-weight:700; overflow:hidden;}
.news_list a.news_list_box .news_list_color{ opacity:0.8; position: absolute; top: 0;  height: 100%;  z-index: 9;  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;amp;0+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
}
.news_list a.news_list_box .news_list_img{ width:100%; height:280px; overflow:hidden;}
.news_list a.news_list_box .news_list_img img{ height:100%;}
.news_list a.news_list_box .news_list_title{ position:absolute; bottom:0; padding:15px; line-height:25px; z-index:10;}
.news_list a.news_list_box .news_list_title h3{ padding-bottom:10px; font-size:16px; line-height:25px;}
.news_list a.news_list_box .news_list_title span{ font-weight:400; font-size:14px; display:block;}
.news_list a.news_list_box  .news_list_title .news_list_summary{ display:none; font-weight:400; font-size:14px; color:#dedede;}
.news_list a.news_list_box  .news_list_title .news_list_summary hr{ margin-top:10px;}
.news_list a.news_list_box:hover .news_list_color{ background-color: rgba(0, 0, 0, 0.8);}

.adv_list{}
.adv_list a{ font-weight:700; font-size:14px; margin-top:3px;}
.adv_list ul li { margin-bottom:20px;}
.adv_list ul li a{ font-size:13px; font-weight:400; color:#333;}
.adv_list ul li a span.adv_old{color:#333;}
.adv_list ul li a span.adv_new{color:#f9191f;}
.adv_list ul li.text-center a{ font-weight:700; font-size:16px;}

.students{	background:#2b2a29;	}
.students .students-box{ background:#373635;}

.students .students-box .e-services{ padding:40px 30px 0px 0px;}
.students .students-box .e-services h3{color:#fff; margin-bottom:20px;}
.students .students-box .e-services ul{}
.students .students-box .e-services ul li{ line-height:35px; margin-bottom: 5px; }
.students .students-box .e-services ul li a{ color:#fff; font-size:15px; font-weight:700;}
.students .students-box .e-services ul li a span{ width:30px; text-align:center;}
.students .students-box .e-services ul li a:hover{ margin-right:5px;}

.students .students-box .colleges-list{padding:30px;}
.students .students-box .colleges-list h3{color:#FFFFFF; margin-top:10px; font-size:30px; }
.students .students-box .colleges-list p{ margin:0; padding:0; font-size:14px; color:#FFFFFF; margin-top:15px; }
.students .students-box .colleges-list .colleges-list-dropdown{
	background:#fff; 
	border-radius:100px; 
	font-size:20px; 
	font-weight:700; 
	padding:13px 30px; 
	color:#333; 
	position:relative; 
	z-index:87; 
	cursor:pointer;
	
	}
.students .students-box .colleges-list .colleges-list-dropdown span { width:40px; height:40px; color:#fff; padding-top:10px; position:absolute; top:7px; left:9px;}
.students .students-box .colleges-list .colleges-list-dropdown:hover span {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	background:#333; 
	}
.students .students-box .colleges-list ul{ width:100%; border-radius:27px; border:0; margin-top:-54px; padding:60px 0px 15px; overflow:hidden; z-index:77; }
.students .students-box .colleges-list ul li{  }
.students .students-box .colleges-list ul li a{
	font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
	}


.students .students-box .affairs-adv{ background:#2b2a29; padding:30px 30px 18px 0px ;}
.students .students-box .affairs-adv .student-affairs{}
.students .students-box .affairs-adv .student-affairs a{ display:block;}
.students .students-box .affairs-adv .student-affairs h2{ font-size:24px; color:#fff; font-weight:700;}
.students .students-box .affairs-adv .student-affairs h3{ font-size:18px; color:#bcbcbc; margin:20px 0px 10px;}
.students .students-box .affairs-adv .student-affairs p{ font-size:14px; color:#bbb; text-align:justify; line-height:25px;}
.students .students-box .affairs-adv .student-affairs .img-box{ width:100%; height:180px; overflow:hidden; position:relative;}
.students .students-box .affairs-adv .student-affairs .img-box img{ width:100%;}

.students .students-box .affairs-adv .student-affairs .img-box span{ position: absolute; top: 30%; right: 40%; font-size: 45px; color: #fff; z-index:99;	transform: scale(0); padding:15px; }
.students .students-box .affairs-adv .student-affairs:hover .img-box span{ transform: scale(1.2);}
.students .students-box .affairs-adv .student-affairs:hover .img-box img{ transform: scale(1.1); opacity:0.8;}

.students .students-box .affairs-adv .students-adv h3{color:#fff; margin-bottom:25px; }
.students .students-box .affairs-adv .students-adv li{ margin-bottom:20px;}
.students .students-box .affairs-adv .students-adv li:hover{ background:#242424;
transform: translateY(-2px) !important;
/*
-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
*/
    	-webkit-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
    	-moz-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
    	box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
}
.students .students-box .affairs-adv .students-adv li a{ color:#fff; font-weight:400; display: block; }
.students .students-box .affairs-adv .students-adv li a p.adv-date{
	width:60px; 
	height:60px; 
	text-align:center; 
	font-size:14px; 
	margin-left:15px; 
	margin-bottom:0px; 
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);
	}
.students .students-box .affairs-adv .students-adv li a p.adv-date span{ font-size:24px; font-weight:700;}
.students .students-box .affairs-adv .students-adv li a p.adv-title{ font-size:15px; padding-top: 5px;  line-height: 26px; margin:0;}

.conferences{}
.conferences h3{ color:#333; margin-bottom:30px; }
.conferences li{ margin-bottom:20px; }
.conferences li:hover{ background:#f5f5f5;
transform: translateY(-2px) !important;
-webkit-box-shadow:  0 0 0 6px rgba(102,102,102,0.5);
-moz-box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
box-shadow: 0 0 0 6px rgba(102,102,102,0.5);
    
    
}
.conferences li a{ color:#333; font-weight:400; display: block; }
.conferences li a p.adv-date{
	width:60px; 
	height:60px; 
	text-align:center; 
	font-size:14px; 
	background:#fff; 
	margin-left:15px; 
	margin-bottom:0px; 
	border:1px solid #ddd;
	}
.conferences li a p.adv-date span{ font-size:24px; font-weight:700;}
.conferences li a p.adv-title{ 	font-size: 14px;
	padding-top: 6px;
	margin: 0;
	line-height: 24px;}

.adv-img{ width:100%; overflow:hidden; height:358px;}
.adv-img img{ width:100%;}
.adv-img:hover img{transform: scale(1.1);}
 
.hot-links{ display:block;}
.hot-links h3{ color:#333; margin-bottom:30px; }
.hot-links p{ font-size:14px; color:#333; line-height:25px; text-align:justify; margin-top:15px;}
.hot-links .img-box{ width:100%; height:180px; overflow:hidden; position:relative;}
.hot-links .img-box img{ width:100%;}
.hot-links .img-box span{ position: absolute; top: 30%; right: 40%; font-size: 45px; color: #fff; z-index:99;	transform: scale(0); padding:15px; }
.hot-links:hover .img-box img{ transform: scale(1.1); opacity:0.8}
.hot-links:hover .img-box span{ transform: scale(1.2);}

.statistics{}
.statistics h3{ font-size:50px; padding-bottom:10px; margin-bottom:10px;}
.statistics h3.title-1{ border-bottom:6px solid #4ca69a; font-size:35px; margin-top: 10px; margin-bottom: 10px; padding-bottom: 17px;}
.statistics h3.title-2{ border-bottom:6px solid #c26623; /*width:40%;*/}
.statistics h3.title-3{ border-bottom:6px solid #554477; /*width:40%;*/}
.statistics h3.title-4{ border-bottom:6px solid #90392f; /*width:40%;*/}
.statistics p{ font-size:16px; font-weight:700;}

.cover-img-about-university{width:100%; max-width:2000px; margin:0 auto; height:500px; margin-bottom: -50px; position:relative; top:-50px; overflow:hidden;}

.rectorWord-visionMission{ background:#eee; padding-top:40px; padding-bottom:40px;}
.rectorWord-visionMission .rectorWord-visionMission-img{ width:100%; height:190px; overflow:hidden;	}
.rectorWord-visionMission .rectorWord-visionMission-img img{ width:100%;}
.rectorWord-visionMission p{ font-size:15px; color:#666; text-align:justify; line-height:25px; }
.rectorWord-visionMission h3{ margin:15px 0px;}
.rectorWord-visionMission a:hover h3{ color:#04457d;}
.rectorWord-visionMission a:hover .rectorWord-visionMission-img{ opacity:0.5;}


.about-university-hot-links{ margin-bottom:80px;}
.about-university-hot-links a{
	display:block;
	background:#eee;
	height:165px;
	width:165px;
	font-size:16px;
	font-weight:700;
	padding-top:45px;
	} 
.about-university-hot-links a:hover{transform: scale(1.1); color:#eee !important;} 
.about-university-hot-links a span{ font-size:30px; display:block; margin-bottom:15px;	}

.important{ position:relative; max-width:2000px; margin:0 auto;}
.important .important-img{ width:100%; height:500px; overflow:hidden;}
.important .important-title{ position:absolute; top:50px; left:20%;  text-shadow: -3px 3px rgba(0,0,0,0.8);}
.important .important-title h3{ font-size:44px; color:#FFF; line-height:60px; width:300px; }
.important .important-title h2{ font-weight:700; font-size:60px; color:#FFF;}
.important .important-title h2 span{ font-size:24px;}
.important .important-link{ position:absolute; top:338px; left:10%;}
.important .important-link a{
	width:80px;
	height:80px;
	background-color: rgba(238, 238, 238, 0.8);
	color:#333;
	display:block;
	font-size:30px; 
	padding-top:18px;
	}
.important .important-link a:hover{	background-color: rgba(51, 51, 51, 0.8);	color:#eee;	}
.important .important-link a span{ transform: translateX(0px); }
.important .important-link a:hover span{ animation: translateX 0.5s infinite;animation-direction: alternate;	}

@keyframes translateX {  0% {    transform: translateX(0px);  }  100% {    transform: translatex(-15px);  }}

.history{ position:relative; width:100%; background:url(../img/h.png) no-repeat top left; padding-left:80px; padding-right:50px;}
.history p{ font-size:14px; line-height:25px; margin-top:20px;}
.history h1{ position:absolute; right:0; top:0; font-size:65px;}
.history h3{ color:#FFF; width:100%; height:208px; padding-top:70px; font-size:26px;}
.history h3 span{ display:block; font-size:18px; margin-top:15px;}
.history .history-item-1{ width:208px; height:auto; margin: auto;  margin-top:190px;}
.history .history-item-2{ width:208px; height:auto; margin: auto;  margin-top:129px;}
.history .history-item-3{ width:208px; height:auto; margin: auto;  margin-top:69px;}
.history .history-item-4{ width:208px; height:auto; margin: auto;  margin-top:0px;}

.video-img{width:100%; height:500px;overflow:hidden; position:relative; background:#000; color:#FFF; max-width:2000px; margin:0 auto;}
.header-video iframe{width:100%; height:100%; position:fixed; top:0; z-index:99999;}
.video-play-close{
	position:fixed;
	z-index:999999;
	top:0px;
	color:#fff;
	background:#000;
	padding:10px 0px;
	width:100%;
	font-weight:700;
	cursor:pointer;
	display:none;
	}
.video-img img{ opacity:0.5; filter: blur(100px);}
.video-img .video-img-title{ position:absolute; top:25%; width:100%; text-align:center;}
.video-img .video-img-title h3{ font-size:44px; margin-bottom:100px; text-shadow: -2px 2px rgba(0,0,0,0.8);}
.video-img .video-img-title a{
	width:80px;
	height:80px;
	background-color: rgba(238, 238, 238, 0.8);
	color:#333;
	display:block;
	font-size:30px; 
	padding-top:18px;
	margin:0 auto;
	transform: scale(1);
	}

.video-img .video-img-title a:hover{
	color:#FFF;
	background-color: rgba(208, 38, 38, 0.8);	
	animation: scale 0.5s infinite;
	animation-direction: alternate;
	
	-webkit-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: -4px 5px 5px 0px rgba(0,0,0,0.2);
	}

@keyframes scale {  0% {    transform: scale(1);  }  100% {    transform: scale(1.5);  }}
.map{}
.map h3{ font-size:18px; margin-bottom:15px;}

.cover-img-contact_us{ height:350px; width:100%; background:url(../img/cover-contact_us.jpg) no-repeat center -150px; margin-bottom: -50px; position:relative; top:-50px; color:#FFF;}
.cover-img-contact_us h3{ margin-bottom:20px; margin-top:100px;}
.cover-img-contact_us p{ font-size:16px; line-height:30px;}

.contact-list{}
.contact-list hr:first-child{ border-top-width:4px !important; margin-top:0;}
.contact-list h3{ color:#333; font-size:18px;}
.contact-list p{ color:#666; font-size:16px;}
.contact-list ul{ text-align:center;}
.contact-list ul li{ text-align:center;}
.contact-list ul li a{ width:40px; height:40px; display:block; color:#FFF; font-size:18px; line-height:40px;}
.contact-list ul li a:hover{transform: scale(1.2);}

form.send-form{ font-weight:700; font-size:16px; }
form.send-form input{ width:100%; padding:20px; border:3px solid #ddd; margin-bottom:20px; outline:none;}
form.send-form input:hover{ border-width:3px !important;}
form.send-form input:focus{ border-width:3px !important;}
form.send-form textarea{ width:100%; padding:20px; border:3px solid #ddd; margin-bottom:20px; outline:none; resize:vertical ; }
form.send-form textarea:hover{ border-width:3px !important;}
form.send-form textarea:focus{ border-width:3px !important;}
form.send-form button{ color:#FFF; border:0; width:100%; text-align:center; padding:15px 0px;}
form.send-form button:hover{ opacity:0.9;}

.departments-cover{width: 100%;   margin:0 auto;  position:relative;  }

.departments-about{position: absolute; top: 10%;  padding: 30px 0px;}
.departments-about h3{ font-size:23px; line-height:140px;}
.departments-about p{ font-size:16px; color:#333; line-height:30px; margin:0;}

.departments-rectorWord{}
.departments-rectorWord p{ font-size:14px; margin:0; line-height:25px;}
.departments-rectorWord .departments-rectorWord-img{ width:160px; height:160px; overflow:hidden; margin-bottom:15px; margin-left:15px;}
.departments-rectorWord .departments-rectorWord-img img{ height:100%;}

.news-box{}
.news-box .moreLink{ font-weight:700;}
.news-box .news-box-big{ width:100%; color:#333;}
.news-box .news-box-big h3{ font-size:18px; line-height:30px; margin:15px 0px 10px;}
.news-box .news-box-big p{ font-size:14px; text-align:justify; line-height:25px; color:#666;}
.news-box .news-box-big p span{ display:block; color:#999; font-size:12px;}
.news-box .news-box-big .news-box-big-img{ overflow:hidden; height:180px;}
.news-box .news-box-big .news-box-big-img img{ width:100%;}
.news-box .news-box-list{}
.news-box .news-box-list a { color:#333;}
.news-box .news-box-list a h4{ font-size:14px; font-weight:400; line-height:20px; margin-bottom:8px; margin-top:2px;}
.news-box .news-box-list a p{ font-size:12px; color:#999;}
.news-box .news-box-list a.news-box-list-img{ width:80px; height:80px; overflow:hidden; display:block;}
.news-box .news-box-list a.news-box-list-img img{ height:100%;}

.news-details .news-details-box{border-radius:0;}
.news-details .news-details-box h3{ font-size:16px; color:#666;}
.news-details .news-details-box .news-details-box-imgbox-1{ height:478px; overflow:hidden; display:block;} 
.news-details .news-details-box .news-details-box-imgbox-2{ height:229px; overflow:hidden; display:block;} 
.news-details .news-details-box .news-details-box-imgbox-3{ height:146px; overflow:hidden; display:block;} 
.news-details .news-details-box .news-details-box-imgbox-loadMoorImg{ margin-bottom:15px;}
.news-details .news-details-box .loadMoorImg-box{ display:none;}
.news-details .news-details-box .loadMoorImg-box .news-details-box-imgbox-3{display:none;}
.news-details .news-details-box .news-details-box-imgbox-loadMoorImg-btn{ outline:none; }

.news-details .news-details-box .news-details-box-imgbox-1:hover img{transform: scale(1.1); cursor:-webkit-zoom-in;} 
.news-details .news-details-box .news-details-box-imgbox-2:hover img{transform: scale(1.1); cursor:-webkit-zoom-in;} 
.news-details .news-details-box .news-details-box-imgbox-3:hover img{transform: scale(1.1); cursor:-webkit-zoom-in;} 

.hot-links-img{ width:100%; overflow:hidden; height:262px; position:relative; display:block;}
.hot-links-img img{ height:100%;}
.hot-links-img h3{position:absolute; bottom:0; font-size:16px; color:#fff; padding:18px 15px; width:100%; font-weight:400;}
.hot-links-img:hover h3{ padding:18px 15px 30px;}

.hot-links-link{ background:#ed3c36; width:100%; height:262px; overflow:hidden; display:block; color:#FFFFFF; padding:20px; padding-top:50px;}
.hot-links-link h3{ font-size:18px; line-height:30px;}
.hot-links-link h3 span{ display:block; font-size:70px; padding-bottom:20px;}
.hot-links-link:hover h3 { color:#fff;}
.hot-links-link:hover h3 span{ animation: translateyLink 0.3s infinite; animation-direction: alternate;}

/*inputs*/
input.form-control, select.form-control, textarea.form-control {
 
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
 	transition: .5s all;
	 
    
}

/*
.darkHeader .top-header
{
    display: none !important;
}*/


.links-tree{ color:#999; font-weight:400; font-size:14px; margin-bottom:50px;background-color: #c8c1c10d;}
.links-tree a{ color:black;}
.links-tree ul{ border-bottom:1px solid #ddd; padding:10px 0px; margin:0;}

.inner-page-template { color:#333 !important; margin-bottom:100px;}
.inner-page-template section{ margin-bottom:30px;}
.inner-page-template h4{ font-size:20px; font-weight:700;}
.inner-page-template h5{ font-size:18px; font-weight:700;}
.inner-page-template p{ font-size:16px; line-height:1.8;}
.inner-page-template ul{ font-size:16px; line-height:1.8;}
.inner-page-template ol{ font-size:16px; line-height:1.8;}
.inner-page-template .inner-page-img-box{height:350px; position:relative; overflow:hidden; margin-bottom:50px;}
.inner-page-template .inner-page-img-box img{ position:relative; }
.inner-page-template .inner-page-img-box h3{ position:absolute; bottom:0; padding:20px; background-color:rgba(0,0,0,0.7); width:100%; color:#fff; }
.inner-page-template .inner-page-img-box span { font-family:"tahoma"; font-size:12px; font-weight:400;}
.inner-page-template ul.inner-page-links{ background:#f3f3f3;}
.inner-page-template ul.inner-page-links li{ border-bottom:1px solid #d7d7d7;}
.inner-page-template ul.inner-page-links li a{ color:#333; font-weight:700; font-size:16px; display:block; border-right:4px solid #d7d7d7; width:100%; padding:12px 20px;}
.inner-page-template ul.inner-page-links li a.active{ background:#d7d7d7;}
.inner-page-template ul.inner-page-links li:hover a{ background:#d7d7d7;}
.inner-page-template .inner-page-img-user-box{ width:250px; height:250px; overflow:hidden; margin-left:30px; margin-bottom:15px;}
.inner-page-template h3.inner-page-title{ }
.inner-page-template img{ margin:0 auto; }
.inner-page-template h3.inner-page-title span{ font-family:"tahoma"; font-size:12px; font-weight:400; margin-top:10px; }
.inner-page-template h3.inner-page-title-user{ margin-bottom:30px; }
.inner-page-template h3.inner-page-title-user span { font-family:"tahoma"; font-size:12px; font-weight:400; margin-top:10px;}

.inner-page-template .inner-page-user-cv { background:#f3f3f3; border-bottom:4px solid; padding:0px 15px; margin-top:30px;}
.inner-page-template .inner-page-user-cv .inner-page-user-cv-img{ padding:30px 35px 20px;}
.inner-page-template .inner-page-user-cv ul{ font-size:14px; font-weight:700; color:#666;}
.inner-page-template .inner-page-user-cv a{ font-size:16px; font-weight:700; color:#333; display:block; width:100%; margin-bottom:15px;}
.inner-page-template .inner-page-user-cv hr{ margin-top:15px; margin-bottom:15px;}
.inner-page-template ul.inner-page-filter{    background: #eeeeee;    padding: 10px 15px; margin:0;   margin-top: -20px;}
.inner-page-template ul.inner-page-filter li{}
.inner-page-template ul.inner-page-filter li a{ color:#666;}

.news-details{ margin-bottom:100px;}
.news-details .news-details-title{ font-size:24px; margin-bottom:20px; line-height:1.5; }
.news-details .news-details-img{}
.news-details .news-details-info{ background: #eee; padding: 10px 10px 6px; font-family:"tahoma"; font-size: 14px; color: #333; margin-bottom:20px;}
.news-details .news-details-text{ font-family:"ga"; font-size:16px; line-height:1.8; margin-bottom:50px;}
.news-details .news-details-text h3{ margin:20px 0px 10px; font-size:18px;}

.next-news{ position:relative; display:block; color:#333;}
.next-news .next-news-img{ position:relative;}
.next-news .next-news-title{ background-color:rgba(255,255,255,0.8); position:absolute; bottom:0; padding:20px;}
.next-news .next-news-title h3{font-size:16px; line-height:1.5; width:90%;}
.next-news .next-news-title span{font-size:24px;}

.more-news{}
.more-news h2{ font-size:18px; padding:15px; color:#fff;}
.more-news ul{}
.more-news ul li{ border-bottom:1px solid #ddd; padding:20px 15px; font-size:16px;}
.more-news ul li a{ color:#333;}
.more-news a{ font-weight:700; color:#333;}
.more-news ul li a h3{font-size:16px; line-height:1.5; width:90%;}
.more-news ul li a span{font-size:18px;}

.dp1{ position:relative; top:20px; z-index:9; height:308px;}
.dp1 .datepicker{}
#dp1{ display:none;}

.media-center{ position:relative;}
.media-center .media-center-title{ font-size:30px; margin-bottom:30px;}
.media-center .media-center-links{ font-size:18px; margin-bottom:50px;}
.media-center .media-center-links li { padding-left:10px; padding-right:10px;}
.media-center .media-center-links li a{ color:#666;}
.media-center .media-center-item{ overflow:hidden; position:relative; margin-bottom:30px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.media-center .media-center-item:hover{
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.media-center .media-center-item .media-center-item-info{ 
	background: #f3f3f3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
	}
.media-center .media-center-item .media-center-item-info a{ width:50px; height:50px; position:absolute; top:-25px; left:25px; color:#fff; font-size:20px; padding-top:10px;}
.media-center .media-center-item:hover .media-center-item-info a{ animation: media-center-item-info-a 0.3s infinite; animation-direction: alternate;}
@keyframes media-center-item-info-a {  0% {    transform: scale(1.0);  }  100% {    transform: scale(1.2);  }}

.media-center .media-center-item .media-center-item-info h4{ margin:0; margin-bottom:10px; line-height:1.5; color:#666; margin-top:15px; font-weight:700; font-size:16px;}
.media-center .media-center-item .media-center-item-info ul{ padding:0; margin:0; display:none;}
.media-center .media-center-item .media-center-item-info ul li{ line-height:2; color:#999;}
.media-center .media-center-item .media-center-item-img{ height:330px; overflow:hidden;}
.media-center .media-center-item .media-center-item-img img{ width:100%;}

.media-center-details{ position:relative;}
.media-center-details ul li{ border-left:5px solid #fff; border-bottom:5px solid #fff;}
.media-center-details .media-center-title{ font-size:30px; margin-bottom:30px;}
.media-center-details .media-center-links{ font-size:18px; margin-bottom:50px;}
.media-center-details .media-center-links li { padding-left:10px; padding-right:10px;}
.media-center-details .media-center-links li a{ color:#666;}
.media-center-details .media-center-details-img{ width:100%; height:0; padding:50%; overflow:hidden;}
.media-center-details .media-center-details-img img{ position:absolute; top:0; right:0; height:100%;}
.media-center-details .media-center-details-img a span{ width:80px; height:80px; position:absolute; background:#fff; font-size:25px; padding-top:30px; z-index:9; left:38%; top:38%; transform: scale(0);}
.media-center-details .media-center-details-img:hover a span{transform: scale(1.2); }
.media-center-details .media-center-details-img:hover img{ opacity:0.8;}

.no-margin-left{ margin-left:0;}
.no-margin-right{margin-right:0;}

.no-padding-left{ padding-left:0; overflow:hidden;}
.no-padding-right{padding-right:0;}

.sitemap{}
.sitemap .sitemap-title{ font-size:30px; margin-bottom:30px;}

.sitemap ul { font-size:18px; }
.sitemap ul li { line-height:2; margin-bottom:30px; }
.sitemap ul li a { font-weight:700; }

.sitemap ul li ul{ font-size:16px; margin-bottom:0px;}
.sitemap ul li ul li { margin-bottom:0px; }
.sitemap ul li ul li a { color:#333; font-weight:400; }

.sitemap ul li ul li ul{ font-size:14px; margin-bottom:0px;}
.sitemap ul li ul li ul li { margin-bottom:0px;  }
.sitemap ul li ul li ul li a { color:#666; font-weight:400; }

.news-list {}
.news-list a{ color:#333;}
.news-list p{ color:#666; text-align:justify;}

.news-list .news-list-top{ margin-bottom:80px;}
.news-list .news-list-top .news-list-top-imgbox1{}
.news-list .news-list-top .news-list-top-big .news-list-top-imgbox1{ width:100%; height:390px; overflow:hidden;}
.news-list .news-list-top .news-list-top-big .news-list-top-imgbox1 img{ height:100%;}
.news-list .news-list-top .news-list-top-big:hover .news-list-top-imgbox1 img{transform: scale(1.1);}
.news-list .news-list-top .news-list-top-big{}
.news-list .news-list-top .news-list-top-big h3{ font-size:22px; line-height:1.8;}

.news-list .news-list-top h3{    margin-top: 10px;    margin-bottom: 30px;    font-size: 16px;    line-height: 1.5;}
.news-list .news-list-top .news-list-top-imgbox2{ width:100%; height:185px; overflow:hidden;}
.news-list .news-list-top .news-list-top-imgbox2 img{ height:100%;}
.news-list .news-list-top .news-list-top-item:hover .news-list-top-imgbox2 img{transform: scale(1.1);}
.news-list .news-list-top p{}

.news-list .news-list-middle{}
.news-list .news-list-middle .news-list-middle-img{ width:100%; height:163px; overflow:hidden;}
.news-list .news-list-middle .news-list-middle-img img{ height:100%;}
.news-list .news-list-middle h3{ margin-top: 10px;    margin-bottom: 10px;    font-size: 16px;    line-height: 1.5;}
.news-list .news-list-middle .news-list-middle-item:hover .news-list-middle-img img{transform: scale(1.1);}

.news-list .news-list-bottom{ margin-top:80px;}
.news-list .news-list-bottom h3{ margin-bottom: 10px; margin-top:5px; font-size: 16px; line-height: 1.5;}
.news-list .news-list-bottom .news-list-bottom-img{ width:100%; height:163px; overflow:hidden;}
.news-list .news-list-bottom .news-list-bottom-img img{width:100%;}
.news-list .news-list-bottom .news-list-bottom-item:hover .news-list-bottom-img img{transform: scale(1.1);}
.news-list .news-list-bottom .news-list-bottom-item{ margin-bottom:20px;}

.adv-list a {color:#333; font-size:14px;}
.adv-list h3 {font-size:16px; margin-bottom:10px;}
.adv-list p {color:#666; font-size:14px; margin:0; padding:0;}



</pre></body></html>