
body {
	background: #4472b7;
}

a {
	color: #444444;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #4472b7;
	text-decoration: none;
}

.container-fluid {
	padding: 0;
}
@media (min-width: 1200px){
	.container {
		width: 1330px;
	}
}
.header {
	margin-bottom: 20px;
}

.header img {
	width: 100%
}

.mtop {
	margin-top: -3em;
}

.mt20 {
	margin-top: 20px;
}

.box {
	padding: 10px 20px 20px;
	margin-bottom: 20px;
	box-shadow: 10px 10px 5px rgba(53, 53, 53, .27);
	border: 1px solid #ccc;
	background: #fff;
}

.box .tit:before {
	content: "";
	background: #4472b7;
	width: 4px;
	height: 35px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 15px;
}

.box .tit {
	overflow: hidden;
	margin-bottom: 10px;
}

.box .tit h3 {
	padding: 10px 20px;
	margin: 0;
	line-height: 25px;
	font-weight: bolder;
	color: #000;
	font-family: 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.box .tit h3 a,
.box .tit h3 a:hover {
	text-decoration: none;
}

.box .bg {
	background: #d9e9f8;
	display: inline-block;
	padding: 15px 0;
	margin: 0 15px;
}

.box .title {
	height: 50px;
	padding: 10px;
	position: relative;
	margin-top: -50px;
	background: #000;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-weight: bold;
}

.box .thumbnail .caption h4 {
	display: inline;
	margin-right: 10px;
}

.content {}

.content p {
	color: #000;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
}

.box .col-md-5ths .thumbnail  img {
	width: 100%;

}
.box .col-md-4 .thumbnail img {
	width: 100%;

}
.box .col-md-3 .thumbnail img {
	width: 100%;

}
.box .col-md-2 .thumbnail img {
	width: 100%;
}
.box .thumbnail span {
    display: inline;
    float: left;
    height: 50px;
    padding-top: 5px;
    width: 100%;
    padding-left: 5px;
    position: relative;
    margin-top: -50px;
    background: #534662;
    line-height: 21px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box .thumbnail span.h70{
    height: 70px;
    margin-top: -70px;
}
.box .thumbnail span.h90{
    height: 90px;
    margin-top: -90px;
}
.box .thumbnail span strong {
    font-size: 18px;
    color: #ffff00;
}
.box_5 .thumbnail img {
	width: 100%;
	height: 130px;
}
.box .caption h4 {
	font-family: 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
	font-weight: bolder;
}

.box .media .media-object {
	width: 400px;
}
.media .media-body{
	padding-left: 20px;
}
.media .media-body p {
	line-height: 40px;
	border-bottom: 1px dotted #86919b;
}

.play {
	position: relative;
}

.play-btn {
	position: absolute;
	top: 90px;
	left: 45%;
	height: 36px;
	width: 36px;
	background: url(../img/play.png) no-repeat;
	_background-image: none;
}

.copyright {
	clear: both;
	text-align: center;
	margin: 20px auto;
	height: auto;
	color: #ffffff;
}

.footer {
	text-align: center;
	margin-bottom: 10px;
}

.copyright a {
	color: #ffffff;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media ( min-width : 768px) {
    .col-sm-5ths {
      width: 20%;
      float: left;
    }
  }
  @media ( min-width : 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  @media ( min-width : 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }