﻿body {
	 font-family: 'lato', sans-serif;
}
 .container {
	 max-width: 1200px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 10px;
	 padding-right: 10px;
}
 h2 {
	 font-size: 26px;
	 margin: 10px 0;
	 text-align: center;
}
 h2 small {
	 font-size: 0.5em;
}
 .responsive-table li {
	 border-radius: 3px;
	 padding: 5px 5px;
	 display: flex;
	 justify-content: space-between;
	 margin-bottom: 5px;
}
 .responsive-table .table-header {
	 background-color: #95a5a6;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 0.03em;
}
 .responsive-table .table-row {
	
	 box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
 .responsive-table .col-1 {
	 flex-basis: 10%;
}
.responsive-table .col-1 img{
 width:100%;
 height: 100%;
             border:2px solid #28b28b;

            border-radius:5px;

            text-align: center;

            line-height: 200px;
}
 .responsive-table .col-2 {
	 flex-basis: 60%;
    padding-top: 25px;
    font-size: 16px;
}
 .responsive-table .col-3 {
	 flex-basis: 25%;
	
}
 .responsive-table  .col-4 {
	 flex-basis: 25%;
	padding-top: 25px;
    font-size: 14px;
	text-align: right;
	font-weight: 600;
}
@media all and (max-width: 767px) {
	 .responsive-table .table-header {
		 display: none;
	}
	 .responsive-table li {
		 display: block;
	}
	 .responsive-table .col {
		 flex-basis: 100%;
	}
	 .responsive-table .col {
		 display: flex;
		 padding: 2px 0;
		 font-size: 16px;
	
	}
	.responsive-table .col-1 img {
   height: 100%;
	
	}
	 .responsive-table .col:before {
		 color: #6c7a89;
		 padding-right: 0px;
		 content: attr(data-label);
	
		 text-align: right;
	}
}
 
h1{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
	font-weight:bold;
}
.neirong{
box-sizing: border-box; margin: 0px; padding: 5px 0px; list-style: none; text-indent: 2em; line-height: 24px; color: rgb(80, 80, 80); font-family: &quot;Segoe UI&quot;, &quot;Microsoft YaHei&quot;, Helvetica, Garuda, Arial, sans-serif; font-size: 16px; text-align:center;
}
.neirong  p{
padding-top:10px;
text-align:left;
margin: 10px;
}
.neirong img{
text-align:center;
width:70%;
height:auto;
margin: 10px 10px 10px 15%;
}
.left{
margin:10px;
font-size:14px;
}
.gengduo {
    margin: 20px;
    font-size: 14px;
}
.codrops-top {
	line-height: 24px;
	font-size: 11px;
        background-image: url('data:image/png;base64,R0lGODlhBQAeAJEAANnZ2ebm5u/v797e3iH5BAAHAP8ALAAAAAAFAB4AAAIj1BCpk6LfwpgPAAYXTvu5LHxSBnWBmCBkhoUTZiqh1L0aVAAAOw==');
        background-repeat: repeat-x;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
        overflow: hidden; white-space: nowrap; text-overflow: clip;
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
        text-decoration: none;
}

.codrops-top a:hover {
        color: blue;
        text-decoration: underline;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.li_yysy{
	  background-color:#e8e8e8;
   }