@charset "UTF-8";
a:hover, a:focus {
	text-decoration: none;
}
li {
	list-style: none;
}
ul {
	padding: 0;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding-top: 100px;
}
/* body.no_scroll_bar{
	overflow-x: hidden;
} */

/*自动隐藏文字*/
.aui-ellipsis-1 {
	padding-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.img-hover img {
	transition: transform .25s;
	-moz-transition: transform .25s; /* Firefox 4 */
	-webkit-transition: transform .25s; /* Safari 和 Chrome */
	-o-transition: transform .25s; /* Opera */
}
.img-hover:hover img {
	transform: scale(1.1, 1.1);
	;
	-ms-transform: scale(1.1, 1.1);
	; 	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	; 	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	; /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	; 	/* Opera */
}
.a_hover {
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s; /* Safari 和 Chrome */
	-o-transition: all .25s; /* Opera */
}
.a_hover:hover {
	background-color: #fdc719;
	border-color: #fdc719;
	color: #fff;
}
.header {
	background-color: #fff;
	line-height: 100px;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.logo {
	margin-left: 50px;
}
.header .search {
	line-height: 40px;
	font-size: 16px;
	margin: 29px 45px 0;
	border-bottom: 1px solid transparent;
	width: 73px;
	overflow: hidden;
	transition: all 0.25s;
	-moz-transition: all 0.25s; /* Firefox 4 */
	-webkit-transition: all 0.25s; /* Safari 和 Chrome */
	-o-transition: all 0.25s; /* Opera */
}
.header .search.show {
	width: 250px;
	border-color: #ddd;
}
.header .search .wd {
	width: 250px;
}
.header .search i {
	font-size: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.header .search input, .header .search button {
	outline: none;
	border: 0;
	background-color: transparent;
}
.header .search input::placeholder {
/* color: #e5e5e5; */
}



.nav_search .nav > ul {
	position: relative;
	margin-bottom: 0;
}
.nav_search .nav > ul > li {
	float: left;
	color: #d4d4d4;
	position: relative;
}
.nav_search .nav > ul > li > a {
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 0 18px;
	font-weight: bold;
	line-height: 50px;
}
.nav_search .nav > ul > li > a:hover, .nav .mainlevel a.slt, .nav .mainlevel a.slted {
	color: #fff;
	background-color: #b1040e;
}
.nav_search .nav .mainlevel:hover .nav-menu { display:block;}


.nav {
	float: right;
}
.nav-menu {
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	line-height: 50px;
	top: 74px;
	display: none;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.nav-menu:before {
	content: '';
	position: absolute;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}
.nav-menu li a {
	color: #666;
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.nav-menu li a:hover, .nav-menu li a.slt {
	background-color: #b1040e;
	color: #fff;
}
.nav_search > ul > li:hover .nav-menu {
	display: block;
}
.banner {
	position: relative;
	margin-bottom: 40px;
}
.banner .swiper-container {
/* height: 648px; */
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	opacity: 0.6;
	background-color: #b1040e;
}
.banner .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 4px;
}
.index-list {
	margin-bottom: 0;
}
.index-list li {
}
.index-list li a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #777;
	background: url(style_res/dian.jpg) no-repeat left center;
	padding-left: 15px;
}
.main-right .in-box {
	width: 50%;
	float: left;
}
.main-right .index-lb {
	width: 50%;
	float: left;
}
.swiper-index {
	height: 267px;
	overflow: hidden;
}
.main-right .index-lb img {
	width: 100%;
}
.swiper-index .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	border: 1px solid #fff;
}
.swiper-index .swiper-pagination-bullet-active {
	background-color: #fff;
}
.footer {
	background: #3f3f3f url(style_res/footer-bg.jpg) no-repeat left center;
	background-size: auto 100%;
}
.footer .logo-bot {
	line-height: 200px;
}
.footer .logo-bot img {
}
.footer .logo-bot img {
}
.footer h3 {
	font-size: 18px;
	margin-top: 40px;
}
.footer h3 a {
	color: #999;
}
.footer p {
	color: #999;
	font-size: 16px;
}
.footer p a {
	color: #999;
}
.footer p a:hover {
	color: #b1040e;
}
.fx-list {
	float: right;
	margin-top: 78px;
}
.fx-list li {
	float: left;
	margin-left: 10px;
	position: relative;
}
.fx-list li a {
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #7a7a7a;
	color: #fff;
	font-size: 30px;
}
.fx-list li span {
	position: absolute;
	bottom: 60px;
	background-color: #fff;
	white-space: nowrap;
	display: none;
}
.fx-list li span:after {
	position: absolute;
	content: '';
	width: '';
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 17px;
	bottom: -5px;
}
.fx-list li.ewm span img {
	width: 150px;
}
.fx-list li.phone span {
	/*bottom: 0;*/
	padding: 0 5px;
	border-radius: 4px;
}
.fx-list li:hover span {
	/*background-color: #b1040e;*/
	display: block;
}
/* 新闻页 */
.inner-banner {
}
.inner-banner img {
	width: 100%;
}
.inner-title {
	line-height: 68px;
	/* border-bottom: 1px solid #e5e5e5; */
	margin-bottom: 50px;
}
.inner-title h1  {
	margin: 0;
	font-size: 28px;
	line-height: 68px;
	position: relative;/* padding: 0 15px; */
	/* border-bottom: 1px solid #e5e5e5; */
}
.inner-title h1:before {
	content: '';
	width: 50px;
	height: 4px;
	background-color: #b2040d;
	position: absolute;
	left: 0;
	top: 0;
}
.news-list li .txt p:before {
	margin-right: 5px;
}
/* 学院介绍 */
.inner-title .menu-nav {
	float: right;
}
.inner-title h1 {
	display: inline-block;
}
.inner-title .menu-nav li {
	float: left;
	margin-left: 60px;
}
.inner-title .menu-nav li a {
	display: block;
	border-bottom: 5px solid transparent;
	line-height: 63px;
	color: #333;
	font-size: 16px;
}
.inner-title .menu-nav li.active a {
	border-color: #b1060e;
}
/* 首页学院新闻 */
.index-title {
	position: relative;
	margin-bottom: 25px;
}
.index-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	top: 45%;
}
.index-title span {
	font-size: 24px;
	position: relative;
	background-color: #fff;
	padding-right: 20px;
	z-index: 9;
}
.index-title span img {
	margin-right: 10px;
}
.index-title a {
	float: right;
	font-size: 14px;
	color: #b1040e;
	position: relative;
	background-color: #fff;
	padding-left: 15px;
	z-index: 9;
}
.index-title a:before {
	float: right;
}
.index-xyxw {
	padding-right: 15px;
}
.ixy-menu {
	margin: 0 -10px;
}
.ixy-menu dl {
	padding: 0 10px;
	width: 33.33%;
	float: left;
}
.ixy-menu dl dt {
}
.ixy-menu.xyxw dl dt {
	height: 173px;
	overflow: hidden;
}
.ixy-menu dl dt img {
	width: 100%;
}
.ixy-menu dl dd {
	overflow: hidden;
}
.ixy-menu dl dd h3 {
	font-size: 20px;
	font-family: 'Arial';
	line-height: 30px;
	height: 60px;
}
.ixy-menu dl dd h3 a {
	color: #333;
}
.ixy-menu dl dd p {
	color: #888;
	margin-bottom: 25px;
}
.ixy-menu dl dd span {
	color: #333;
	font-weight: bold;
}
.ixy-menu dl dd span i {
	margin-right: 5px;
}
/* 首页通知公告 */
.index-tzgg {
	padding-left: 15px;
}
.intg-list {
}
.intg-list li {
	overflow: hidden;
	margin-bottom: 15px;
}
.intg-list li span {
	float: left;
	display: inline-block;
	width: 55px;
	text-align: center;
	background-color: #b60005;
	color: #fff;
	font-size: 12px;
	font-family: 'Arial';
	padding: 5px 5px 0;
	margin-right: 10px;
}
.intg-list li span strong {
	display: block;
	border-bottom: 1px solid #c53337;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 3px;
}
.intg-list li a {
	/* display: block; */
	width: 75%;
	float: left;
	color: #333;
}
.index-more {
	text-align: right;
}
.index-more a {
	color: #b60005;
}
.index-more a:before {
	float: right;
}
/* 首页专题报道 */
.index-ztbd {
	background-color: #eff5fa;
	padding: 70px 0;
	margin-top: 80px;
}
.index-ztbd .index-title a, .index-ztbd .index-title span {
	background-color: #eff5fa;
}
.iz-main {
}
.iz-main .iz-left {
	width: 52.5%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.iz-main .iz-right {
	width: 47.5%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}
.iz-main .iz-left .ixy-menu dl {
	width: 100%;
	padding: 0;
}
.iz-main .iz-left .ixy-menu {
	margin: 0;
}
.iz-main .iz-left .ixy-menu dl dt {
	height: 427px;
	overflow: hidden;
}
.iz-main .iz-left .ixy-menu dl dd {
	background-color: #fff;
	margin: -10px 10px 0;
	position: relative;
	padding: 0 30px 40px;
}
.iz-main .iz-left .ixy-menu dl dd h3 {
	height: auto;
}
.ixy-menu .ixm-top dl {
	width: 50%;
}
.ixy-menu .ixm-top dl dt {
	height: 177px;
	overflow: hidden;
}
.ixy-menu .ixm-top dl dd {
	background-color: #fff;
	margin: -10px 10px 0;
	position: relative;
	padding: 0 25px 20px;
}
.ixy-menu .ixm-bottom dl {
	position: relative;
	width: 100%;
}
.ixy-menu .ixm-bottom dl dt {
	height: 323px;
	overflow: hidden;
}
.ixy-menu .ixm-bottom dl dd {
	background-color: #fff;
	position: relative;
	padding: 0 25px 20px;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 300px;
}
/* 首页 友情链接 */
.youqing-link {
	padding: 60px 0 40px;
}
.youqing-link span {
	display: inline-block;
	float: left;
	font-size: 24px;
	color: #b60005;
	padding-right: 65px;
	background: url(style_res/tb05.jpg) no-repeat right center;
	margin-right: 15px;
}
.youqing-link a {
	display: inline-block;
	margin-right: 60px;
	color: #434343;
}
.youqing-link a img {
	margin-right: 15px;
}
.youqing-link a:hover {
	opacity: .8;
}
/* 新闻页 */

.inner-right {
	padding: 65px 25px;
	min-height: 500px;
}
.news-list.no-news-list {
	margin: 0;
}
.news-list {
	margin: 0 -12px 50px;
}
.news-list-top .news-list li {
	margin-bottom: 0;
}
.news-list li {
	box-sizing: border-box;
	width: 33.33%;
	float: left;
	padding: 0 8px;
	margin-bottom: 50px;
}
.news-list li .img {
	overflow: hidden;
	display: block;
	height: 160px;
}
.news-list li .img img {
	width: 100%;
}
.news-list li .txt {
	margin: -10px 10px 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	padding: 0 24px 15px;
}
.news-list li .txt h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.news-list li .txt h3 a {
	color: #333;
}
.news-list li .txt p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}
.news-list li .txt p i {
	margin-right: 5px;/* font-size: 14px; */
}
.news-list li .txt:hover {
	background-color: #b2040e;
	color: #fff;
}
.news-list li .txt:hover h3 a {
	color: #fff;
}
/* 学院介绍 */
.inner-main {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
	background-color: #fff;
}
.inner-main div, .inner-main span, .inner-main p {
	font-family: "Microsoft YaHei"!important;
	font-size: 16px!important;
	line-height: 24px!important;
}
.inner-main a {
	color: #b2040e;
}
.inner-title .menu_one {
/*float: right;*/
}
.inner-title {
	border-right: 1px solid #e5e5e5;
}
.inner-title h1 {
/*display: inline-block;*/
}
.inner-title .menu_one li {
/*float: left;*/
	/*margin-left: 60px;*/
}
.inner-title .menu_one li a {
	display: block;
	/* border-bottom: 1px solid #e5e5e5; */
	line-height: 45px;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
}
.inner-title .menu_one li a.sub_cate_on {
	background-color: #b1060e;
	color: #fff;
}
.jieshao {
	margin-bottom: 50px;
}
.jieshao dt {
	float: right;
	width: 47%;
}
.jieshao dt img {
	width: 100%;
}
.jieshao dd {
	float: left;
	width: 47%
}
.jieshao dd p {
	line-height: 2;
}
.jieshao-menu {
	display: none;
}
.jieshao-menu.show {
	display: block;
}
/* 新闻详情页图片放大效果样式问题解决 */
#fancybox-wrap {
	box-sizing: content-box;
}
.fancybox-title-over {
	width: 100%!important;
}
.inner-main .return {
	float: right;
	margin: 20px 0px;
	font-size: 14px!important;
}
.inner-main .pager, .inner-main .pager span {
	font-size: 14px!important;
}
.inner-main .pager a, .inner-main .return a {
	color: #b1040e;
	font-size: 14px!important;
}
/*新闻列表页*/
.inner-main .news_list.news-list-bottom {
	margin-top: -30px;
}
.inner-main .news_list li {
	line-height: 40px;
	overflow: hidden;
	height: 40px;
}
.inner-main .news_list li a {
	font-size: 16px;
	color: #333;
	background: url(style_res/dian.jpg) no-repeat left center;
	padding-left: 15px;
	display: inline-block;
	width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.inner-main .news_list li a:hover {
	color: #b1040e;/* text-decoration: underline; */
}
.inner-main .news_list li span {
	float: right;
	color: #999;
}
/*新闻详情页*/
.news_title {
	font-size: 24px;
	color: #333;
	padding: 10px 0;
	line-height: 30px;
}
.news_info {
	line-height: 25px;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #999;
	padding-bottom: 5px;
}
.news_content {
	padding-top: 15px;
}
.inner-right .news_video {
	padding: 15px 0;
}
.inner-right .news_video .video_name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.inner-right .news_video p {
	margin: 0 auto!important;
	background-color: #fff!important;
	word-break: break-all;
}
/*团队风采列表页*/
.inner-main .leader_list {
}
.inner-main .leader_list dl {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.inner-main .leader_list dl dt {
	width: 150px;
	float: left;
	margin-right: 20px;
	height: 180px;
	overflow: hidden;
}
.inner-main .leader_list dl dt img {
	width: 100%;/* -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out;
     transition: transform 500ms ease-in-out; */
}
/* .inner-main .leader_list dl dt:hover img{
	-ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
} */
.inner-main .leader_list dl dd, .inner-main .leader_detail .txt_1 .intro {
	color: #999;
	line-height: 24px;
}
.inner-main .leader_list dl dd.leader_name a, .inner-main .leader_detail .txt_1 .name {
	font-size: 18px;
	color: #b1040e;
}
.inner-main .leader_list dl dd.leader_duty, .inner-main .leader_list dl dd.leader_goodat, .inner-main .leader_detail .txt_1 .duty, .inner-main .leader_detail .txt_1 .good_at {
	color: #666;
	margin: 5px;
}
/* 专家详情 */
.inner-main .leader_detail {
}
.inner-main .leader_detail .pic {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.inner-main .leader_detail .pic img {
	width: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 1px 10px 0px #949494;
	-moz-box-shadow: 1px 1px 10px 0px #949494;
}
.inner-main .leader_detail .txt_1 {
}
.inner-main .leader_detail .txt_1 .clr {
	text-align: right;
}
.inner-main .leader_detail .txt_1 .clr a {
	color: #b1040e;
}
.inner-main .leader_detail .txt_1 .intro {
	padding-top: 10px;
}
.inner-main .search_result {
	margin-bottom: 20px;
}
/*视频列表页*/
.jkjz-news {
	margin-bottom: 20px;
}
.jkjz-news > a {
	display: block;
	height: 155px;
	overflow: hidden;
}
.jkjz-news > a img {
	width: 100%;
}
.jkjz-news h5 {
	font-size: 16px;
	text-align: center;
}
.jkjz-news h5 a {
	color: #333;
}
.jkjz-news p {
	color: #999;
}
/*视频播放页*/
.video-play .container {
	width: 100%;
}
.video-play-main {
	width: 900px;
}
.play-main-txt {
	text-align: center;
	margin-bottom: 15px;
}
.play-main-txt .news-xx span {
	padding: 0 10px;
}
.video-play-main #a1 {
	/* width: 900px; */
	height: 506px;
	margin: 0 auto!important;
}
/* .video-intro{
	margin-top: 85px;
} */

/* 导师风采 */
.teacher_list dl dt {
	width: 70px;
	display: block;
	height: 30px;
	border-left: 2px solid #b1060e;
	color: #b1060e;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	line-height: 30px;
	font-size: 18px;
}
.teacher_list dl {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc
}
.teacher_list dl dt {
	width: 100%;
	float: none
}
.teacher_list dl dd {
	margin-top: 15px
}
.teacher_list dl dd li {
	width: 69px;
	/*height:205px;*/
	padding-bottom: 6px;
	/* background: #e8e8e8; */
	text-align: center;
	float: left;
	margin: 0 9px 10px 9px;
}
.teacher_list dl dd li.li_hover {
	background: #b1060e;
}
.teacher_list dl dd li a.fff, .teacher_list dl dd li a span.fff {
	color: #fff;
}
.teacher_list dl dd li img {
	width: 121px;
	margin-bottom: 8px;
	height: 157px
}
.teacher_list dl dd li a {
	line-height: 15px;
	display: block;
	color: #333;
	font-size: 16px;
}
.teacher_list dl dd li a span {
	display: block;
	color: #666
}
.clear {
	clear: both;
}
.borderleft {
	border-left: 2px solid #b1060e;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: #b1060e;
	font-weight: bold;
	margin-bottom: 20px
}
/* 新增慕课页面 */

.muke-top {
	margin: 0 0 50px;
}
.muke-top .mk-row {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.muke-top .mk-row span {
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 34px!important;
}
.muke-top .mk-row ul {
	float: left;
	width: 88%;
	margin-bottom: 15px;
}
.muke-top .mk-row ul li {
	float: left;
}
.muke-top .mk-row ul li a {
	display: block;
	line-height: 34px;
	padding: 0 14px;
	color: #666;
	border-radius: 4px;
	margin: 0 5px 5px 0;
}
.muke-top .mk-row ul li a:hover, .muke-top .mk-row ul li a.slt {
	background-color: #b2040e;
	color: #fff;
}
.inner-right .mk-title {
	background-color: #666;
	color: #fff;
	padding-left: 20px;
}
.inner-right .mk-title div {
	line-height: 40px!important;
}
.mk-title .col-sm-2 {
	text-align: center;
}
.inner-main .inner-right div.row-li {
	padding-left: 40px;
	line-height: 50px!important;
	background: url(style_res/dian-mk02.jpg) no-repeat 20px center;
}
.inner-main .inner-right div.row-li div {
	line-height: 50px!important;
}
.row-li .col-sm-2 {
	text-align: center;
}
.mk-h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 25px;
}
.inner-main .inner-right div.row-li div.col-sm-2 a {
	display: inline-block;
	width: 80px;
	line-height: 28px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #bf373b;
}
.inner-main .inner-right div.row-li:hover {
	background-color: #fff2f2;
	color: #b2030a;
	background-image: url(style_res/dian-mk01.jpg);
}
.inner-main .inner-right div.row-li:hover a {
	background-color: #b2040d;
	color: #fff;
}
.mk-line {
	height: 1px;
	background-color: #666;
	margin: 30px 0 0;
}

.selected1,.parent1 {color: #fff !important;
    background-color: #b1040e !important;
}
.inner-title h1 span {font-size:28px !important;}
.selected2,.parent2 {background-color: #b1060e !important;
    color: #fff !important;
}
.lby,.nrr {min-height:380px; padding-bottom:40px;}
.nrr { width:872px;}
.nrr img {max-width:870px; _width:expression(this.width > 870 ? "870px" : this.width); }
.wp_entry img {
    max-width: 870px;
    _width: :expression(this.width>870?"870px":this.width+"px");
}
.wp_entry a:hover {
    text-decoration: none;
    color: #333;
}
.selected3{
    background-color: #b2040e !important;
    color: #fff !important;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 0;
    margin-bottom: 25px;
    padding-left: 20px;
    pointer-events: none;
}
.wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
    cursor: pointer;
    font-size: 18px !important;
    font-weight: bold;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    margin-top: 11px;
    display: none;
}
.wp_subcolumn_list {
    display: block;
    width: 100%;
    border-bottom: 1px solid #666;
}









