/* 
---------------- 猕猴桃 --------------- */
/* 公用 */
.m-tit1 {
	overflow: hidden;
	margin-bottom: 25px;
}
.m-tit1 h3 {
	position: relative;
	float: left;
	padding-right: 20px;

	font-size: 30px;
	font-weight: bold;
	color: #484848;
}


.m-tit1 span{
	position: relative;
	float: right;
	padding-right: 20px;padding-left: 20px;

	font-size: 14px;
	text-align:right;
	color: #484848;line-height:35px; height:35px; background:#fff;
}





.m-tit1 h3 i {
	position: absolute;
	top: 50%;left: 100%;
	width: 1180px;
	height: 1px;

	background-color: #cecece;
}

.m-tit2 {
	overflow: hidden;
}
.m-tit2 h3 {
	position: relative;
	float: left;
	padding: 0 20px 0 18px;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #a40000;
	background: url(/alumni/images/bg2.jpg) 0 center no-repeat;
}
.m-tit2.hr h3:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1180px;
	height: 1px;
	background-color: #e6e6e6;
}

.topBtn{
    display: block;
    width: 48px;height: 48px;
    background: url(/alumni/images/icon-top.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;right: 5%;bottom: 30px;z-index: 999;
    display: none;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

/* 公用 end */

.m-list1 {
	padding-bottom: 5px;
}
.m-list1 li {
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.m-list1 .time {
	float: left;
	padding-top: 15px;

	font-size: 20px;
	line-height: 40px;
	color: #666;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list1 .txt {
	overflow: hidden;
	padding-left: 40px;
}
.m-list1 .txt h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #000;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list1 .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	font-size: 14px;
	line-height: 2em;
	color: #666;
}
.m-list1 a:hover .time{
	color: #9a0000;
}
.m-list1 a:hover .txt h3{
	color: #9a0000;
}

.m-list2 {
	
}
.m-list2 li {
	margin-bottom: 20px;
}
.m-list2 li p {
	overflow: hidden;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list2 li a {
	padding-left: 36px;

	font-size: 16px;
	line-height: 27px;
	color: #333;

	background: url(/alumni/images/list2-icon1.png) 0 center no-repeat;
}
.m-list2 li a:hover {
	text-decoration: underline;
	color: #9a0000;

	background-image: url(/alumni/images/list2-icon2.png);
}
.m-list2 li span {
	float: right;

	font-size: 14px;
	line-height: 27px;
	color: #999;
}

.m-article {
	margin-bottom: 30px;
}
.m-article .con {
	font-size: 14px;
	line-height: 35px;
	color: #333;
}
.m-article .con p {
	margin-bottom: 12px;
           text-indent:2em;
}
.m-article img {
	vertical-align: middle;
	margin: 20px 0;
}
/* 自界说分享 */
.m-share {
    overflow: hidden;
    text-align: right;
    font-size: 12px;
    line-height: 33px;
    color: #ccc;
}
.m-share .con{float: right;border: 1px #b3b3b3 solid;padding: 0 10px;border-radius: 3px;}

.m-share span {
    color: #333;padding: 0 10px 0 4px;
}
.m-share a {
    display: inline-block;vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
    margin-top: -1px;
}
.m-share .bds_weixin {background-image: url(/alumni/images/share1.png);}
.m-share .bds_tsina {background-image: url(/alumni/images/share2.png);}
.m-share .bds_in {background-image: url(/alumni/images/share3.png);}
.m-share .bds_twitter {background-image: url(/alumni/images/share4.png);}
.m-share .bds_fb {background-image: url(/alumni/images/share5.png);}
.m-share .bds_print {background-image: url(/alumni/images/share6.png);}
.m-share .bds_more {background-image: url(/alumni/images/share7.png);}
.m-share a:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8);
    transform-origin: center center;
}
/* 修改分享hover弹窗的位置 */
.jiathis_style {margin-left: -212px;}



.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic {
	position: relative;
	float: left;
	overflow: hidden;
	width: 166px;
	height: 120px;
}
.m-list3  .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.m-list3  .pic:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.m-list3  .pic span{
	position: absolute;
	top: 0;left: 0;
	width: 48px;
	height: 22px;

	font-size: 12px;
	text-align: center;
	line-height: 22px;
	color: #fff;

	background-color: #47506c;
}
.m-list3 .txt {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list3 .tit a {
	color: #000;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list3 .tit a:hover{
	color: #9a0000;
}
.m-list3 .txt p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;

	line-height: 25px;
}
.m-list3 .info .time {
	padding-left: 24px;

	font-size: 12px;
	color: #999;

	background: url(/alumni/images/icon-time.png) 0 center no-repeat;
}

.m-list4 {
	overflow: hidden;
	margin-left: -22px;
}
.m-list4 li {
	float: left;
	width: 33.3333%;
	margin-bottom: 18px;
}
.m-list4 .inner {
	display: block;
	margin-left: 22px;
}
.m-list4 .pic {
	height: 0;position: relative;
	overflow: hidden;
	padding-top: 73%;
    border: 5px solid #f5f6f2;
}
.m-list4 .pic img {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
.m-list4 p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list4 .inner:hover img {
	opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-list4 .inner:hover p {
	color: #9a0000;
}




/*
-----------------[详情页]--------------*/
.m-arti{
    font-size: 14px;color: #333;line-height: 34px;
    margin-bottom: 19px;
}
.m-arti img{display: block;margin: 0 auto 2px;}
.m-arti p{
    text-indent: 2em;padding-bottom: 12px;
}
.m-arti .p-notes{padding-bottom: 8px;text-align: center;text-indent: 0;}
.m-arti h1{
    font-size: 20px;color: #333;text-align: center;
    margin-bottom: 8px;
}
.m-arti .info{
    display: block;margin-bottom: 16px;
    font-family: "宋体";font-size: 12px;color: #999;line-height: 24px;text-align: center;
}

.m-recomend{padding-top: 13px;border-top: 1px solid #e6e6e6;margin-top: 60px;}
.m-recomend .title{color: #333;font-size: 20px;font-weight: bold;height: 30px;line-height: 30px;overflow: hidden;}
.ul-list13{padding-top: 7px;}
.ul-list13 a{display: block;height: 34px;line-height: 34px;overflow: hidden;padding-left: 17px;
    background: url(/alumni/images/yicon1.png) no-repeat center left;color: #333;font-size: 14px;
	white-space: nowrap;text-overflow: ellipsis;
}
.ul-list13 a:hover{color: #9a0000;}

/* pg电子模拟器卡 */
.m-txt1	{
	overflow: hidden;
	margin-bottom: 8px;
}
.m-txt1	.pic {
	float: right;
	width: 408px;

	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #333;
}
.m-txt1	.pic .box {
	float: left;
	width: 50%;
	padding-left: 25px;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-txt1	.pic img {
	display: block;
	width: 100%;
}
.m-txt1	.txt {
	overflow: hidden;
	padding-right: 30px;

	font-size: 14px;
	line-height: 34px;
	color: #333;
}
.m-txt1	.txt .msg {
	margin-bottom: 15px;
}
.m-txt1	.txt strong {
	color: #000;
}
.m-txt1	.txt span {
	display: inline-block;
	margin-right: 22px;
}

.m-txt2 {
	padding-bottom: 25px;
}
.m-txt2 .txt1 {
	padding: 3px 0 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 21px;

	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.m-txt2 .txt1  h5 {
	margin-top: 12px;

	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.m-txt2 .txt1 span,
.m-txt2 .txt1 a {
	color: #9a0000;
}
.m-txt2 .txt1 span {
	font-weight: bold;
}
.m-txt2 .txt1 a {
	text-decoration: underline;
}

.m-txt2 .txt2 {
	padding-top: 3px;
	margin-bottom: 15px;

	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.m-list5 {
	overflow: hidden;
	padding: 22px 0 10px;
	border-bottom: 1px solid #ebebeb;
	margin-left: -33px;
	margin-bottom: 22px;
}
.m-list5 li {
	float: left;
	width: 25%;
	padding-left: 33px;
	margin-bottom: 10px;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-list5 .pic {
	height: 138px;
	border: 1px solid #f2f2f2;
	
	font-size: 0;
	text-align: center;
	line-height: 138px;
}
.m-list5 .pic img {
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.m-list5 .txt {
	padding: 7px 0;

	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
.m-list5 .txt h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list5 .txt p {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 登录 */
#bd.login {
	padding: 60px 0;
	margin-bottom: 0;
	background-color: #f5f5f5;
}
#bd.login .wp {
	position: relative;
}
#bd.login .wp:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -41px;bottom: 6px;
	width: 149px;
	height: 149px;

	background: url(/alumni/images/bg-login1.png) 0 0 no-repeat;
	background-size: contain;
}
.m-login {
	overflow: hidden;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 43px;
}
.m-login .main {
	float: left;
	width: 380px;
	padding: 42px 117px 64px 51px;
	border: 1px solid #d9d9d9;

	background-color: #fff;
}
.m-login .main  h3 {
	overflow: hidden;
	height: 37px;
	padding-left: 52px;

	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	color: #9a0000;

	background: url(/alumni/images/icon-login.png) 0 0 no-repeat;
}
.m-login .main p {
	margin-bottom: 26px;

	font-size: 14px;
	line-height: 20px;
	color: #b2b2b2;
}
.m-login .input {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.m-login .input span {
	float: left;
	width: 54px;
	height: 48px;
	border-right: 1px solid #e6e5e5;

	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center;
}
.m-login .input .icon1 {
	background-image: url(/alumni/images/icon-login1.png);
}
.m-login .input .icon2 {
	background-image: url(/alumni/images/icon-login2.png);
}
.m-login .input input {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	border: 0;
	
	font-size: 16px;
	line-height: 48px;
	color: #333;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-login .btn {
	margin-bottom: 25px;
}
.m-login .btn input {
	width: 100%;
	height: 50px;
	border: 1px solid #9a0000;

	font-size: 22px;
	text-align: center;
	line-height: 46px;
	color: #fff;

	background: #ad0000 url(../images/bg-login2.png) center no-repeat;
	background-size: 100% 100%;
}
.m-login .btn input:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m-login .forget {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #999;
}
.m-login .forget a {
	color: #9a0000;
}
.m-login .forget a:hover {
	text-decoration: underline;
}
.m-login .tips {
	float: right;
	width: 490px;
}
.m-login .item {
	border: 1px solid #d9d9d9;

	background-color: #fff;
}
.m-login .item .red	 {
	margin-top: 8px;

	color: #9a0000;
}
.m-login .tab {
	overflow: hidden;
	padding: 10px 28px 0;

	background-color: #e0e0e0;
}
.m-login .tab li {
	float: left;
}
.m-login .tab a {
	display: block;
	width: 120px;
	height: 30px;

	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #333;
}
.m-login .tab li.on a {
	color: #9a0000;
	background-color: #fff;
}
.m-login .item .content {
	display: none;
	overflow: auto;
	padding: 0 30px;
	margin: 18px 0;

	font-size: 14px;
	line-height: 28px;
}
.m-login .item .content.on {
	display: block;
}
.m-login .item1 {
	margin-bottom: 10px;
}
.m-login .item1 .content {
	height: 184px;
}
.m-login .item2 .content {
	height: 120px;
}

.m-pop {
	display: none;
	position: fixed;
	z-index: 100000;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}
.m-pop .bg {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;

	background: url(/alumni/images/ybg1.png) 0 0 repeat;
}
.m-forget {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 492px;
	height: 218px;
	padding: 56px 0 60px 0;
	margin: -167px 0 0 -246px;

	text-align: center;

	background-color: #fff;
}
.m-forget .close {
	position: absolute;
	top: 0;right: 0;
	width: 23px;
	height: 23px;
	margin: 20px 20px 0 0;

	background: url(/alumni/images/icon-close.png) 0 0 no-repeat;
	background-size: contain;
	cursor: pointer;
}
.m-forget h3 {
	margin-bottom: 4px;

	font-size: 20px;
	color: #9a0000;
}
.m-forget p {
	margin-bottom: 36px;

	font-size: 14px;
	color: #999;
}
.m-forget .input {
	width: 320px;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #ccc;
	margin-bottom: 40px;

	font-size: 16px;
	line-height: 42px;
	color: #333;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-forget .submit {
	display: block;
	width: 160px;
	height: 42px;
	border: 0;
	margin: 0 auto;

	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;

	background-color: #ad0000;
	border-radius: 2px;
}

/* 燕归来 */
.m-tit3 {
	overflow: hidden;
	padding-top: 55px;
	margin-bottom: 30px;
	text-align: center;
	color: #333;
}
.m-tit3 h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
}
.m-tit3 span {
	display: inline-block;
	position: relative;
	padding: 0 30px;

	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
.m-tit3 span:before,
.m-tit3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 280px;
	height: 3px;

	background: url(/alumni/images/yicon2.png) center repeat-x;
}
.m-tit3 span:before {right: 100%;}
.m-tit3 span:after {left: 100%;}

.m-row1 {
	padding-bottom: 134px;

	background: url(/alumni/images/row1-bg.jpg) center bottom no-repeat;
	background-size: cover;
}
.m-row1 .txt {
	overflow: hidden;
	width: 98%;
	max-width: 880px;
	margin: 0 auto 22px;

	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.m-row1 .txt p {
	margin-bottom: 12px;
}
.m-row1 .more {
	text-align: center;
}
.m-row1 .more a {
	font-size: 18px;
	color: #9a0000;
}
.m-row1 .more a:hover {
	text-decoration: underline;
}

.m-row2 {
	padding-bottom: 80px;

	background: url(/alumni/images/row2-bg.jpg) right bottom no-repeat;
}
.m-row2 .pic {
	padding-top: 15px;
	text-align: center;
}
.m-row2 .pic img {
	vertical-align: top;
}

.m-row3 {
	padding-bottom: 55px;
	background-color: #f0f2f5;
}
.m-row3 .wp {
	overflow: hidden;
}
.m-row3 .ul-list5 {
	margin: 0 -10px;
}
.m-row3 .ul-list5 li {
	width: 33.3333%;
}
.m-row3 .ul-list5 li:nth-child(3),
.m-row3 .ul-list5 li:last-child {margin-bottom: 20px;}
.m-row3 .ul-list5 .con {
	padding: 18px 25px 19px 23px;
	color: #585858;
}
.m-row3 .ul-list5 .con:hover {
	color: #d15858;
}
.m-row3 .more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding-right: 23px;
	background: url(/alumni/images/gicon14.png) no-repeat center right;
}
.m-row3 .more:hover {
	color: #9a0000;
}

.m-row4 {
	padding-top: 55px;
}
.m-row4 .col {
	overflow: hidden;
	margin-left: -60px;
}
.m-row4 .col-l,
.m-row4 .col-r {
	overflow: hidden;
	width: 50%;
	padding-left: 60px;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}

.m-row4 .tit {
	overflow: hidden;
	margin-bottom: 35px;
}
.m-row4 .tit h3 {
	position: relative;
	float: left;
	padding-right: 30px;

	font-size: 30px;
	font-weight: normal;
	font-family: "宋体";
	line-height: 40px;
	color: #333;
}
.m-row4 .tit h3:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 10px;
	width: 1180px;
	height: 3px;

	background: url(/alumni/images/yicon2.png) center repeat-x;
}
.m-txt3 {
	
}
.m-txt3 .pic {
	overflow: hidden;
	float: left;
	width: 220px;
	height: 160px;
}
.m-txt3 .pic img {
	display: block;
}
.m-txt3 .pic:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.m-txt3 .txt {
	overflow: hidden;
	padding-left: 20px;
}
.m-txt3 .txt h3 {
	margin-bottom: 6px;

	font-size: 16px;
	font-weight: normal;
}
.m-txt3 .txt h3 a {
	color: #000;
}
.m-txt3 .txt h3 a:hover {
	color: #9a0000;
}
.m-txt3 .txt span {
	font-size: 14px;
	line-height: 22px;
	color: #a6a6a6;
}
.m-txt3 .txt p {
	max-height: 90px;

	font-size: 14px;
	line-height: 30px;
	color: #666;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.m-txt3 .txt strong {
	color: #333;
}
.m-txt3 .txt .more {
	margin-top: 6px;

	font-size: 14px;
	line-height: 1;
	color: #9a0000;
}
.m-txt3 .txt .more:hover {
	text-decoration: underline;
}


#bd.mb0 {
	margin-bottom: 0;
}
.g-title3-1 {color: #fff;}
.box8 {
	padding: 55px 0 50px;
	background: url(/alumni/images/ypic7.jpg) center no-repeat;
	background-size: cover;
}
.box8 p {
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #fff;
}
.box8 .form {
	width: 100%;
	max-width: 950px;
	margin: 30px auto 0;
}
.box8 .row1 {
	overflow: hidden;
	font-size: 0;
	margin-left: -25px;
	margin-bottom: 25px;
}
.box8 .row1 .item {
	float: left;
	width: 33.3333%;
	padding-left: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.box8 .row1 input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 0;

	font-size: 16px;
	color: #333;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.box8 .row2 {
	margin-bottom: 30px;
}
.box8 .row2 textarea {
	width: 100%;
	height: 100px;
	padding: 5px 20px;
	border: 0;

	font-size: 16px;
	line-height: 30px;

	resize: none;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.box8 .submit {
	display: block;
	width: 180px;
	height: 50px;
	border: 0;
	margin: 0 auto;

	font-size: 18px;
	text-align: center;
	line-height: 46px;
	color: #fff;

	background-color: #b80000;
}
.box8 .submit:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.box7 {
	padding: 55px 0 50px;
	background: url(/alumni/images/ypic8.jpg) center no-repeat;
	background-size: cover;
}
.m-list6 {
	overflow: hidden;
	padding: 22px 30px 27px;
	margin-top: 25px;

	background: url(/alumni/images/ybg2.png) 0 0 repeat;
}
.m-list6 > div {
	overflow: hidden;
}
.m-list6 .item {
	float: left;
	width: 25%;

	font-size: 14px;
	line-height: 30px;
	color: #fff;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list6 .name {
	margin-right: 26px;
}
.box6 {
	padding: 55px 0 50px;
}
.box6 .msg {
	padding-top: 20px;

	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #666;
}
.m-list7 {
	padding: 26px 30px 0;
	margin-left: -40px;
	overflow: hidden;
}
.m-list7 li {
	float: left;
	width: 33.3333%;
	margin-bottom: 10px;
}
.m-list7 li a {
	display: block;
	margin-left: 40px;
	border: 1px solid #e6e6e6;
}
.m-list7 .tit {
	height: 79px;
	padding: 0 29px 0 97px;
	
	font-size: 20px;
	font-weight: normal;
	line-height: 78px;
	color: #fff;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: 29px center;
	background-size: 48px;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list7 a:hover .tit {
	background-color: #b80000;
}
.m-list7 .btm {
	padding: 21px 29px;
}
.m-list7 .txt {
	overflow: hidden;
	height: 160px;

	font-size: 14px;
	line-height: 32px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.box5 {
	padding-top: 45px;
}
.box5 .btm {
	margin-top: 35px;
	background-color: #2c78da;
}
.box5 .btm .box {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}
.m-list8 {
	overflow: hidden;
	height: 250px;
	padding: 70px 10.28% 0;

	background: #2c77da url(../images/ypic9.jpg) center no-repeat;
	background-size: 100% 100%;

	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-list8 li {
	float: left;
	width: 16.6666%;
	margin-bottom: 15px;

	font-size: 16px;
	text-align: center;
	line-height: 26px;
	color: #fff;


	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;   
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}
.m-list8 .icon {
	display: block;
	margin: 0 auto 15px;
	width: 73px;
	height: 73px;
}
.m-list8 .i1 .icon {

}


.m-list13{overflow: hidden;margin: 0 -17px -5px;padding: 10px 0 0;}
.m-list13 li{
    float: left;width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 17px 33px;
}
.m-list13 .con{
    display: block;
    overflow: hidden;
    border: 1px #e6e6e6 solid;
    padding: 15px 24px 15px 15px;
}
.m-list13 .pic{
    float: left;width: 110px;height: 155px;
    box-shadow: 0 0 9px rgba(0,0,0,.27);
    margin-right: 45px;
    overflow: hidden;
}
.m-list13 .pic img{
    display: block;width: 100%;height: 100%;
}
.m-list13 .txt{
    font-size: 14px;color: #666;line-height: 30px;
    padding-top: 16px;
}
.m-list13 .txt h4{
    height: 52px;overflow: hidden;
    font-size: 16px;color: #000;line-height: 26px;font-weight: normal;
    margin-bottom: 10px;
}
.m-list13 .con:hover .txt h4{color: #9a0000;}


.m-acti{margin: 0 -10px;}
.m-acti .slick-dots{position: absolute;left: 0;bottom: -20px;width: 100%;text-align: center;z-index: 99;}
.m-acti .slick-dots li{display: inline-block;margin: 0 2px;}
.m-acti .slick-dots li button{display: block;width: 10px;height: 10px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #d1d1d1;border-radius: 50%;
    border: none;cursor: pointer;padding: 0;
}
.m-acti .slick-dots li.slick-active button{background-color: #9a0000;}
.m-acti .con{position: relative;background: #fff;margin: 0 10px 10px;}
.m-acti .inner{display: block;}
.m-acti .pic {

    position: relative;
    overflow: hidden;

    z-index: 1;height:150px;
}
.m-acti .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.m-acti .txt {
    padding: 6px 20px 9px;
    background: #fafbfd;
    border-bottom: 1px #d1d1d1 solid;
}
.m-acti .inner:hover .txt{
    background: #fff;
}
.m-acti .inner:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.m-acti h3 {
    color: #000;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-acti .share {
    display: block;
    width: 45px;
    height: 45px;
    background: url(/alumni/images/icon1-1.png) #9a0000 no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.m-acti .con:hover .share{display: block;} 




.g-pages{
    text-align: center;clear: both;
    font-size: 14px;color: #666;line-height: 30px;
}
.g-pages a{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
}
.g-pages a:hover,.g-pages a.on{
    background: #9a0000;border-color: #9a0000;color: #fff;
}
.g-pages .num{
    display: inline-block;vertical-align: top;
    width: 89px;height: 30px;text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px #ededed solid;
    margin-right: 2px;margin-bottom: 5px;
    font-size: 14px;color: #666;
    line-height: 28px;
}
.g-pages .numinput{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#fff;
}


.g-pages .inputtz{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#fff;
}

.m-page ul{overflow: hidden;display: inline-block;vertical-align: top;}
.m-page ul li{
    float: left;margin: 0 5px;
}

/*移动端页码*/
.g-pages-m{text-align: center;margin-top: 20px;display: none;}
.g-pages-m ul{
    display: inline-block;vertical-align: top;
    overflow: hidden;
}
.g-pages-m ul li{
    float: left;width: 60px;height: 36px;
    background: #ccc;
    font-size: 14px;color: #333;line-height: 36px;text-align: center;
    margin: 0 4px;
}
.g-pages-m ul a{display: block;color: inherit;}


/*移动端页码20170817*/
.g-pages-m .numinput{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#ccc;
}


.g-pages-m .numinput1{
    display: inline-block;vertical-align: top;
    border: 1px #ededed solid;
    padding: 0 12px;
    font-size: 14px;
    line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    height:30px;
    background-color:#fff;
}




/*
-----------------[pg电子模拟器校友期刊-校友事务中心 pg电子模拟器治理学院]--------------*/
.m-tit4{
    overflow: hidden;
    background: url(/alumni/images/bg11.jpg) repeat-x left center;
    line-height: 36px;
    margin: 30px 0 20px;
}
.m-tit4 .more{
    float: right;
    display: block;
    padding: 0 30px 0 16px;
    background: #fff url(/alumni/images/gicon14.png) no-repeat right center;
    font-size: 16px;color: #000;
}
.m-tit4 .more:hover{color: #9a0000;}
.m-tit4 h3{
    float: left;padding-right: 20px;
    font-size: 26px;color: #484848;
    background: #fff;
}


/*-----------------[公用页码]--------------*/
.pages-pc-m{
    text-align: center;clear: both;
    font-size: 14px;color: #666;line-height: 30px;
    margin: 20px 0;
}
.pages-pc-m a,.pages-pc-m .num,.pages-pc-m input, .pages-pc-m .p_fun_d{
    display: inline-block;vertical-align: top;
    height: 30px;
    border: 1px #ededed solid;background: #fff;
    padding: 0 12px;
    font-size: 14px;color: #666;line-height: 28px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
      border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;

}
.pages-pc-m a:hover,.pages-pc-m a.on{
    background: #9a0000;border-color: #9a0000;color: #fff;
}
.pages-pc-m .num{width: 89px;text-align: center;}
.pages-pc-m .inp{width: 53px;text-align: center;padding: 0;}
.pages-pc-m br{display: none;}
.pages-pc-m input[type='text']{width:54px;    text-align: center;}
.pages-pc-m .p_no,
.pages-pc-m .p_no_d{display:none;}

.ul-list-education{
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.ul-list-education li{
    float: left;width: 12.5%;position: relative;
    padding: 18px 0 14px;
}
.ul-list-education .v1{
    display: block;
    font-size: 12px;color: #666;line-height: 22px;text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list-education .v1 em{
    display: block;
    margin-bottom: 4px;
    font-size: 22px;color: #7d7d7d;font-weight: bold;
}
.ul-list-education li:hover .v1,.ul-list-education li:hover .v1 em{color: #9a0000;}
.ul-list-education dl{
    position: absolute;left: 0;right: 0;top: 100%;z-index: 100;
    border-top: 1px #e9ecf1 solid;background: #fff;
    padding: 10px 0;
    display: none;
}
.ul-list-education li:hover dl{display: block;}
.ul-list-education dl a{
    display: block;
    font-size: 16px;color: #666;line-height: 20px;text-align: center;
    padding: 8px 5px;
}
.ul-list-education dl a:hover{color: #9a0000;}<!--耗时1757820993.3418秒-->