

.main{
width: 960px;
margin: 0px auto;
}


.main_image{
   width: 100%;
   height: auto;
   margin: 0px auto 20px auto;
}
.main_image img{
   width: 100%;
}

.main .title{
border-bottom: 1px solid #ccc;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	 -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.main .title h2{
	text-align: left;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.main .title .hashtag{
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	 -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
   margin: 0px 20px 0px 20px;
}
.main .title .hashtag dt{
font-size: 11px;
margin: 0px 10px 0px 0px;
padding-left: 18px;
background: url("/commonImage/icon_search.svg") no-repeat left;
background-size: 15px 15px;
}
.main .title .hashtag dd{
font-size: 10px;
margin: 0px 10px 0px 0px;
}
.main .title .hashtag dd a{
color: #14B87F;
}

.main p{
text-align: left;
font-size: 15px;
line-height: 160%;
}
.main .image_img{
width: 100%;
max-width: 700px;
margin: 0px auto 30px auto;
}
.main .image_img img{
width: 100%;
}


.main h2{
text-align: left;
font-weight: bold;
margin: 50px 0px 10px 0px;
padding: 0;
font-size: 20px;
}
.main .listT {
	margin:0 auto 100px auto;
	padding:0;
	width:100%;
	border-collapse:collapse;
	border-left:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
}

.main .listT th{
background: #eee;
border: 1px solid #e5e5e5;
padding: 20px;
text-align: left;
font-size: 15px;
}

.main .listT td{
border: 1px solid #e5e5e5;
text-align: left;
padding: 20px;
font-size: 15px;
}

