.wrapper>.main>.banner{
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*left menu*/
.wrapper>.main>.container>.leftmenu2{
	float: left;
	min-width: 188px;
	border: solid 1px #ded9d9;
	padding-bottom: 10px;
}
.wrapper>.main>.container>.leftmenu2>.menugroup>.mtitle{
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 10px 0;
}
.wrapper>.main>.container>.leftmenu2>.menugroup:first-child>.mtitle{
	margin-top: 0px;
}
.wrapper>.main>.container>.leftmenu2>.menugroup>.mtitle>span{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.wrapper>.main>.container>.leftmenu2>.menugroup>a{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.wrapper>.main>.container>.leftmenu2>.menugroup>a.active{
	color: #2288d3;
}

.wrapper>.main>.container>.rightcontent{
	float: left;
	margin-left: 30px;
}
.wrapper .pannel{
	background: #f5f5f5;
	margin-top: 40px;
	padding: 2px;
}
.wrapper .pannel>a{
	float: left;
	height: 36px;
	width: auto;
    padding: 0 10px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;

}
.wrapper .pannel>a:not(:last-child){
	border-right: solid 1px #ebebeb;
}

.wrapper  .pannel>a.active{
	color: #2288d3;
	background: #fff;
	border-top: solid 3px #2288d3;
}
/*articlelist*/
.wrapper  .articlelist{
 display: none;
}
.wrapper  .articlelist.active{
	display: block;
   }


   .wrapper  .articlelist>.item {
	border-radius: 6px;
	box-shadow: 0 0 6px #e5e5e5;
	margin-bottom: 25px;
	cursor: pointer;
}

.wrapper  .articlelist>.item>.body>.img {
	height: 290px;
	width: 390px;
	float: left;
}

.wrapper  .articlelist>.item>.body>.img>img {
	height: 100%;
	width: 100%;
}

.wrapper  .articlelist>.item>.body>.content {
	margin-left: 390px;
	padding: 35px 50px;
}

.wrapper  .articlelist>.item.noimg>.body>.content {
	margin-left: 0px;
}

.wrapper  .articlelist>.item>.body>.content>.title {
	font-size: 24px;
	font-weight: bold;
	color: #227ab6;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper .articlelist>.item>.body>.content>.synopsis {
    /* height: 166px; */
    font-size: 16px;
    color: #808080;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrapper  .articlelist>.item>.body>.content>.readmore {
	float: right;
	font-size: 14px;
	color: #227ab6;
    margin-top: 20px;
}

.wrapper  .articlelist>.item>.footer {
	background: #f5f5f5;
	color: #666;
	font-weight: bold;
}

.wrapper  .articlelist>.item>.footer>.date {
	float: left;
	margin: 11px 20px;
}

.wrapper  .articlelist>.item>.footer>.author {
	float: right;
	margin: 11px 50px;
}
/*articledetail*/
.wrapper  .info-detail {
	font-size: 16px;
	color: #808080;
	padding: 0 30px;
}

.wrapper  .info-detail>.title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #227ab6;
	text-align: center;
	margin: 0 -10px 50px;
}

.wrapper  .info-detail>.title:after {
	display: block;
	position: absolute;
	content: "";
	background: #227ab6;
	height: 2px;
	width: 100%;
	bottom: -10px;
}
.wrapper  .info-detail>.cover{
	height: 300px;
	width: 100%;
}
.wrapper  .info-detail>.content{
	margin-top: 40px;
	color: #808080;
	font-size: 16px;
	line-height: 1.5;
}
.wrapper  .info-detail>.comment>textarea{
	width: 100%;
	height: 120px;
	border: solid 1px #227ab6;
	margin-top: 30px;
}
.wrapper  .info-detail>.comment>.comment-op{
	text-align: right;
}
.wrapper  .info-detail>.comment>.comment-op>.bt{
   display: inline-block;
   width: 160px;
   line-height: 1;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   color: #fff;
   background: #227ab6;
   padding: 9px;
   border-radius: 6px;
   margin-top: 5px;
}
.wrapper  .info-detail>.next{
	text-align: right;
	margin-top: 50px;
}
.wrapper  .info-detail>.next>a{
	font-size: 14px;
	color: #666666;
}