 .m_left{
      width: 773px;
      position: relative;
      float: left;
      overflow: hidden;
      background: #fff;
    }
    .m_left .content{
      width: 750px;
      margin: 0 auto;
      overflow: hidden;
    } 
    .m_left .content .con{
      width: 230px;
      height: 390px;
      position: relative;
      float: left;
      margin: 10px;
      margin-top: 40px;
    }
    .m_left .content .con .c_tou{
      margin: 0 auto;
      width: 148px;
      height: 148px;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
      background: #fff;
      z-index: 2;
      position: relative;
      overflow: hidden;
    }
    .m_left .content .con .c_tou img{
      display: block;
        width: 100%;
      /*margin: -20% -55%;*/
        /*width: 100%;
        height: 100%;*/
      /*width: 130px;
      height: 130px;
      margin: 9px auto;
      border-radius: 50%;*/
    }
    .m_left .content .con .c_wei{
      width: 228px;
      height:312px;
      border: 1px solid #e5e5e5;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
    }
    .m_left .content .con .c_wei p{
      text-align: center;
      width: 205px;
      margin: 0 auto;
      line-height: 24px;
      font-size: 14px;
      height: 144px;
      overflow: hidden;
    }
    .m_left .content .con .c_wei .p1{
      margin-top: 80px;
      height: 40px;
      font-size: 18px;
      font-weight: bold;
      line-height: 40px;
    }
    .m_left .content .con .c_wei a{
      display: block;
      width: 100%;
      line-height: 40px;
      color: #1285e2;
      text-align: center;
    }
    .m_left .content .con:hover .c_wei a{
      color: #f76655;
    }
    /*right*/
.m_right{
	width: 330px;
	float: right;
	overflow: hidden;
}
.m_right .title{
	width: 310px;
	height: 24px;
	margin: 18px 7px;
}
.m_right .title p{
	font-size: 16px;
	border-left: 5px solid #1285e2;
	float: left;
	padding-left: 10px;
	line-height: 24px;
}
.m_right .title p span{
	font-size: 20px;
	color: #1285e2;
	font-weight: bold;
}
.m_right .title a{
	float: right;
    margin-top: 8px;
    font-size: 14px;
}
.m_right .news{
	width: 330px;
	background: #fff;
	height: 404px;
	overflow: hidden;
	margin-bottom: 20px;
}
.m_right .news .m_pic{
	float: left;
	margin:0 7px;
	width:310px;
	height: 180px;
	overflow: hidden;
	border: 3px solid #e5e5e5;
	position: relative;
	margin-bottom: 10px;
}
.m_right .news .m_pic .img{
	height: 180px;
	top: 0;
	left: 0;
	position: absolute;
}
.m_right .news .m_pic .img a{
	display:block;
	float: left;
	width: 310px;
	height: 180px;
}
.m_right .news .m_pic ul{
	position: absolute;
	right:10px;
	bottom: 0;
}
.m_right .news .m_pic ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4f81bd;
	float: left;
	margin: 10px 5px;
}
.m_right .news .m_pic ul li.on{
	background: #fff;
}
.m_right .news .m_list{
	width: 310px;
	margin:7px;
	overflow: hidden;
}
.m_right .news .m_list a{
	font-size: 14px;
	line-height: 28px;
	display: block;
}
.m_right .news .m_list a span{
	width: 8px;
	height: 8px;
	background: #e5e5e5;
	display: inline-block;
	margin: 0 10px;
}
.m_right .news .m_list a:hover span{
	background: #1285e2;
}