﻿/* DaTouWang URL: www.datouwang.com */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item{float:left}

.owl-carousel .list{width:92%; float: left;overflow: hidden;margin: 5px 15px; padding-bottom: 15px; box-shadow: 0 0 4px rgba(0,0,0,0.1);}



.owl-carousel .list .image{ }
.owl-carousel .list .image .bt{width:200px;height: 80px;position: absolute;color: #fff;font-size: 0.75em;  bottom: 48%; padding-left: 22px; opacity: 0.8}
.owl-carousel .list .image .bt span{font-size:1.2em; color: #f2f2f2;display:block;}
.owl-carousel .list .image img{width:100%;}
.owl-carousel .list .text{ padding:2em 0 0 0;  width:90%; margin: auto; }
.owl-carousel .list .text .title{ font-size: 1.05em;  overflow: hidden; font-weight: bold; color: #4b4b4b; line-height: 1.5em; height: 3em; width:100%}
.owl-carousel .list .text .title2{ border-bottom: 1px solid #ededed; font-size: 1.125em; height: 1.75em; overflow: hidden; font-weight: bold; color: #4b4b4b; padding-bottom: 18px; line-height: 1.5em;}
.owl-carousel .list .text .summary{ color: #929292; font-size: 1em; line-height: 1.85em; margin-top: 2em; height: 5em; overflow: hidden;}

.owl-carousel .list .text a{color:#333; }
.owl-carousel .list .text a:hover{ color: red;text-decoration: none}

.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.grabbing{cursor:url(keywords.png) 8 8,move}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-carousel .list .read-more{
    display: inline-block;
    padding: 10px 0;
    font-size: 0.85em;
	text-transform: uppercase;
    color: #7d7d7d;
	border-radius: 10px;
    transition: all 0.30s linear;
	margin-left: 5%;
	width:90%;
}
.owl-carousel .list .read-more:hover{
    text-decoration: none;
}

.owl-carousel .list .date{font-size: 0.75em;  overflow: hidden; color: #a7a7a7; line-height: 1.5em;float: right; margin-right: 10px;}

.owl-carousel .list .read-more1{width:50%; float: left; color: #dedede;font-size: 0.85em;}
.owl-carousel .list .read-more2{width:25px; float:right}
.owl-carousel .list .read-more:hover .read-more2{margin-right:10px;}
/*<620*/
@media screen and (max-width:620px) 
{
	.owl-carousel .list{width:96%; float: left;overflow: hidden;margin: 5px 5px; }

}

