@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-05-24 15:55:09
 * @version $Id$
 */
body{
	background: #fff;
}

.main{
	padding: 0 17px;
}

.title{
	padding: 20px 0;
}

.title p{
	font-size: 0.8rem;
}


.videoContent{
	width: 100%;
	height: 197px;
}


.videoContent video {
	max-width:100%;
    display: block;
    height: 100%;
}


.mainContent{
	margin-top: 10px;
}
.sectionTitle{
	padding: 5px 0;
	line-height: 30px;
}

.sectionTitle span{
	font-size: 0.7rem;
    color: rgb(0,140,225);
    font-weight: bold;
}

.titleIcon{
	position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background: url(../img/icon20.png) no-repeat;
    margin-left: 4px;
    margin-top: 5px;
}

.titleText{
	margin-left: 30px;
}

.sectionContent{
	padding-left: 15px;
}

.p1{
	font-size: 0.65rem;
	font-weight: bold;
    color: rgb(51,51,51);
    line-height: 25px;
    padding-bottom: 5px;
}

.p2{
	font-size: 0.6rem;
    line-height: 25px;
	padding-bottom: 5px;
	color: #7e8c8d;
}


.down{
	padding: 0 17px;
}
.downText{
	font-size: 0.6rem;
	padding: 5px 0;
}

.downContent{
	font-size: 0.6rem;
	padding: 5px 0;
}

.downContent > a{
	color: red;
}

.sectionMore{
	width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.sectionMore > span{
	width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #2196F3;
    border: 1px solid #999;
    margin-bottom: 24px;
    cursor: pointer;
    transition: color 0.5s, border-color 0.5s;
    border-radius: 5px;
    background-color: #fff;
    font-size: 0.65rem;
    padding: 0 20px;
}

@media screen and (mix-width: 750px) { /*当屏幕尺寸大于750px时，应用下面的CSS样式*/
      .videoContent {
		  width: 500px;
    	  height: 300px;
	  }      
  }