<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	background: #fff;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	overflow-x:hidden;
}
* {
	box-sizing: border-box;
}
a {
	font-size: 14px;
	color: #4d4d4d;
}
img { max-width:100%;}
a:active, a:focus, a:hover {
	color: #006633;
	text-decoration: none;
}
ul,li { list-style:none; padding:0; margin:0;}
.pos-abs {
	position: absolute;
}
.clear { clear:both;}
.text-green {
	color: #00d62a !important;
}
.text-primary {
	color: #970041 !important;
}
.text-red {
	color: #f22020 !important;
}
.hide {
	display: none !important;
}
.top-navbar__wrapper {
	margin-bottom: 0;
	border-radius: 0;
	background: #26813a;
}
.top-navbar__wrapper .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.top-navbar__wrapper.navbar-default .navbar-nav &gt; li &gt; a {
	padding: 12px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
.top-navbar__wrapper.navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #fff;
}
.top-navbar__wrapper .language-version {
	display: inline-block;
	padding: 12px 10px 12px 20px;
	font-size: 12px;
	line-height: 1;
	color: gray;
}
.top-banner__wrapper {
	background: url(../images/top-banner_bg.jpg) no-repeat top center;
}
.top-banner__wrapper .logo {
	margin: 32px 0;
}
.top-banner__wrapper .logo img {
	max-width:100%;
	/*height: 66px;*/
}
.top-banner__wrapper .logo-text {
	margin: 5px 0;
}
.top-banner__wrapper .logo-text img {
	height: 26px;
}
.top-banner__wrapper .container {
	position: relative;
}
/*.top-banner__wrapper .container .search {
	position: absolute;
	right: 15px;
	top: 50px;
}
.top-banner__wrapper .container .search .input-group-addon {
	border-radius: 0;
	background: transparent;
	border-color: #e6e6e6;
	color: #b3b3b3;
}
.top-banner__wrapper .container .search .form-control {
	padding-left: 0;
	border-radius: 0;
	border-left: 0;
	box-shadow: none;
	border-color: #e6e6e6;
}
.top-banner__wrapper .container .search .form-control:active, .top-banner__wrapper .container .search .form-control:focus {
	border-color: #e6e6e6;
}*/

.search { background:#fff; height:30px; position:absolute; top:70px; right:60px;}
.search .search_k { height:24px;}
.search .search_k .iinput { background:none; width:160px; height:30px; line-height:30px; float:left; border:0; padding-left:5px;font-family:"Microsoft Yahei"; color:#acacac; font-size:12px;outline:0;}
.search .search_k .isubmit { background:#006710 url(../images/search-ico_03.png) no-repeat center; width:30px; height:30px; line-height:30px; border:0;float:right; text-indent:-9999px;margin-right: 0;
    margin-top: 0;}

 @media (max-width: 768px) {
.top-banner__wrapper .logo {
	margin: 27px 0;
}
.top-banner__wrapper .container .search {
	position: relative;
	top: 0;
	right: 0;
}
.top-banner__wrapper .logo-text {
	margin: 5px 0 15px 0;
	width:80%
}
.top-banner__wrapper .logo-text img {
	height: 0;
}
.search .search_k .iinput {
    width: 86%;
	outline:0;
}
}
.main-navbar__wrapper {
	margin-bottom: -1px;
	/*min-height: auto;*/
	background: none;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.main-navbar__wrapper.navbar-default .navbar-nav {
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li &gt; a {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding-left:27px;
	padding-right:27px;
	font-size: 18px;
	color:#087a1a;
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li.active &gt; a, .main-navbar__wrapper.navbar-default .navbar-nav &gt; li:hover &gt; a, .main-navbar__wrapper.navbar-default .navbar-nav &gt; li.open &gt; a {
	background: #0b871f;
	color: #fff;
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li.dropdown &gt; .dropdown-menu {
	background: #0b871f;
	border: 0;
	border-radius: 0 !important;
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li.dropdown &gt; .dropdown-menu {
	min-width:126px;
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li.dropdown &gt; .dropdown-menu &gt; li &gt; a {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
	text-align: center;
    line-height: 1.8;
    font-size: 16px;
}
.main-navbar__wrapper.navbar-default .navbar-nav &gt; li.dropdown &gt; .dropdown-menu &gt; li &gt; a:active, .main-navbar__wrapper.navbar-default .navbar-nav &gt; li.dropdown &gt; .dropdown-menu &gt; li &gt; a:hover {
	color: #fff;
	background: #036928;
}
.carousel__wrapper .carousel .carousel-inner .item &gt; img {
	width: 100%;
}
.carousel__wrapper .owl-item h3 {
	position: absolute;
	padding: 15px 40px;
	bottom: 35px;
	left: 20px;
	background: rgba(0, 0, 0, 0.74);
}
.carousel__wrapper .owl-item h3 a {
	font-size: 24px;
	color: #fff;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-item h3 {
	margin-top: 0;
	padding: 10px;
	left: 0;
	bottom: auto;
	position: relative;
}
.carousel__wrapper .owl-item h3 a {
	font-size: 14px;
}
}
.carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -30px;
	position: relative;
	z-index: 100;
	margin-bottom: 40px;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
	margin-bottom: 0;
	margin-top: 0;
}
}
.carousel__wrapper .owl-theme .owl-dots .owl-dot.active span, .carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-theme .owl-dots .owl-dot.active span, .carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #f22020;
}
}
.henau-panel {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}
.henau-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.henau-panel .panel-heading {
	padding-left: 0;
	padding-right: 0;
	background: none;
	border-bottom: 1px solid #ababab;
}
.henau-panel .panel-heading .panel-title {
	font-size: 22px;
	color: #087a1a;
	border-left:0;
	padding-left: 0;
	margin-bottom:10px;
}
.henau-panel .panel-heading .panel-title img { padding-right:16px;}
.henau-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.henau-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.henau-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.henau-panel .panel-heading .r-link {
	display: inline-block;
    margin: 9px 0 0 0;
    font-size: 14px;
    color: #4c8849;
    border-radius: 10px;
    padding: 0 8px;
    background: #dbdbdb;
}
.henau-panel .panel-heading .r-link:hover {
	color: #970041;
}
.henau-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.henau-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.henau-panel .news-item h4 a {
	font-size: 16px;
}
.henau-panel .news-item ol {
	padding-left: 15px;
}
.henau-panel .news-item ol li {
	font-size: 14px;
}
.henau-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.henau-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .henau-panel .news-item ol li a:hover {
	color: #970041;
}
.henau-panel .news-lists {
	margin-left: -15px;
    margin-right: -15px;
/*	margin-top: 10px;*/
	padding-left: 0;
}
.henau-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:40px;
	background: url(../images/dot_03.png) no-repeat 0;
    padding-left: 19px;
}
.henau-panel .news-lists li a{
    font-size:16px;
}
.henau-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.henau-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.henau-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.henau-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.henau-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.henau-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.henau-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.henau-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.henau-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.henau-panel .learning-list-group .list-group-item {
	padding: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 0;
}
.henau-panel .learning-list-group .list-group-item:nth-of-type(3n+0) { margin-right:0;}
.henau-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}
.henau-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding: 0;
	width: 60px;
	height: 62px;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #fff;
	font-family: "Microsoft Yahei";
}
.henau-panel .learning-list-group .list-group-item .label em {
	display: block;
    font-style: normal;
    border: #ccc solid 1px;
    height: 40px;
    line-height: 40px;
    color: #4c8849;
    font-size: 26px;
}
.henau-panel .learning-list-group .list-group-item .label strong {
    display: block;
    font-weight: normal;
    background: #4c8849;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
}
.henau-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	max-height: 60px;
	/*overflow: hidden;*/
	/*margin-bottom:20px;*/
	font-size:16px;
}

/**é¦–é¡µä¾§è¾¹æ&nbsp;·å¼**/
.other-panel {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.other-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.other-panel .panel-heading {
	padding-left: 16px;
	padding-right: 0;
	background: #017939;
	border-bottom: 1px solid #d8d8d8;
}
.other-panel .panel-heading .panel-title {
	font-size: 18px;
	color: #fff;
}
.other-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.other-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.other-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.other-panel .panel-heading .r-link {
	display: inline-block;
	padding: 0 18px 0 0;
	font-size: 14px;
	color: #fff;
}
.other-panel .panel-heading .r-link:hover {
	color: #970041;
}
.other-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.other-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.other-panel .news-item h4 a {
	font-size: 16px;
}
.other-panel .news-item ol {
	padding-left: 15px;
}
.other-panel .news-item ol li {
	font-size: 14px;
}
.other-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.other-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .other-panel .news-item ol li a:hover {
	color: #970041;
}
.other-panel .news-lists {
	margin-left: -15px;
    margin-right: -15px;
/*	margin-top: 10px;*/
	/*padding-left: 15px;*/
}
.other-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:36px;
	background:url(../images/dot_03.png) no-repeat 0;
	padding-left:16px;
}
.other-panel .news-lists li a{
    font-size:16px;
}
.other-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.other-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.other-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.other-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.other-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.other-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.other-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.other-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.other-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.other-panel .learning-list-group .list-group-item {
	padding: 10px 0;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 0;
	background:#f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.other-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 88px;
	height: 48px;
	border-radius: 0;
	font-size: 18px;
	color: #017939;
	text-align: center;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	background:#f4f4f4;
}
.other-panel .learning-list-group .list-group-item .label strong {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.other-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	max-height: 60px;
	overflow: hidden;
	/*margin-bottom:20px;*/
}

/**é¦–é¡µæ–°é—»æ&nbsp;·å¼**/
.news-panel {
	margin-top: 10px;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    position: relative;
}
.news-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.news-panel .panel-heading {
	padding-left: 0;
	padding-right: 0;
	padding-top:0;
	padding-bottom:14px;
	border-bottom: #f4f4f4 solid 1px;
	height:40px;
	background:#f4f4f4;
}
.news-panel .panel-heading .panel-title {
	font-size: 20px;
	color: #fff;
	line-height: 17px;
}
.news-panel .panel-heading .panel-title h3 {
    font-size: 20px;
    color: #646464;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 119px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
	position:relative;
}
.news-panel .panel-heading .panel-title h3 i { background: url(../images/d-arrow_03.png) no-repeat;
    display: block;
    position: absolute;
    height: 10px;
    bottom: -10px;
    width: 10px;
    /* text-align: center; */
    left: 54px;}
.news-panel .panel-heading .panel-title h3.cur {
    color: #fff;
    background: #087a1a;
}
.news-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.news-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.news-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.news-panel .panel-heading .r-link {
	display: inline-block;
    margin: 10px 20px 0 0;
    font-size: 14px;
    color: #4c8849;
    border-radius: 10px;
    padding: 0 8px;
    background: #dbdbdb;
}
.news-panel .panel-heading .r-link:hover {
	color: #970041;
}
.news-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.news-panel .panel-body .r-link {
    display: inline-block;
    margin: 9px 0 0 0;
    font-size: 14px;
    color: #4c8849;
    border-radius: 10px;
    padding: 0 8px;
    background: #dbdbdb;
    position: absolute;
    top: 0;
    right: 20px;
}
.news-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.news-panel .news-item h4 a {
	font-size: 16px;
}
.news-panel .news-item ol {
	padding-left: 15px;
}
.news-panel .news-item ol li {
	font-size: 14px;
}
.news-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.news-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .news-panel .news-item ol li a:hover {
	color: #970041;
}
.news-panel .news-lists {
	margin-left: -15px;
    /*margin-right: -15px;*/
/*	margin-top: 10px;*/
	/*padding-left: 15px;*/
}
.news-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:40px;
	background:url(../images/dot_03.png) no-repeat 16px;
	padding-left:32px;
}
.news-panel .news-lists li a{
    font-size:16px;
}
.news-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.news-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.news-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.news-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.news-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.news-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.news-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.news-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.news-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.news-panel .learning-list-group .list-group-item {
	padding: 10px 0;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 0;
	background:#f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.news-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 88px;
	height: 48px;
	border-radius: 0;
	font-size: 18px;
	color: #017939;
	text-align: center;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	background:#f4f4f4;
}
.news-panel .learning-list-group .list-group-item .label strong {
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin-top:8px;
}
.news-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	margin-right:10px;
	max-height: 60px;
	overflow: hidden;
	/*margin-bottom:20px;*/
}

.science-thumbnail {
	position: relative;
	padding: 0;
	border: 0;
}
.science-thumbnail:before {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: url(../images/image-mask.png) repeat-x left bottom;
	z-index: 10;
}
.science-thumbnail img {
	position: relative;
	min-height: 320px;
	z-index: 2;
}
.science-thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 11;
}
.science-thumbnail .caption a {
	color: #fff;
}
.science-thumbnail .caption a:hover {
	color: #fd006d;
}
.science-thumbnail__container {
	padding-left: 0;
	padding-right: 0;
}
.edu-teach__container {
	margin-left: -15px;
	margin-right: -15px;
}
.edu-teach__container .thumbnail {
	float: left;
	padding: 0;
	width: 250px;
	height: 160px;
	border: 0;
}
.edu-teach__container .edu-teach__lists {
	margin-left: 260px;
	padding-left: 0;
}
.edu-teach__container .edu-teach__lists li {
	display: block;
	line-height: 1.8;
}
.edu-teach__container .edu-teach__lists li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	white-space: nowrap;
}
.edu-teach__container .edu-teach__lists li a .date {
	color: #b3b3b3;
}
 @media (max-width: 768px) {
.edu-teach__container .thumbnail {
	float: none;
	display: block;
	width: 100%;
	height: auto;
}
.edu-teach__container .thumbnail img {
	width: 100%;
}
.edu-teach__container .edu-teach__lists {
	margin-left: 0;
}
}
.teacher__container {
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
	border: #ebebeb solid 1px;
	padding:40px;
}
.teacher__container .teacher-title {
	float: left;
	padding: 30px 30px;
	width: 86px;
	height: 160px;
	background: #e6e6e6;
	color: #4d4d4d;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.teacher__container .teacher-photo {
	/*margin-left: 86px;*/
}
.teacher__container .teacher-photo a { color:#01478c;}
.teacher__container .teacher-photo .thumbnail {
	position: relative;
	padding: 0;
	border: 0;
	text-align:center
}
.teacher__container .teacher-photo .thumbnail img {
	height: 160px;
}
.teacher__container .teacher-photo .thumbnail .teacher-name {
	/*position: absolute;
	bottom: 10px;
	right: 15px;
	color: #fff;*/
	padding:20px 0;
}
.partner__container {
	margin-left: -15px;
	margin-right: -15px;
}
.partner__container .thumbnail {
	border: 0;
	padding: 0;
	width: 307px;
}
.partner__container p {
	text-indent: 2em;
	margin-right: 320px;
	font-size: 14px;
}
.partner__container p a {
	color: #b3b3b3;
}
.partner__container p a:active, .partner__container p a:hover {
	color: #970041;
}
 @media (max-width: 768px) {
.partner__container .thumbnail {
	float: none !important;
	display: block;
	width: 100%;
}
.partner__container .thumbnail img {
	width: 100%;
}
.partner__container p {
	margin-right: 0;
}
}
.board-lists {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
}
.board-lists li {
	padding-bottom: 10px;
	display: block;
}
.board-lists li .label {
	padding: 2px 5px 0 0;
	float: left;
	display: block;
	background: none;
	border: 0;
	color: #970041;
	font-size: 14px;
	font-weight: normal;
}
.board-lists li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.recruit-students__container, .jobs__container {
	padding-left: 0;
	padding-right: 0;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:20px;
}
.recruit-students__container .recruit-students__item,  .jobs__container .recruit-students__item {
	border: 0;
	padding: 0;
}
.recruit-students__container .recruit-students__item img,  .jobs__container .recruit-students__item img {
	width: 100%;
}
.recruit-students__container .recruit-students__item .caption,  .jobs__container .recruit-students__item .caption {
	margin-top: 10px;
	background: #e6e6e6;
}
.recruit-students__container .recruit-students__item .caption h3,  .jobs__container .recruit-students__item .caption h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.recruit-students__container .recruit-students__item .caption h3 a,  .jobs__container .recruit-students__item .caption h3 a {
	font-size: 16px;
	color: #970041;
}
.recruit-students__container .recruit-students__item .caption p,  .jobs__container .recruit-students__item .caption p {
	margin-bottom: 0;
}
.recruit-students__container .recruit-students__item .caption p a,  .jobs__container .recruit-students__item .caption p a {
	display: inline-block;
	font-size: 14px;
	text-align:left;
}
.recruit-students__container .recruit-students__item .caption p a::before,  .jobs__container .recruit-students__item .caption p a::before {
	content: '/';
	display: inline-block;
	margin: 0 4px;
}
.recruit-students__container .recruit-students__item .caption p a:first-child::before,  .jobs__container .recruit-students__item .caption p a:first-child::before {
	display: none;
}
.jobs__container .row {
	margin-left: -50px;
	margin-right: -50px;
}
.jobs__container .col-sm-4 {
	padding-left: 50px;
	padding-right: 50px;
}
.jobs__container .recruit-students__item .caption {
	padding: 20px;
	min-height: 120px;
	margin-top: 10px;
	background: #e6e6e6;
}
.jobs__container .recruit-students__item .caption h3 {
	font-size: 16px;
}
.jobs__container .recruit-students__item .caption p {
	font-size: 14px;
}
.other-banner__container {
	margin-top: 75px;
}
.other-banner__container .thumbnail {
	margin-bottom: 30px;
	border: 0;
	padding: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.footer__container {
	margin-top: 80px;
	padding-top: 30px;
	background-size: 100% 100%;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat \9;
	background-position: left top;
}
.footer__container .footer-menu__item {
	float: left;
	width: 12.5%;
}
.footer__container .footer-menu__item .title {
	font-size: 14px;
	font-weight: bold;
}
.footer__container .footer-menu__item ul {
	padding-left: 0;
}
.footer__container .footer-menu__item ul li {
	list-style: none;
}
.footer__container .footer-menu__item ul li a {
	font-size: 12px;
}
 @media (max-width: 768px) {
.footer__container .footer-menu__item {
	width: 25%;
	min-height: 200px;
}
}
 @media (max-width: 768px) {
.navbar {
	min-height: auto;
}
.footer__container,  .other-banner__container {
	margin-top: 0;
}
}
.qr-code-thumbnail {
	margin-top: 20px;
	padding: 0;
	background: none;
	border: 0;
}
.qr-code-thumbnail .caption {
	text-align: center;
}
.qr-code-thumbnail .caption h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
.footer-copyright__container {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	background: #970041;
	font-size: 12px;
}
.footer-copyright__container p {
	line-height: 2;
}
.footer-copyright__container p span {
	display: inline-block;
	padding-right: 60px;
}
.page1-banner__wrapper {
	margin-bottom: 0px;
}
.page1-banner__wrapper .container {
	position: relative;
}
.page1-banner__wrapper .container &gt; img {
	width: 100%;
}
.page1-banner__wrapper .container .page1-banner-infos__container {
	position: absolute;
	right: 40px;
	bottom: -30px;
	padding: 30px;
	width: 418px;
	height: 300px;
	background: #dcc9a3;
	background: rgba(191, 157, 90, 0.8);
	z-index: 100;
	color: #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
 @media (max-width: 768px) {
.page1-banner__wrapper .container .page1-banner-infos__container {
	position: relative;
	right: auto;
	left: auto;
	width: 100%;
	height: auto;
}
}
.left-menu-panel h4 {
	margin: 20px 0;
	padding-left: 20px;
	font-size: 18px;
	color: #970041;
}
.left-menu-panel .list-group {
	border-left: 20px solid #970041;
}
.left-menu-panel .list-group .list-group-item {
	position: relative;
	padding-left: 40px;
	border-top: 0;
	margin-bottom: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.left-menu-panel .list-group .list-group-item::after {
	position: absolute;
	top: 0;
	left: -6px;
	content: ' ';
	width: 6px;
	height: 0;
	background: #bf9d5a;
}
.left-menu-panel .list-group .list-group-item.active {
	background: none;
	border-color: #ddd;
}
.left-menu-panel .list-group .list-group-item.active a {
	color: #970041;
}
.left-menu-panel .list-group .list-group-item.active::after {
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-panel-content, .jobs-panel-content {
	margin-bottom: 0;
	margin-top: 60px;
	border: 0;
	box-shadow: none;
}
.right-panel-content .panel-heading,  .jobs-panel-content .panel-heading {
	padding-left: 0;
	background: none;
}
.right-panel-content .panel-heading .panel-title,  .jobs-panel-content .panel-heading .panel-title {
	font-size: 18px;
	color: #970041;
}
.right-panel-content &gt; .panel-body,  .jobs-panel-content &gt; .panel-body {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.right-panel-content .news-list,  .right-panel-content .learning-list,  .jobs-panel-content .news-list,  .jobs-panel-content .learning-list {
	padding-left: 0;
}
.right-panel-content .news-list li,  .right-panel-content .learning-list li,  .jobs-panel-content .news-list li,  .jobs-panel-content .learning-list li {
	padding: 5px 0;
	list-style: none;
}
.right-panel-content .news-list li a,  .right-panel-content .learning-list li a,  .jobs-panel-content .news-list li a,  .jobs-panel-content .learning-list li a {
	font-size: 14px;
}
.right-panel-content .learning-list a,  .jobs-panel-content .learning-list a {
	line-height: 1;
}
.right-panel-content .learning-list .time,  .jobs-panel-content .learning-list .time {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid gray;
}
.right-panel-content .pagination,  .jobs-panel-content .pagination {
	margin-bottom: 0;
}
.right-panel-content .pagination &gt; li.active &gt; a,  .right-panel-content .pagination &gt; li.active &gt; span,  .jobs-panel-content .pagination &gt; li.active &gt; a,  .jobs-panel-content .pagination &gt; li.active &gt; span {
	background: none;
	color: #970041;
}
.right-panel-content .pagination &gt; li &gt; a,  .right-panel-content .pagination &gt; li &gt; span,  .jobs-panel-content .pagination &gt; li &gt; a,  .jobs-panel-content .pagination &gt; li &gt; span {
	border: 0;
	font-size: 14px;
	color: #676767;
}
.right-panel-content .pagination &gt; li &gt; a:hover,  .right-panel-content .pagination &gt; li &gt; span:hover,  .jobs-panel-content .pagination &gt; li &gt; a:hover,  .jobs-panel-content .pagination &gt; li &gt; span:hover {
	color: #970041;
	background: none;
}
.quick-links__item {
	margin-top: -50px;
	padding-left: 40px;
}
.quick-links__item h3 {
	margin-top: 0;
	font-size: 18px;
	color: #0b3573;
}
.quick-links__item ul {
	padding-left: 15px;
}
.quick-links__item ul li {
	padding: 10px 0;
	color: #970041;
}
.quick-links__item ul li a {
	color: #4d4d4d;
}
.quick-links__item ul li a:hover {
	color: #970041;
}
 @media (max-width: 768px) {
.quick-links__item {
	margin-top: 0;
}
}
.quick-tab-links {
	margin-top: -50px;
}
.quick-tab-links a {
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 10px;
	display: block;
	background: #e6e6e6;
	color: #970041;
}
.quick-tab-links a:hover {
	background: #cdcdcd;
}
.jobs-panel-content {
	margin-top: 0;
}
.jobs-panel-content .panel-heading {
	margin-bottom: 20px;
}
.jobs-panel-content .panel-heading .panel-title {
	font-size: 18px;
	color: #676767;
}
.sz-breadcrumb {
	margin-top: 40px;
	background: none;
}
.sz-breadcrumb.breadcrumb &gt; li + li:before {
	content: '&gt;';
}
.sz-breadcrumb.breadcrumb &gt; li a {
	font-size: 14px;
}
.news-details__container .news-details__title {
	font-size: 18px;
	text-align: center;
}
.news-details__container .news-details__time {
	margin: 20px 0;
	text-align: center;
}
.news-details__container .news-details__content {
	font-size: 14px;
}
.news-details__container .news-details__content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details__container .news-details__content p {
	margin-top: 20px;
}
.news-details__container .news-details__author {
	text-align: right;
	font-size: 14px;
}
.ld-media__container .media {
	margin-top: 30px;
	margin-bottom: 60px;
}
.ld-media__container .media .media-heading {
	font-size: 14px;
	margin-bottom: 20px;
}
.ld-media__container .media .media-body {
	padding-left: 20px;
	font-size: 14px;
}
.ld-media__container .media .media-body ul {
	padding-left: 15px;
}
.ld-media__container .media .media-body ul li {
	margin-bottom: 10px;
}
/**è¦†ç›–æ&nbsp;·å¼**/
.navbar-default {
	border-color:#e8e8e8;
	border:0;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background: rgba(0,0,0,0.5);
	font-size: 24px;
	padding-left: 20px;
}
.carousel-indicators {
	bottom: 10px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 0;
}
.news-panel img {
	max-width: 100%;
	width: 100%;
}
.henau-panel h4 {
	line-height: 26px;
}
.henau-panel p {
	line-height: 24px;
}
.bg-gray { background:#f1f1f1;}
.bg-gray .panel {
	background:#f1f1f1;
}
.bg-gray .thumbnail {background:#f1f1f1;}
.henau-panel .media-list-group .list-group-item:last-child {
    border-bottom:none;
}

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; /* Help out IE10+ with class names */
  font-size:16px;
  color:#336633;
}
.bs-glyphicons li:hover {
  color: #fff;
  background-color: #386746;
}
.bs-glyphicons li:hover .glyphicon-class{ color:#fff;} 

/****äºŒçº§é¡µé¢****/
.list_l { text-align:left; background: #f8f8f8;}
.list_l &gt;h3 { background:#007a1d; height:82px;line-height:82px; text-align:center;color:#fff; font-size:24px; font-family:"Microsoft Yahei"; font-weight:100; padding-left:38px; text-align:left;}
.list_l li { height:45px; line-height:45px; font-size:18px; color:#535353; border-bottom:#d6d6d6 solid 1px;}
.list_l li a { display:block; color:#666666; padding-left:30px; font-size:16px;}
.list_l li a:hover { background:#007a1d; color:#fff;}
.list_l li a.cur{ background:#007a1d; color:#fff;}
.list_l ul { padding:20px;}

.l_search { margin-top:28px;}
.l_search h3{ width:208px; height:36px; line-height:36px; font-size:16px; font-weight:100; padding-left:20px; background:#35812e;}
.l_box { background:#f3f8f1; padding:17px 0 26px 15px; text-align:center;}
.list_r {  margin-top:20px;}
.lis_pos { background:#f2f2f2; text-align:left; height:50px; line-height:50px; color:#5a5a5a; padding-left:25px; padding-right:25px; font-size:14px; text-align:right; overflow:hidden;}
.lis_pos a { color:#313131;}
.lis_pos h3 { color:#9a0000; font-size:20px; font-weight:100; display:inline-block; line-height:10px; float:left;}
.lis_pos span {
    float: right;
    font-size: 14px;
    color: #313131;
    text-align: right;
	display:inline-block;
}
.list_box { font-size:14px; text-align:left; background:#FFF; border:#ebebeb solid 1px; margin-top:11px; overflow:hidden; padding-bottom: 10px;}
.list_box ul { margin:20px 20px 20px 30px;}
.list_box &gt;ul li { background:url(../images/dot.jpg) no-repeat left; border-bottom:#eaeaea solid 1px;padding:0 0 0 10px;line-height:36px; display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.list_box &gt;ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}	
.list_box li .datetime { float:right; color:#A7A7A7;}
.list_box .clear-line { background:none; border-bottom:#CCC dashed 1px; margin:15px 0;}

.pages {
  text-align: center;
  margin-top: 20px;
  color: #707070;
  clear: both;
  background:#fff;
  padding: 10px 10px 10px 40px;
/*width:708px;*/
font-size:12px;
}
.pages li { background:none; padding:0 0 0 0; line-height:28px;}
.pages li a{display:block; float:left; border:#ededed solid 1px; padding:0 10px; margin:0 3px;height: 28px;
  line-height: 28px;}
.pages li.thisclass a{ background:#03513e;color:#FFF;}
.pages li span {float:left;}

.clear-line { border-top: #ccc solid 1px;}
.clear30 { height:30px; clear:both;}


.content_box { font-size:14px; text-align:left; margin-top:11px;}
.content_box h1 {font-size:24px; text-align:center; font-family:"Microsoft Yahei"; font-weight:100;  padding-top:25px; line-height:36px; color:#9c0b00}
.content_box .cnt_info { background:#fff; margin:30px 0 0 0; height:39px; line-height:39px; font-size:14px; font-family:"Microsoft Yahei"; color:#000; text-align:center;}
.content_box .content { padding:20px 0 20px 0; line-height:32px; color:#000; font-family:"Microsoft Yahei"; font-size:16px; border-top:#c9c9c9 dashed 1px; margin:0 40px;}

.content_box h1.page_h1 {font-size:28px; text-align:center; font-family:"Microsoft Yahei"; font-weight:100; line-height:auto; padding-top:10px; line-height:36px; color:#2c6c9d; border-bottom:#e9e9e9 solid 1px; margin:0 35px; padding-bottom:20px;}
.content_box td {font-size:14px;}

@media (min-width: 768px) {	
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
	bottom: 15px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}	
.carousel-indicators {
	bottom: -10px;
}
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
  .list_box li .datetime { float:none; color:#A7A7A7;}
}

span.ico-weibo { background:url(../images/quick-ico1.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-weibo { background:url(../images/quick-ico1-white.png) no-repeat;}
span.ico-weixin { background:url(../images/quick-ico2.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-weixin { background:url(../images/quick-ico2-white.png) no-repeat;}
span.ico-video { background:url(../images/quick-ico3.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-video { background:url(../images/quick-ico3-white.png) no-repeat;}
span.ico-jiaowu { background:url(../images/quick-ico4.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-jiaowu { background:url(../images/quick-ico4-white.png) no-repeat;}
span.ico-campus { background:url(../images/quick-ico5.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-campus { background:url(../images/quick-ico5-white.png) no-repeat;}
span.ico-service { background:url(../images/quick-ico6.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-service { background:url(../images/quick-ico6-white.png) no-repeat;}

.footer-wrap { background:#007a1d; height:143px;}
.footer-wrap p { text-align:left; padding:50px 0 0 0; font-size:16px; line-height:30px; color:#fff; display:inline-block;}
/*.footer-wrap img { margin-left: 190px;
    margin-left: 340px;
    margin-top: 25px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;}*/
.footer-img img { display:inline-block; margin-top:50px; margin-left:30px; float:left;}
.footer-txt { text-align:right;}
.copyright-wrap { background:#006d33; line-height:36px; text-align:center; margin:0 auto; color:#fff; margin-top:40px;}
.copyright-wrap p { text-align:left; padding:5px 0 0 0;}
.copyright-wrap a { color:#fff; margin-right:5px; font-size:14px;}
.main-xx-bg {
	background:url(../images/main_bg.jpg) no-repeat bottom; 
	padding-bottom:75px;
}
@media (max-width: 768px) {
  .footer-wrap {
	  height:auto;
   }
  .footer-wrap p { padding: 10px 0 0 0;
    font-size: 12px;
    line-height: 20px;}	
 /* .footer-wrap img { width: 25%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 24px;}*/
 .footer-img img { display:inline-block; margin-top: 0; margin-left:30px; float:left; margin-bottom:12px;}
 .footer-txt { text-align:left;}
 .main-xx-bg {
	padding-bottom:25px;
}
}
@media (max-width: 768px) {
  .copyright-wrap { font-size:12px; text-align:left;margin-top:10px;}
  .copyright-wrap a { font-size:12px;}
  .content_box .content { margin:0;}
  
}
.home-news { margin-left:-15px; margin-right:-15px;}
.recruit-students__container .thumbnail {transition: box-shadow 0.5s, transform 0.5s;}
.recruit-students__container .thumbnail:hover{
	transform: scale(1.1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) and (min-width: 320px){
.col-sm-4 {
    /* clear: both; */
    clear: none;
}
}

.borderMargin{border-top:#036928 solid 2px; margin-top:10px;}
.news-item h4 { font-size:16px;}

.carousel-inner{ margin:0 auto; text-align:center;}
.carousel-inner img { width:100%;}

.owl-carousel { margin-top: 10px;}
.owl-carousel img { width:100%;}
.owl-carousel a span { display:block; font-size:16px; background:#757575; height:46px; line-height:46px; text-align:center; color:#fff;}
.owl-controls .owl-page, .owl-controls .owl-buttons div { display:none;}


.navbar-toggle {
    position: absolute;
    float: none;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 27px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	bottom: 8px;
	right:-12px;
	border:#ddd solid 1px;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
.hide { display:none;}
.block { display:block;}

.img-wrap .img-list{
	background: #f1f1f1;
	padding:20px 0;
	text-align:center;
}
.img-wrap { margin-top:40px;}
.img-wrap .img-list { margin-bottom:10px; transition: box-shadow 0.5s, transform 0.5s;}
.img-wrap .img-list:hover{ transform: scale(1.1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);}
.img-wrap .img-list img { display:inline-block; transition: transform .4s ease-out;}
.img-wrap .img-list:hover img {transform: rotate(360deg);}
.img-wrap .img-list p { display:inline-block; margin-left: 20px; color:#00376b; font-size:20px;}

.search_rows { padding:15px 0 0 15px;}
.r_page_list {
	padding: 20px;
}

.list_photos { padding-top:5px;}
.list_photos .imgcnt { height:118px; background:#fcfcfc; padding:16px 18px; margin-top:10px;}
.list_photos  .imgcnt .l-img { float:left; width:79px; height:114px;}
.list_photos  .imgcnt .r-cnt { float:left; width:666px; height:114px; text-align:left; margin-left:22px; color:#898989;}
.list_photos .imgcnt .r-cnt h3 { font-size:18px; font-weight:100; color:#004d9f;}
.list_photos .imgcnt .r-cnt p { line-height:24px; font-size:14px; padding:12px 0 0 0;}
.list_photos .imgcnt .r-cnt p a { color:#4f83b9;}

.photolist_box { font-size:14px; text-align:left; background:#FFF; border:#ebebeb solid 1px; margin-top:11px; padding:30px 50px 30px 50px;}
.sub_cat  {}
.sub_name { font-size:20px; font-family:"Microsoft Yahei"; color:#9a0000; border-bottom: #eaeaea solid 1px; padding-bottom:20px; font-weight:bold;}
.sub_list { padding:10px 0 20px 0;}
.sub_list li { float:left; width:80px; text-align:center; padding:8px 0;}
.sub_list li a { color:#777777; font-size:16px; display:block;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media (max-width: 768px) {
  .photolist_box { height:auto; padding:20px;}
  
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent!important;
}
.navbar { border:0;}
.friend_link { background: #1A9137;padding: 10px 0; color:#fff;font-size:16px;}
.friend_link a { margin:5px; color:#fff; display:inline-block; font-size: 14px;}</pre></body></html>