/* 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 .date{width:100px;height: 80px;background-color:rgba(228,57,48,0.9);position: absolute;color: #fff;font-size: 0.85em;  padding-top: 8px;  text-align: center;}
.owl-carousel .list .image .date span{font-size:2.5em; color: #f2f2f2; font-weight: bold;display:block;}
.owl-carousel .list .image img{width:100%;}
.owl-carousel .list .text{ padding: 2em 0;  width:90%; margin: auto; }
.owl-carousel .list .text .title{ font-size: 1.15em;  overflow: hidden; font-weight: bold; color: #4b4b4b; line-height: 1.5em; height: 2.75em;}
.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: #323232; font-size: 1em; line-height: 1.85em; margin-top: 2em; height: 3.6em; overflow: hidden;}

.owl-carousel .list .text a{color:#333; }
.owl-carousel .list .text a:hover{ color: #dd3355;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(grabbing.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 35px;
    font-size: 0.85em;
	text-transform: uppercase;
    color: #7d7d7d;
	border-radius: 10px;
    transition: all 0.30s linear;
	border:1px solid #e2e2e2;
	margin-left: 5%;
}
.owl-carousel .list .read-more:hover{
    background: #dd433b;
    text-decoration: none;
	color: #fff;
}


/*<620*/
@media screen and (max-width:620px) 
{
	.owl-carousel .list{width:96%; float: left;overflow: hidden;margin: 5px 5px; }

}
