@charset "gb2312";
/* CSS Document */

.font-e {
font-family:Arial;
}

/*--container-rep-1--*/
.container-rep-1 {
	background: url(../mjimages/bg_11_1.png) no-repeat center -30px;
}
.container-rep-1-e {
	background: url(../mjimages/bg_11_1_e.png) no-repeat center -30px;
}
.wrapper-rep-1 {
	padding-top: 80px;
	box-sizing: border-box;
	width: 1200px;
	height: 260px;
	margin: 0 auto;
}
.wrapper-rep-1 h2 {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	color: #012141;
}
.wrapper-rep-1 h3 {
	width: 660px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #586062;
	
}
.rep-1-h3-1 {
    line-height: 26px;
}
.rep-1-h3-2 {
    line-height: 22px;
}

/*--container-rep-2--*/
.container-rep-2 {
	background: #fff;
}
.wrapper-rep-2 {
	padding-top: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1200px;
	height: auto;	
}
#rep-left {
	float:left;
	width:905px;
	height:auto;
}
#rep-right {
	float:right;
	width:285px;
	margin-left:10px;
	height:auto;
}

#picnews {
	width:100%;
	height:300px;
}
.pic-left, .pic-right {
	float: left;
}
.pic-right {
	width: 260px;
	height: 300px;
	overflow: hidden;
}
.pic-left a {
	display: block;
	margin-top:-17px;
	box-sizing: border-box;
    width:100%;
	/*width: 645px;*/
	height: 280px;/*由于ul中的margin-top:-17px*/
	overflow: hidden;
	text-decoration: none;
	background:#3C618E;
	
}
.pic-left a img {
	width:100%;
	/*height:100%;*/
}
.pic-left span {
	position:absolute;
	display:block;
	top:259px;
	bottom:0;
	width:100%;
	height:40px;
	background:#02070D;
	line-height:40px;
	font-size:16px;
	color:#fff;
}

/* 轮播图 */
 .all {
     width: 100%;
	/*width: 645px;*/
	height: 300px;
	/*padding: 7px;*/
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	margin:0px auto;
	position: relative;
}
.screen {
     width: 100%;
	/*width: 645px;*/
	height: 300px;
	overflow: hidden;
	position: relative;
}
.screen ul {
	position: relative;
	left: 0;
	top: 0px;
    width:8000px;
	/*width: 4025px;*//*此处宽的根据轮播图片的大小加大或缩小，以免出现空白。*/
}
.screen li {
     width:905px;
    /*width: 645px;*/
	height:100%;
	overflow: hidden;
	float: left;
}
.all ol {
	margin:0 auto;
	padding:0;
	position: absolute;
	left:0;
	right: 0px;
	bottom: 45px;
	width:150px;
	text-align: center;
}
.all ol li {
	float: left;
	width: 20px;
	height: 20px;
	line-height:20px;
	background: #02070D;
	margin-right: 10px;
	cursor: pointer;
	color:#fff;
	font-family:Arial;
	list-style:none;
	border-radius:10px;
}
.all ol li.current {
	background:#25A6D8;
}
#arr {
	display: none;
}
#arr span {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	background: #000;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #fff;
	opacity: 0.3;
	border: 1px solid #fff;
}
#arr #right {
	right: 5px;
	left: auto;
}
.topnews {	
	padding-bottom: 35px;
	margin-bottom:10px;
	box-sizing: border-box;
	width: 345px;	
	height: 180px;
	background: url(../mjimages/dq-01.png);/*background-size:cover;*/
}
.topnews h3 {	
	padding-left: 10px;	
	box-sizing: border-box;
	width:345px;
	COLOR: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	font-size: 18px;
	font-family: Arial;
}
.topnews h4 {
	margin-top: 0;
	padding: 5px 10px;
	width:345px;
	height:62px;
	line-height:20px;
	box-sizing: border-box;
	font-family: Arial;
	color: #fff;
	font-size: 16px;
	background: rgba(5,57,155,0.46);
}
.topnews a {
	padding-top:60px;
	box-sizing:border-box;
	text-decoration:none;
	display: block;
	width: 345px;
	height: 180px;
	color: #fff;
}
.topnews ul {
	list-style: none;
}
.topnews ul li {
	padding: 14px 0;
	border-bottom: 1px #e5e5e5 dotted;
}
.pic-right-2 {
	background: #85B265;
	/*height:110px;*/
    height:300px;
}
    .pic-right-2 h3 {
    color:#fff;
    padding:5px 0;
    background:#225349;
    }
.pic-right-2 a {
	display:block;
	 width: 100%;
	/*height: 110px;*/	
    height:90px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
    border-bottom: 1px solid #fff;
}
.pic-right-2 dl {
	color: #fff;
}

.pic-right-2 dt {
	float: left;
    width: 90px;
    height: 150px;
    padding: 30px 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    background: rgba(34,83,73,0.86);
    color: #C0CC8B;
}
.pic-right-2 dd {
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
	/*float: right;
    width: 255px;
	height: 110px;*/
    margin-left: 0;   
    font-size:14px;
}
/*微信列表*/
.point {
	float: left;
	margin-top:16px;
	margin-bottom:20px;
	padding: 0 10px 0 0;
	width: 905px;
	border: 1px solid #93CBDF;
	box-sizing: border-box;
}
.point-title {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	height: 30px;
}
.point_link {
	float: left;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    width: auto;
    height: 28px;
    border: none;
    /* border-radius: 0 20px 20px 0; */
    border-left: 6px solid #43A3CC;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
.point_link a {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.pointmore {
	float: right;
}
.pointmore a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
	color: #999;
}
.leftbox {
	padding-left: 10px;
	margin-bottom: 9px;
	box-sizing: border-box;
	list-style: none;
}
.wx-img-link {
	display: block;
	float: left;
	width: 260px;
	height: 130px;
	border-radius: 4px;
}
.wx-tittie-link {
	text-decoration: none;
	color: #333;
}
.con_point {
	float: right;
	width: 603px;
}
.con_point p {
	color: #666;
	line-height: 24px;
}
.con_point p a {
	display: block;
	float: right;
	margin-top: 4px;
	padding: 0 5px;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #25A6D8;
	font-size: 12px;
}
.con_point p a:hover {
	background: #A1C8DB;
	color: #fff;
	text-align: center;
}
.pointdate {
	color: #bbb;
}

/*微博列表*/
#rep-right h3 {
	float:right;
	width:100%;
	height:26px;
	margin-bottom:10px;
	line-height: 26px;
	border-left: 4px solid #FCA658;
	box-sizing:border-box;
	background:#fff;
	padding-left: 10px;
	color: #333;
	font-size:16px;
}
#webname {
	padding:10px;
	width:100%;
	height:90px;	
	border-bottom:1px solid #e2e2e2;
	box-sizing:border-box;	
	background-size:90% auto;	
}
#weiboface {
	display:block;
	float:left;
	margin-right:5px;
	width:50px;
	height:50px;
	background:url(../mjimages/weiboface.png) no-repeat center center;
	background-size:100% auto;
}
#weiboinfo {
	float:left;
	width:210px;
	color:#919191;
}
#namelink {
	float:left;
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#333;
    font-size:14px;
	font-weight:bold;
}
.opt {
	float:right;
	display:block;
	width:60px;
	height:24px;
	line-height:20px;
	font-size:14px;
	text-decoration:none;
	border:1px solid #F9954A;
	border-radius:4px;
	box-sizing:border-box;
	color:#F9954A;
	text-align:center;
}
.hotnews {
	margin-bottom: 10px;
	background: #F8F8FA;
	float: right;
	box-sizing: border-box;
	width: 100%;
}
    .hotnews a {
        display:block;
    text-decoration:none;
    }
    .hotnews a:hover {
      background:#fff;
    }
.hotnews ul{
	list-style: none;
}
.weibolink {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	background: #eee;
	color: #666;
}
.webtime {
	color:#999;
}
.webtext {
	color:#444;
	line-height:20px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 这个表示要显示几行 */
	-webkit-box-orient: vertical;
}
.hotnews ul {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}
.hotnews ul li {
	padding: 2px 0;
}
.hotnews ul li a {
	box-sizing: border-box;
	text-decoration: none;
	line-height: 24px;
	color: #2C9AAA;
	font-size: 14px;
	font-weight: bold;
	width: 260px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*315公众号*/
.section-timelist {
	float: right;
	width: 100%;
    height:1230px;
	/*height: 334px;*/
	background: #f6f3f0;
}
.section-timelist ul {
	float: left;
	padding: 0 10px;
	width: 100%;
	list-style: none;
}
.section-timelist ul li {
	padding: 8px 0;
	border-bottom: 1px dotted #ddd;
}
.section-timelist ul li a {
	width: 260px;
	text-decoration: none;
	color: #666;
	display: block;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-timelist ul li a:hover {
	color: #BC8C55;
}

/*--container-rep-3--*/
.container-rep-3 {
	background: #fff;
}
.wrapper-rep-3 {
	padding-top: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1200px;
	height: auto;	
}
/*精品报告*/
.reportbg-1 {
    padding-bottom: 40px;
    width: 100%;
}
.reportbg-1 ul {
    margin-bottom: 20px;
    list-style: none;
    height: 40px;
    background: #eee;
}
.reportnav_1 {
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.mjrepbg {
	float: left;
	width: 226px;
	height: 340px;
	background: #ffffff;
}
 .mjrepbg img {    
    width:100%;
    height:auto;
    }
    .mjrepbg a {
      text-decoration:none;
    }
.spac-1 {
	margin-right: 30px;
}
.space-r {
	margin-right: 17px;
}
.mjrep-text {
	padding: 20px;
}
.wrapper-4 a {
	text-decoration: none;
	display:block;
}
.rep-title {
	margin-top:55px;
	margin-bottom: -156px;
	padding: 5px 20px;
	box-sizing: border-box;
	position: relative;
	top: -160px;
	left: 0;
	height: 88px;
	text-align: left;
	color: #fff;
	
}
.rep-title dt {
	font-size: 20px;
	text-decoration: none;
	font-family: 微软雅黑;
	font-weight:bold;
}
.rep-title dd {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	line-height:30px;
}
.mjrep-text dt {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.mjrepsum {
	height: 160px;
	color: #586269;
	line-height: 22px;
}
  .mjrepsum ol {
    margin:0;
    padding:0 0 0 10px;
    }
    .mjrepsum li {
    margin:0;
    padding:0;
    }
.mjreptime {
	padding-top:4px;
	color: #78909c;
	font-size: 12px;
	border-top:1px dotted #BCBCC0;
}
    .mjreptime img {
    width:96px;
    height:25px;
    }
.viewreport {
	display:block;
	float: right;
    padding:0 5px;
	width:auto;
	height:25px;
	text-align:center;
	line-height: 25px;
	background: rgba(22,155,213,0.8);
	color: #fff;
	border-radius:2px;
}
.viewreport:hover {
	background: rgba(22,155,213,1.0);
}
