/* main css */
*{
	border-radius: 0px !important;
}

body{
	color: #666;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
    /*font-family: "Arial", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体" !important;*/
    font-family: "Microsoft YaHei", "微软雅黑", "Arial", "SimSun", "宋体" !important;
}

h1,h2,h3,h4,h5,h6{
	/*font-family: "Microsoft YaHei", "微软雅黑",'Open Sans', sans-serif;*/
	font-weight: normal !important;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px;
	color: #666;
}

h1,h2{
	font-weight: 300 !important;
}

h3,h4,h5,h6{
	font-weight: 400 !important;
	color: #666;
}

h2{
	font-size: 40px;
	line-height: 45px;
}

h3{
	font-size: 30px;
	line-height: 35px;
}

h4{
	font-size: 25px;
	line-height: 30px;
}

h5{
	font-size: 20px;
	line-height: 25px;
}

h6{
	font-size: 16px;
	line-height: 24px;
}

p{
	margin: 2px 0px;
}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{
	margin: 20px 0px;
}

:focus {
	outline:none;
	border: 0;
}

::-moz-focus-inner {
	border:0;
}

.border{
	background: url("/ent../img/dots.png") repeat;
	height: 5px;
	margin: 30px 0px !important;
}

.bor{
	height: 20px;
}

.bold{
	font-weight: 600 !important;
}

.caps{
	text-transform: uppercase;
}

.center{
	text-align: center;
}

.pagination {
  text-align: center;
}

.grey{
	color: #666;
}

.big{
	font-size: 20px !important;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-weight: 300;
}

a.btn{
	margin-top: 6px;
}


.link-list a{
	margin-right: 20px;
}

.padd{
	padding: 10px 15px;
}

.label{
	font-size: 15px;
}

.badge{
	font-size: 15px;
	padding: 5px 10px;
}

/* Form */

.form{
margin:20px 0px;
margin-bottom: 0px;
}

.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
width:90%;
}

.form-horizontal .control-label {
width: 80px;
}

.form-horizontal .controls {
margin-left: 100px;
}

.form-horizontal .controls:first-child {
*padding-left: 100px;
}

.form-horizontal .form-actions {
padding-left: 100px;
}

.form-actions {
padding: 10px 20px 11px;
background:transparent;
border-top:0px;
}

/* Button */

.button a, .button a:visited{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 8px;
	margin-top: 3px;
}

.button a:hover{
	color: #fff;
	text-decoration: none;
}

/* Colors */
.gray{
	color: #666 !important;
}

.orange{
	color: #fe781e !important;
}

.purple{
	color: #9b59bb !important;
}	

.blue{
	color: #1570a6 !important;
}

.green{
	color: #41bb19 !important;
}

.lblue{
	color: #1da4e5 !important;
}

.tblue{
	color: #3468AF !important;
}

.red{
	color: #ff3738 !important;
}

/* Background colors */
.b-gray{
	color: #eee;
	background: #333;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;
}

.b-gray:hover{
	background: #000;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;
}

.b-orange{
	background: #fe781e;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;
}

.b-orange:hover{
	background: #e66d1c;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
}

.b-purple{
	background: #9b59bb;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-purple:hover{
	background: #81499c;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

.b-blue{
	background: #1570a6;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;    
}

.b-blue:hover{
	background: #11608f;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

.b-green{
	background: #41bb19;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-green:hover{
	background: #379e15;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

.b-black{
	background: #333333;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-black:hover{
	background: #000000;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

.b-lblue{
	background: #1ba1e2;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-lblue:hover{
	background: #1789c1;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}


.b-tblue{
	background: #3468AF;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-tblue:hover{
	background: #3468AF;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

.b-red{
	background: #ff3738;
	color: #fff;
	margin: 3px 0px;
	display: inline-block;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;	
	cursor:default;	
}

.b-red:hover{
	background: #e33031;
	-webkit-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	transition:background 1s ease;    
}

/* Columns */

.col-l{
	width: 47.5%;
	float: left;
}

.col-r{
	width: 47.5%;
	float: right;
}

/* Form */

form button{
	font-size:13px !important;
}

form input{
	font-size:13px !important;
}

/* Image alignment*/

.alignleft, img.alignleft {
	margin-right: 8px;
	margin-top:5px;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 8px;
	margin-top:5px;
	display: inline;
	float: right;
}
   
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* Image blocks */

ul.hover-block {
    margin: 0;
}

ul.hover-block li {
	list-style:none;
	float:left;
	width: 200px;
	height: 160px;
	position: relative;
	margin: 0;
}

ul.hover-block li img {
	width: 200px;
	height: 160px;
}

ul.hover-block li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 160px;
	color: #000;
}

ul.hover-block li a { 
	text-decoration: none; 
}

ul.hover-block li .hover-content{
	position: absolute;
	top: 125px;
	z-index: 1000;
	width: 180px;
	height: 160px;
    padding: 5px 10px;
	color: #ddd;
    font-family: "宋体";
    font-size: 12px;
	cursor: pointer;
    /*
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;*/
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
}

ul.hover-block li .hover-content h6{
	color: #fff;
    height: auto;
    line-height: 23px;
    font-size: 14px;
    font-family: "微软雅黑";
}

ul.hover-block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 500;
}

/* page css */

a{
	color: #1ba1e2;
}

a:hover{
	color: #178ec7;
}

blockquote{
	border-left: 4px solid #1ba1e2;
}

.color{
	color: #1ba1e2;	
}

header{
	border-top: 2px solid #1ba1e2;
}

.navbar .btn{
    background:#1ba1e2 !important;  
}

.navbar .btn:hover{
    background:#178ec7 !important;
}

/*** yting.css ***/
.center {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}
.container {
    width: 1000px;
}
.navbar-inner > .container {
    width: 1000px;
}
.navbar-inner{
	padding-left: 0px;
	filter: none !important;
    background: #3EADF0;
    border-top: 4px solid #3468AF;
    border-bottom: 1px solid #EBEBEB;
}
.navbar .nav > li > a{
    font-size: 16px !important;
    letter-spacing: 5px;
	  color: #FFF;
    font-weight: bold\9;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.navbar .dropdown-menu {
    margin-top: 0px;
    z-index: 9999;
}
.navbar .nav .dropdown-menu li a{
    color: #3468AF;
    letter-spacing: 5px;
}
.navbar .nav .dropdown-menu li a:hover{
    color: #F1F7FF;
    background: #3AA0DE;
}
.navbar .nav > li > a:hover{
    color: #F1F7FF;
    background: #3AA0DE;
}
.navbar .nav > li > a.on{
    background: #3AA0DE;
}
.navbar .btn-navbar {
	margin-right: 0;
    margin-top: 8px;
}
header .guide{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #EEE;
}
header .guide a{
    font-size: 12px;
    font-family: "Arial", "宋体";
    color: #888;
    margin-left: 5px;
    margin-right: 5px;
}
header .guide a.first{
    margin-left: 0;
}
header .logo {
    float: left;
    padding: 10px 0 5px 0;
    width: 150px;
}
header .hmeta {
    padding-top: 10px;
    font-weight: bold;
    color: #d1d1d1;
}
header .form {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    width: auto;
    float: right;
}
header .form input {
    color: #999;
    border: 1px solid #A1D1EF;
}
header .form .btn {
    padding: 0;
    color: #FFF;
    background: #3468AF;
    border: 1px solid #4C7CB6;
    padding: 0px 12px;
    line-height: 30px;
    height: 30px;
}
header .hmeta {
    font-weight: normal !important;
    color: #d5d5d5 !important;
}
footer .container {
    height: 50px;
    line-height: 50px;
    background: #FAFAFA;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #999;
}
footer hr {
    margin: 0 auto 5px;
}

.carousel {
    margin-bottom: auto;
}

.carousel-caption {
    background: none;
    padding: 0px 10px 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
}

.carousel-caption h4 {
    line-height: 30px;
    font-size: 24px;
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-inner>.item {
    height: auto;
}

.content {
    margin-top: 20px;
}

.grid-class {
    margin-top: 20px;
}

.grid-class .title {
    float: left;
    font-family: 微软雅黑;
    font-size: 38px;
    line-height: 38px;
    margin: 10px 0;
}

.grid-class .guide {
    float: right;
    font-size: 12px;
    margin: 30px 0 0 0;
    color: #DDD;
}

.grid-class .guide a {
    margin: 0 5px;
    color: #555;
}

.grid-class .guide a.last {
    margin-right: 0;
}

.grid-class hr {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}

.grid-focus {
    /*border-top: 5px solid #178ec7;
    background: #1ba1e2;
    color: #fff;*/
    margin: 20px auto 0 auto;
}

.grid-focus .carousel-inner .item img {
    width: 489px;
    height: 281px;
}

.grid-focus blockquote small {
    color: #999;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
    font-family: SimSun;
}

.grid-focus blockquote small a.more {
    font-size: 12px;
    /*padding-left: 20px;*/
    float: right;
}

.grid-focus .top1 {
    color: #178EC7;
    padding: 5px;
    border-left: none;
    border-right: 5px solid #DDD;
    margin: 0 0 10px;
}

.grid-focus .top1 a.link1 {
	font-weight: bold !important;
    color: #178EC7;
}

.grid-focus .top2 {
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
    margin:5px;
    padding:5px;
}

.grid-focus .top2 a.link2 {
	font-weight: bold !important;
}

.grid-focus .list {
    background: #FAFAFA;
}

.grid-focus .list ul {
    color: #D5D5D5;
    padding-left: 6px;
}

.grid-focus .list li {
    line-height: 26px;
}

.grid-focus .list a {
    color: #555;
    font-size: 16px;
}

.grid-focus .list li a {
    color: #666;
    letter-spacing: 1px;
    font-size: 14px;
}

.grid-focus .list li span {
    float: right;
    padding-right: 6px;
    font-size: 12px;
}

.grid-focus .photos {
    float: left;
    margin-left: -7px;
}

.grid-focus .photos a {
    float: left;
    margin-left: 7px;
    margin-top: 5px;
    width: 90px;
    border: 1px solid #FFF;
}

.grid-focus .photos a:hover {
    border: 1px solid #000;
}

.grid-focus .photos a.lasts {
    margin-left: 10px;
}

.grid-focus .photos img {
    width: 80px;
    height: 60px;
}

/* grid-content */
.grid-star{
    margin: 0 auto;
}

.grid-star .container{
	font-size: 13px;
    background: #FAFAFA;
}

.grid-star hr{
    margin:10px auto;
}

.grid-star .star-left{
    padding: 10px 0 0 10px;
}

.grid-star .star-left h6 {
    line-height: 24px;
}

.grid-star .star-left a:hover {
    color: #666;
}

.grid-star .star-left p {
    width: 95%;
    line-height: 22px;
}

.grid-star .star-left img {
    margin-top: 10px;
    width: 90%;
}

.grid-star .star-center{
    padding-top: 10px;
}

.grid-star .star-right{
    padding: 10px 10px 0 0;
}

.grid-star .star-icon{
	float: left;
	width: 80px;
    height: 60px;
}

.grid-star .star-icon img{
	display: block;
    width: 60px;
    height: 50px;
}

.grid-star .star-content{
	margin-left: 10px;
    height: 60px;
}

.grid-star .star-content a:hover{
	color: #333;
}

.grid-star h6{
	line-height: 16px;
}

.grid-star p{
    font-size: 12px;
    color: #999;
	line-height: 18px;
    font-family: SimSun;
}

.grid-star .row hr{
	margin: 10px 0px;
}

.grid-star .row .grey{
	color: #999;
}

.grid-star .star-right ul{
    margin:0;
}

.grid-star .star-right li{
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.grid-list .star-icon{
    position: relative;
    float: right;
    height: 120px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    z-index: 999;
    background: #fff;
}

.grid-list .star-icon img{
    display: block;
    height: 120px;
}

.grid-list .star-icon .img-polaroid{
    padding: 0px;
    border-color: #eee;
}

.grid-list .star-icon .img-polaroid:hover{
    border-color: #ccc;
}

.grid-list .star-content{
    position: relative;
    height: auto;
    min-height: 180px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    color: #6f6f6f;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei,SimHei;
}


.grid-list .star-content:hover{
    background: #F9F9F9;
}

.grid-list .star-content h6{
    font-size: 18px;
    color: #06346f;
}

.grid-list .star-content span{
    position: absolute; 
    top: 0px;
    right: 0px;
    color: #CCC8C8;
    font-size: 13px;
}

.grid-list .star-content .star-more{
    position: absolute; 
    right: 5px;
    bottom: 16px;
}

.grid-list .star-content a:hover, .grid-list .star-content h6:hover{
	color: #3468AF;
}

.grid-view .span8{
}

.grid-view .span4 {
    font-size: 14px;
}

.grid-view .title{
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}

.grid-view .title select{
    width: 180px;
}

.grid-view .meta{
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #999;
    margin: 10px auto 0 auto;
}

.grid-view .meta .date{
    float: left;
    width: 25%;
}

.grid-view .meta .source{
    float: left;
    width: 45%;
    text-align: center;
}

.grid-view .meta .size{
    float: right;
}

.grid-view .meta .size button{
    border: 1px solid #DDD;
    background: #FAFAFA;
    font-size: 12px;
    color: #999;
}

.grid-view .meta .size button:hover{
    background: #EFEFEF;
}

.grid-view .meta blockquote{
    display: block;
    height: auto;
    margin: 10px auto 0 auto;
    /*padding: 5px 10px;*/
    font-size: 13px;
}

.grid-view .content{
    display: block;
    float: left;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    margin: 10px 0;
    font: 12px/150% helvetica,"微软雅黑","microsoft yahei",verdana,lucida,arial,sans-serif,"黑体";
		color: #333;
		font-size: 17px;
		line-height: 1.8em;
}

.grid-view .content p{
	/*text-indent: 34px;*/
	margin: 10px auto 20px;
}

.grid-view .content span{
    /*text-align: center;
    font-weight: bold;
    clear: both;
    display: block;
    margin: auto;*/
}

.grid-view .content p strong{
    /*margin-left: -34px;*/
}

.grid-view .content .other-link{
	font-size: 14px;
	background: #FBFBFB;
}

.grid-view .content .other-link .title{
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		color:#666;
}

.grid-view .content .other-link p{
	margin: 0;
	padding: 0px 10px;
	text-indent: 0px;
}

.grid-view .content .other-link a{
	color: #777;
}

.grid-view .content .other-link a:hover{
	color: #f60;
}

.grid-view .content .bd-text{
    margin:10px 10px 0 10px;
}

.grid-view .content .diggtop{
    position: absolute;
    top:0;
    right:0;
}

.grid-view .content .diggdown{
    position: absolute;
    top:0;
    left:0;
}

.grid-view .content .diggtop button{
    background: #FFF;
    border: 1px solid #EFEFEF;
    color: #f60;
}
.grid-view .content .diggdown button{
    background: #FFF;
    border: 1px solid #EFEFEF;
}

.grid-view .content .diggtop button:hover{
    color: #FFF;
    background: #F60;
    border: 1px solid #f30;
}

.grid-view .content .diggdown button:hover{
    color: #FFF;
    background: #333;
    border: 1px solid #000;
}

.grid-view .content img{
    cursor: pointer;
    border: 2px solid #FFF;
    clear: both;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.grid-view .content img:hover{
    border: 2px solid #333333;
}

.grid-view .font-small{
    font-size: 14px;
    line-height: 24px;
}

.grid-view .font-normal{
    font-size: 16px;
    line-height: 32px;
}

.grid-view .font-large{
    font-size: 20px;
    line-height: 40px;
}

.grid-view .pagination{
    display: block;
    float: left;
    width: 100%;
    margin: 15px auto 20px auto;
    text-align:center;
}

.grid-view .list ul{
    padding: 0;
    margin: -10px 0 20px 5px;
    float: left;
}

.grid-view .list ul li{
    /*float: left;*/
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    list-style-type: square;
    list-style-position: inside;
    color: #d5d5d5;
}

.grid-view .show-photo{
    float: left;
    margin-bottom: 20px;
}

.grid-view .show-photo a{
    float: left;
    width: 43%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.grid-view .other-photo{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.grid-view .other-photo a{
    float: left;
    width: 90px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
}

.grid-view .other-photo .img-polaroid{
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid-view .other-photo .img-polaroid:hover{
    opacity: .5;
    filter: alpha(opacity=50);
}

.grid-view .other-photo a img{
    width: 100px;
    height: 80px;
}

.grid-view hr{
    margin: 10px 0;
}

.grid-view .more-photo{
    float: left;
    margin-bottom: 10px;
}

.grid-view .more-photo a{
    float: left;
    width: 144px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.grid-view .more-photo a img{
    width: 144px;
    height: 100px;
}

.grid-view .more-photo .img-polaroid{
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid-view .more-photo .img-polaroid:hover{
    opacity: .5;
    filter: alpha(opacity=50);
}

.grid-view .tags{
    margin-bottom: 10px;
}

.grid-view .tags a{
    margin-right: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    font-size: 12px;
    padding: 5px;
    color: #999;
}

.grid-view .tags a.nav{
    background: #EEE;
}

.grid-view .tags a:hover{
    background: #A1CEFB;
    border: 1px solid #63AEF8;
    color: #3468AF;
}

.grid-view .share{
    float: left;
    font-size: 12px;
    margin: 10px 0 20px 0;
}

.grid-view .share a{
    color: #666;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}

.grid-view .share a:hover{
    color: #f60 !important;
}

.grid-view .share #bdtext{
    float:left;
}

.grid-view .share #bdshare{
    float:left;
}

.grid-view .comment{
    /*border-top: 1px solid #EEE;*/
}

.grid-view #autoplay{
    float:right;
    border: 1px solid #EEE;
    background: #A1CEFB;
    padding:5px 5px;
    cursor:pointer;
    font-size:12px;
    color:#fff;
}

.grid-photo .view-photo{
    /*float:left;*/
    display: block;
    width: 100%;
    height: auto;
    background: #FAFAFA;
    margin-top: 20px;
    position: relative;
    top:0;
    left:0;
}

.grid-photo .view-photo p{
    line-height: 24px;
    text-align: left;
}
.view-photo .diggtop{
    position: absolute;
    top:50px;
    right:0;
    z-index: 99999;
    width: auto;
}
.view-photo .diggdown{
    position: absolute;
    top:50px;
    left:0;
    z-index: 99999;
    width: auto;
}
.view-photo .diggtop button{
    background: #FFF;
    border: 1px solid #EFEFEF;
    color: #f60;
    width: auto;
}
.view-photo .diggdown button{
    background: #FFF;
    border: 1px solid #EFEFEF;
    width: auto;
}
.view-photo .diggtop button:hover{
    color: #FFF;
    background: #F60;
    border: 1px solid #f30;
}
.view-photo .diggdown button:hover{
    color: #FFF;
    background: #333;
    border: 1px solid #000;
}
.grid-photo .view-photo .carousel{
    width: 100%;
    margin: auto;
    text-align: center;
}

.grid-photo .view-photo .carousel img{
    max-width: 100%;
    height: auto;
}

.grid-photo .other-photo{
    float: left;
    margin-bottom: 10px;
}

.grid-photo .other-photo a{
    float: left;
    width: 100px;
    height: auto;
    margin-right: 16px;
    margin-bottom: 10px;
}

.grid-list-photo .tab-content .pagination{
    float: left;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.grid-list-photo .tab-content li{
    margin-left: 20px;
    margin-bottom: 20px;
}


.grid-sitelink, grid-sitelink ul{
    text-align: left;
}

.grid-sitelink h6{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.grid-sitelink li {
    float: left;
    margin: 5px 10px;
}

.grid-sitelink a{
    font-family: "宋体";
    font-size: 12px;
    color: #666;
}

.grid-special .row-fluid{
    position: relative;
}

.grid-special .row-fluid img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid-special .row-fluid img:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}

.grid-special blockquote{
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    line-height: 32px;
}

.grid-special .title{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
}

.grid-special .intro{
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    line-height: 32px;
    padding: 10px 15px;
    margin: 0 0 20px;
    background: #eeeeee;
    border-left: 4px solid #1ba1e2;
}

.grid-special .intro2{
    line-height: 32px;
    padding: 10px 15px;
    margin: 0 0 20px;
    background: #eeeeee;
    border-left: 4px solid #1ba1e2;
}

.grid-special .video{
    float: right;
    margin: 10px 0 10px 20px;
}

.grid-special embed, .grid-special object{
    float: right;
    margin: 10px 0 10px 20px;
}

.grid-special .sp-good{
    margin-left:-25px;
}

.grid-special .sp-good ul{
    list-style-type: none;
}

.grid-special .sp-good li{
    float: left;
    width: 20%;
    margin: 0 0 20px 0;
}

.grid-special .sp-news li{
    height: 30px;
    list-style-type: square;
    list-style-position: inside;
    color: #d5d5d5;
    margin-left: -20px;
}

.grid-special .sp-photo{
    margin-left:-25px;
}

.grid-special .sp-photo ul{
    list-style-type: none;
}

.grid-special .sp-photo li{
    float: left;
    width: 40%;
    height: 120px;
    margin: 0 30px 20px 0;
}

.grid-special ul{
    /*list-style-type: none;*/
}

.grid-special li{
    /*list-style: none;*/
}

.grid-special .sp-singer ul{
    list-style-type: none;
}

.grid-special .sp-singer{margin-left:-15px;}
.grid-special .sp-singer ul, .grid-special .sp-singer li{list-type:none;margin-left:0;padding-left:0;}
.grid-special .sp-singer li{float:left;width:188px;height:230px;margin-left:15px;}
.grid-special .sp-singer li .cover{position:relative;}
.grid-special .sp-singer li .cover a.pic{display:block;background:#000;width:178px;height:178px;margin:0;overflow:hidden;}
.grid-special .sp-singer li .cover img{float:left;width:178px;}
.grid-special .sp-singer li span{float:left;width:100%;height:26px;line-height:26px;text-align:center;color:#E6E0E2;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.grid-special .sp-singer li .link3{margin-top:5px;}
.grid-special .sp-singer li .link3 a{font-size:13px;font-weight:normal;color:#666;}
.grid-special .sp-singer li .link3 a:hover{color:#484027;}

.grid-special .sp-album ul{
    list-style-type: none;
}

.grid-special .sp-album{margin-left:-15px;}
.grid-special .sp-album ul, .grid-special .sp-album li{list-type:none;margin-left:0;padding-left:0;}
.grid-special .sp-album li{float:left;width:188px;height:260px;margin-left:15px;}
.grid-special .sp-album li .cover{position:relative;}
.grid-special .sp-album li .cover a.pic{display:block;background:#000;width:178px;height:178px;margin:0;overflow:hidden;}
.grid-special .sp-album li .cover a.play{background:url(/ent/theme/img/play.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:none;width:35px;height:35px;overflow:hidden;position:absolute;bottom:10px;right:20px;text-indent: -9999px;}
.grid-special .sp-album li .cover a.play:hover{background:url(/ent/theme/img/play-on.png) no-repeat scroll 0 0 transparent;}
.grid-special .sp-album li .cover img{float:left;width:178px;height:178px;}
.grid-special .sp-album li span{float:left;width:100%;height:26px;line-height:26px;text-align:center;color:#E6E0E2;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.grid-special .sp-album li .link{text-align:left;margin-top:5px;}
.grid-special .sp-album li .link a{font-size:13px;font-weight:normal;}
.grid-special .sp-album li .link a:hover{color:#484027;}
.grid-special .sp-album li .link2{text-align:left;margin-top:5px;}
.grid-special .sp-album li .link2 a{font-size:13px;}
.grid-special .sp-album li .link2 a:hover{color:#484027;}


@media (max-width: 1000px) {
    header .guide {
        height: auto;
    }
}

@media (max-width: 480px) {
    header {
        border-top: none;
    }
    header .guide {
        display: none;
    }
    header .logo {
        margin: auto;
        text-align: center;
        float: none;
    }
    header .form {
        margin: auto;
        text-align: center;
        float: none;
    }
    .nav-tabs li a {
        font-size: 12px;
    }
    .grid-focus .photos {
        height: 80px;
        overflow: hidden;
    }
    .grid-star .star-content{
        height: auto;
    }
    .grid-list-photo .tab-content li{
        margin-left: 0px;
        margin-bottom: 0px;
    }
    ul.hover-block li {
        list-style: none;
        float: left;
        width: 50%;
        height: auto;
        position: relative;
        margin: 0;
    }
    .grid-list .star-content{
        height: auto;
    }
    .grid-view .more-photo a {
        margin-right: 15px;
    }
    .grid-photo .other-photo a {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .navbar-inner {
        min-height: inherit;
    }
}