/*site-module*/
.site-head .dropdown-menu>li:hover>a{
	color: #ea3e00;
}
/*site_header color*/
.navbar-site.navbar-inverse .navbar-nav>li:hover>a{
	border-bottom: 4px solid #ea3e00;
	color: #ea3e00;
}
.navbar-site.navbar-inverse .navbar-nav>li>a{
	color: #c8c8c8;
}
.main{
	margin-top: 40px;
	background: url(images/acmoba-contianer.jpg) no-repeat center top;
}
.main>div.container>.common-header{
	background: url(images/acmoba-header.jpg) no-repeat center top;
	height: 176px;
}
.main>div.container>.common-page{
	
}

/*banner color*/
#bCarousel .carousel-indicators li.active{
	background-color: #4d81c5;
}

/*match-list color*/
.race{
	background: rgba(27,27,27,.67);
}
.race .rbanner ul li p.tit b{
	color: #fff
}
.race .arrows a span{
  width: 40px;
  height: 88px;
  background: rgba(0,0,0,.5);
  margin-top: 25px;
}
.race .arrows a span i{
  margin-left: 13px;
  margin-top: 22px; 
}
.race .arrows a:hover span {
    background-color: #ea3e00;
}
.race .rbanner ul li:hover p.tit b{
	color: #ea3e00;
}
.race .rbanner ul li:hover a img{
	border:3px solid #ea3e00;
}

/*schedule_todaysite*/
.site-schedule{
	margin:10px 10px 0 0;
}
.schedule-head{
	background: #d23700
}
.schedule-head+.list-group{
	border:1px solid #f1f1f1;
	border-top: 0
}
.site-schedule>.list-group>.list-item{
	cursor: pointer;
}
.site-schedule>.list-group>.list-item>span{
	color: #76797f;
}
.site-schedule>.list-group>.list-item:nth-child(odd){
	background: #f1f1f1;
}
.site-schedule>.list-group>.list-item:nth-child(even){
	background: #fff;
}
.site-schedule>.list-group>.list-item{
	height: 36px;
	line-height: 36px;
}
.site-schedule>.list-group>.list-item:hover{
	background: #fff3e1
}
.site-schedule>.list-group>.list-item>span>i{
	display:none;
	width:4px;
	height:24px;
	background:#d23700;
	top:6px;
	position:absolute;
	left: 0
}
.site-schedule>.list-group>.list-item:hover>span>i{
	display: block;
}
/*shot_news color*/
.shot-new{
	margin: 0 22px 0 10px;
}
.hot-news>.hnew-list>b>a
{
	display: inline-block;
	height: 22px;
	overflow: hidden;
}
.hot-news:hover .hnew-list b a,.hot-news .hnew-list .hnew-link div a:hover{
	color: #ea3e00;
}
.hot-news{
	border-top: 1px solid #dfdfdd;
}
.hot-news:first-child{
	border-top: 0;
}
.shot-new .tab-pane .hnew-more{
	height: 40px;
    width: 398px;
    border: 1px solid #dfdfdd;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #707070;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -150px;
}
.shot-new .tab-pane .hnew-more:hover{
	background: #ea3e00;
	color: #fff;
}
.shot-new .nav-tabs{
	font-size: 18px;
	font-weight: bold;
}
.shot-new>.nav-tabs>li>a{
	color: #3b3b3b;
}
.shot-new>.nav>li>a{
	padding: 10px 2px 16px 2px;
	background: transparent;
	border:none;

}
.shot-new>.nav-tabs>li.active>a,.shot-new>.nav-tabs>li.active>a:focus, .shot-new>.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 2px solid #ea3e00;
    color: #ea3e00;
}
.shot-new>.nav>i{
	width:20px;height:32px;border-bottom:2px solid #eaeaea;
	-webkit-transform: rotate(115deg);/*Safari 4+,Google Chrome 1+  */
	-moz-transform: rotate(115deg);/*Firefox 3.5+*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1.15);
	display: block;
	float: left;
	position: relative;
	left: 13px;
	top:12px;
}
/*广告图*/
.adver,.hot-topic, .game-sy, .recommend-video, .pic-banner{
	margin-left: 0
}
.adver{
	padding-right: 10px;
}
.pic-banner{
	margin-right: 10px;
}
/*forum-posts css*/
.site-mode>p>span{
	border-bottom: 2px solid #ea3e00;
}
.common-list>li:hover>a>span>i{
	background: #ea3e00
}
.common-list>li:hover>a>span{
	color: #ea3e00
}
/*recommend_video color*/
.recommend-video {
	padding-right: 10px;
}
.rvideo-list>li {
    width: 172px;
    margin-right: 10px;
    float: left;
    position: relative;
    margin-bottom: 18px;
}
.rvideo-list>li:hover>a>p{
	color: #ea3e00;
}
.rvideo-list>li:hover>a>i{
	height: 100px
}
.rvideo-list>li:hover>a>span,.news-video>.rvideo-list>li:hover>a>span{
 	background: url(images/video.png) no-repeat;
 	background-size: 100% 100%;
}
/*pic_banner color*/
#pCarousel >.carousel-inner>.item>a>p{
	height: 30px;
    line-height: 30px;
}
#pCarousel>.carousel-indicators{
	left: 90%
}
#pCarousel>.carousel-indicators .active{
	background: #4d81c5;
}

.common-info p i{
	background: #ea3e00;;
}
/*tag*/
.tag>a:hover>span
{
	background: #ea3e00;
	color: #fff;
	border-radius: 3px
}
/*新闻列表*/
.hot-news:hover>.hnew-list>b>a,.hot-news>.hnew-list>.hnew-link>div>a:hover,.mode>a:hover{
	color: #ea3e00;
}
.cont-video>ul.rvideo-list>li:nth-child(5),.cont-video>ul.rvideo-list>li:nth-child(6){
	margin-bottom: 0;
}
.mode>p>span{
	border-color: #ea3e00;
}
.hot-news-rank .mode>p>span{
	width: 150px;
}
.new-media,.news-video,.pic-rec{
	margin-left: 15%;
}
.pic-rec{
	margin-top: 28px;
	margin-bottom: 20px;
}
.cont-video{
	margin-top: 8px;
	margin-bottom: 36px;
}
.hot-news-rank{
	padding-top: 10px;
}
.new-media.mt20{
	margin-top: 10px;
}
/*新闻内页*/
.news-cont>.news-info {
    border-bottom: 1px solid #dfdfdd;
}
.news-cont>.news-text>p {
    margin: 20px 0;
    word-break: break-all;
}
.news-text p img,.news-text center img{
	max-width: 100%;
}
.new-media.pd40{
	padding: 25px 0 21px 0
}
/*视频内页*/
.news-cont>.news-text>p>iframe,.news-cont>.news-text>p>embed{
	width: 100%;
	height: 600px;
	background: transparent;
}
/*搜索*/
.hot-news-rank>.hot-news-list>li:hover>a>p,.search h2 span,.search-list li a b,.search-list li:hover a,.breadcrumb>.active{
	color: #ea3e00;
}
.search-list li i{
	background-position: 0 -7px;
}
.search-rank>.mode>p>span{
	width: 120px;	
}
.page-list>.page a.on, .page-list .page a:hover{
	background: #ea3e00;
}
.page-list>.page a.on, .page-list .page a:hover, .pages>.page a.on, .pages .page a:hover,.search-rank>.mode>p>span{
	border-color:#ea3e00 
}
@media screen and (max-width:767px){
	.main{
		margin-top: 0px;
	}
	.main>div.container>.common-header{
		display: none;
	}
	.main>div.container>.common-page{
		background: transparent;
		
	}
	#sCarousel{
		margin: 60px 0 0 0;
	}
	.site-schedule,.shot-new{
		margin-right: 0;
	}
	.shot-new .nav-tabs{
		font-size:16px;
	}
	.shot-new>.nav>li>a{
		padding: 0px 2px 10px 2px;
	}
	.shot-new>.nav>i{
		top:3px;
	}
	#sCarousel >.carousel-inner>.item>a>p{
		font-size: 14px;
		width: 70%;
		overflow: hidden;
	}
	#sCarousel >.carousel-indicators{
		left: 54%;
	}
	#sCarousel .carousel-indicators li{
		width: 10px;
	}
	#sCarousel .carousel-indicators li.active{
		width: 18px;
	}
	#bCarousel .carousel-indicators li{
		width: 10px !important;
		height: 5px !important;
	}
	#bCarousel .carousel-indicators li.active{
		width: 20px !important;
	}
	.common-info{
		display: none;
	}
	.shot-new .tab-pane .hnew-more{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.news-cont>.news-text>p>iframe,.news-cont>.news-text>p>embed{
		width: 100%;
		height: auto;
	}
	.news-info,.news-cont{
		margin-top: 60px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.site-schedule,#sCarousel{
		margin: 0
	}
	.site-schedule>.list-group>.list-item:nth-child(5){
		display: none;
	}
	 #sCarousel >.carousel-inner>.item>a>p{
	 	font-size: 16px;
	 }
	 #sCarousel >.carousel-indicators{
	 	left: 55%;
	 }
}
@media screen and (min-width:992px) and (max-width:1199px){
	.site-schedule{
		margin: 0
	}
	.adver,.forum-post,.recommend-video,.pic-banner{
		margin-left: 12%;
		padding-right: 0;
	}
}


