@charset "utf-8";
@import "Lglobal.css";
@import "royalslider.css";
.tm-focus {
		border: 1px solid #e5e5e5;
		border-bottom: 2px solid #7a0086
}
.tm-focus .thumb {
		overflow: hidden;
		position: relative;
		vertical-align: middle;
		height:200px;
}
.tm-focus .thumb img {
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out
}
.tm-focus .thumb:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
}
.tm-focus .thumb:hover .uk-overlay-area { opacity: 1 }
.tm-focus h4 {
		background: #454545;
		margin: 0;
		padding: 0 12px;
		font: 14px/32px \5FAE\8F6F\96C5\9ED1;
overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tm-focus h4 a {
		color: #eee;
		display: block
}
.tm-focus p {
		height: 85px;
		padding: 0 12px;
		margin: 10px 0
}
.tm-focus small {
		color: #999;
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		padding: 0 12px;
		background: #f0f2f5;
		display: block
}
.tm-focus small i {
		margin-right: 4px;
		opacity: .6;
		filter: alpha(opacity=60)
}
.tm-list ul {
		padding: 0;
		margin: 0
}
.tm-list li {
		line-height: 31px;
		list-style: square inside;
		border-bottom: 1px dotted #d5d6d6;
       overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tm-list span { margin-right: 8px }
.tm-ad img {
		width: 100%;
		display: block
}

@media(max-width:1219px) and (min-width:960px) {
.tm-focus p { height: 123px }
#main .tm-top li { padding-left: 0 }
#main .tm-top .thumb { display: none }
}

@media(max-width:959px) {
.tm-focus .thumb img { width: 100% }
.tm-focus p { height: auto }
}

@media(max-width:767px) {
.tm-focus { margin-bottom: 10px !important }
.tm-top li {
		padding: 0 0 0 80px;
		margin-bottom: 10px;
		height: 60px
}
.tm-top li:last-child { margin-bottom: 0 }
.tm-top .thumb img { height: 60px }
.tm-top .info { padding: 2px 10px !important }
.tm-top .info p { line-height: 18px }
.tm-list { margin-top: 5px }
}
/*nav*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 }
.dropdown-content li{
	list-style: none;
	line-height: 20px;
}	
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li a{ 
   font-size:14px; line-height:24px;
		}

