html,body{
    width:100%;
}
img{
    border:none;
}
body,div,h1,h2,h3,h4,h5,h6,a,input,form{
    text-decoration:none;
    margin:0;
    padding:0;
}
ul,li,dl,dt,dd{
    list-style:none;
    padding:0;
    margin:0;
}
h1{
    font-size:24px;
}

a{
    cursor:pointer;
    color:black;
}
a:hover{
    color:#8a0000;
}
body{
    font-size:16px;
    font-family:"寰蒋闆呴粦","Microsoft YaHei";
	background:#f0efef;
}
.hidden{
    display:none;
}
.clear{
    clear:both;
}
.white{
    background: white;
}
.ui-menu-item .ui-corner-all{
    display:none;   
}
.wrap{
    width:1400px;
    margin:0 auto;
}
.xwrap{
    width:1510px;
    margin:0px  auto 0px;
}
.xxwrap{
    width:1553px;
    margin:0 auto;
    margin-top: 20px;
    margin-left: 197px;
}
/*header*/
.header{
    height:150px;
    width:100%;
    background: #5f0a0d;
}
.logobar{
	height: 150px !important;
}
.header .logo{
    height:80px;
    width:640px;
    background:url(../image/logo.png) left no-repeat;
    margin-top:50px;
    display:block;
    float:left;
}
.titleheader{
	height: 35% !important;
	font-size: 42px !important;
	font-family: cursive;
}
.header .mmdiv{
    /*border:1px solid blue;*/
    /* margin: 0; */
/*     display:block; */
/*     float:right; */
/* 	margin-top:-30px; */
/* 	margin-right:100px; */
}

/*topsearch*/
.header .topsearch {
    /* border: 1px solid blue; */
    /* margin: 10px 0; */
/*     display: block; */
    /* float: right; */
/*     margin-top: -39px; */
/*     position: absolute; */
/*     margin-left: 49%; */
}
.tsearch .input{
    height:40px;
    float:left;
}
.header .mmdiv {
    /* border: 1px solid blue; */
    /* margin: 0; */
/*     display: block; */
/*     float: right; */
/*     margin-top: -17px; */
/*     margin-right: 100px; */
}
.tsearch .input span{
    display:none;
}
.tsearch .input input{
    height:42px;
    line-height:40px;
    width:256px;
    padding-left:5px;
    border: 1px solid #84060c;
    border-right: none;
    background: #680c0f;
    color: #931016;
    /*background: url("../img/text-search1.png") 5px center no-repeat;*/
}
.tsearch .submit{
    height:41px;
    text-align:center;
    float:left;
}
.tsearch .submit input{
    height:42px;
    width:70px;
    border:1px solid #8a0000;
    border-left:none;
    background:#8a0000;
    color:#ffffff;
	    font-size: 18px;
}
.tsearch .submit input:hover{
    background:#C33D0A;
    border-color:#C33D0A;
    cursor: pointer;
}
/*topsearch*/


/*header*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.nav{
	text-align:center;
	height:60px; 
	line-height:60px; 
	background:#84060c;  
	position:relative;
	z-index:1;  
}
.nav a{ 
	color:#fff;
}
.nav .nLi{
	float:left;  
	position:relative;
	display:inline;  
	width:12%
}
.nav .nLi h3{ 
/* 	float:left;  */
}
.nav .nLi h3 a{
	display:block;
	font-size:20px;
/* 	width: 200px; */
	font-weight:bold;
	height: 60px;
	text-align: center;
	line-height:60px;
}
.nav .sub{
	display:none; 
	width:200px; 
	left:0; 
	top:60px; 
	position:absolute;
	background:#7b2200; 
	line-height:50px;
	opacity:0.8; 
}
.nav .sub li{ 
	zoom:1; 
}
.nav .sub a{
	display:block;
	padding:0 10px;
}
.nav .sub a:hover{
	background:#a82e00; 
	color:#fff;
	opacity:0.9;
}
.nav .on h3 a{
	background:#d0212c; 
	color:#fff;   
}
/*yqlj*/
.xycxbox{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e4e4e4;
    float: left;
    text-align: center;
	margin-top:10px;
}
.xy-logo{
    line-height:100px;
    width: 150px;
    height: 100px;
    margin-right: 5px;
    background-color: #FFF;
    float: left;
    background: url(../image/yqlj.png) no-repeat 20px center;
}
.xycxbox .title{
	text-align: left;
    line-height: 100px;
}
.xycxbox .title a{
	margin:0 100px;
}
.wz select{
    width: 320px;
    height: 60px;
    font-size: 15px;
    padding-left: 10px;
    float: left;
    margin-left: 30px;
    border-color:#e4e4e4;
	cursor: pointer;
}
.wz .select select{
    margin-top: 13px;
}
/*footer*/
.footer{
    clear:both;
    height:300px;
    font-size:16px;
    color:#bda0a1;
 	background: #5f0a0d url(../image/2222.jpg)  no-repeat 23%;
    background-size: 40%;
/*     background-position-y: bottom;
 */}
.footer{
	height:160px !important;
}
.footer a{
    color:#999999;
}
.footer a:hover{
    color:#0367B4;
}
.footer .code{
    float:left;
    margin-top:90px;
}
.footer .code .img{
    width:150px;
    height:150px;
    margin-right:30px;
    float:left;
}
.footer .code .img img{
    width:100%;
    height:100%;
}
.footer .code .text{
	color:#fff;
	text-align:center;
}
.footer .copyright{
    padding-top: 20px;
    text-align: center;
	float: left;
	margin-top:100px;
	margin-left:70px;
}
.footer .copyright div{
    margin-top:10px;
}
.footer .copyright span{
    margin-left:13px;
}
.footer .copyright span span{
    margin-left:0;
}
.footer .map{
	float:right;
	margin-top: 90px;
}
.footer .map .text{
	color:#fff;
	text-align:center;
}
.footer .map .img{
    width:300px;
	height:150px;
}
.footer .map .img img{
    width:100%;
    height:100%;
}
.footer h4 {
	color:#bda0a1;
	line-height:50px;
}
/*notice*/
.notice{
    width:150px;
    position:fixed;
    top:135px;
    left:50%;
    margin-left:-668px;
}
.notice .title{
    background:#1763b1;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:15px;
    border-bottom:2px solid #d3ae22;
    color:#fff;
}
.notice .content{
    display:block;
    width:120px;
    height:150px;
    word-break:break-all;
    padding:15px;
    background:#f9f9f9;
    border:1px solid #e4e4e4;
    border-top:none;
    line-height:25px;
}
.notice .content p{
    margin:0;
}
/*index*/
.xleft{
    width:340px;
    float:left;
    overflow:hidden;
}
.xcenter{
    width:800px;
    float:left;
    margin: 0 15px;
}
.xright{
    width:340px;
    float:right;
    overflow:hidden;
}
.ileft{
    width:920px;
    float:left;
}
.iright{
    width:420px;
    float:right;
    overflow:hidden;
}
.ilist{
    width:100%;
}
.ilist dt{
    height:50px;
    line-height:50px;
    padding-left:26px;
    background:#f1f1f1;
}
.ilist dt span{
    float:left;
    font-size:20px;
}
.ilist dt .more{
    /*color:#999999;*/
    float:right;
    margin-right:25px;
}
.ilist dt .more:hover{
    color:#1763b1;
}
.ilist .subtitle a{
    /*color:#999999;*/
    padding:5px 20px;
    margin-bottom:10px;
}
.ilist .subtitle a.on{
    background:#2b7bc4;
    border-radius:4px;
    color:#fff;
}
.ilist dt .subtitle{
    float:left;
    overflow:hidden;
    padding-left:19px;
    padding-top:12px;
}
.ilist dt .subtitle a {
    float: left;
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0 9px;
    text-align: center;
}
.ilist dt .subtitle a:hover {
    color:#1763b1;
}
.ilist dt .subtitle a.on{
    color:#1763b1;
    border-bottom: 3px solid #1763b1;
}
.ilist dd{
    /*padding-left:18px;*/
    line-height:29px;
    margin-top:5px;
}
.ilist dd .date{
    color:#8d8d8d;
    float:right;
    padding-right:18px;
}
/*channel*/
.ilist dd .channel2{
    color:#015cb6;
}
.ilist dd .channel49{
    color:#ec9c51;
}
/*channel*/
/*news*/
.news{
    width:100%;
    height:400px;
    overflow:hidden;
}
.zytz{
    width:100%;
    border:1px solid #e4e4e4;
    height:274px;
    overflow:hidden;
}
.zytz .ilist{
    float:left;
    width:800px;
    height:274px;
}
/*important*/
.important{
    display:block;
    height:80px;
    line-height:80px;
    border:1px solid red;
}
/*important*/
/*cgtd*/
.cgtd{
    display:block;
    /*height:120px;*/
    width:100%;
    /*border:1px solid #e4e4e4;*/
    margin-top:10px;
    overflow:hidden;
}
.cgtd .cgtdlist{
    float:left;
    /*height:100px;*/
    width:100%;
}
.cgtdlist dt{
    height:100px;
    line-height:100px;
	background: url(../image/bullet-cgtd-title.png) no-repeat left;
}
.cgtdlist dt span{
    float:left;
    font-weight:bold;
    color:#2b7bc4;
    padding-left:20px;
    font-size:18px;
}
.expert{
   margin-left:20px;
}
.expert a{
    display:block;
    width:75px;
    height:100px;
	margin-top:10px;
    float:left;
}
.expert1{
	/* margin:0 20px; */
    background:url(../image/expert1.png) no-repeat;
}
.expert2{
    background:url(../image/expert10.png) no-repeat;
}
.expert3{
    background:url(../image/expert6.png) no-repeat;
}
.expert4{
	margin:0 45px;
    background:url(../image/wssc.png) no-repeat;
}
.expert5{
	
    background:url(../image/expert3.png) no-repeat;
}
.expert6{
	/* margin:0 20px; */
    background:url(../image/expert5.png) no-repeat;
}
.expert7{
	
    background:url(../image/expert7.png) no-repeat;
}
.expert8{
	margin:0 55px;
    background:url(../image/expert8.png) no-repeat;
}
.expert9{
    background:url(../image/expert9.png) no-repeat;
}
.expert1:hover{
    background:url(../image/expert1h.png) no-repeat;
}
.expert2:hover{
    background:url(../image/expert10h.png) no-repeat;
}
.expert3:hover{
    background:url(../image/expert6h.png) no-repeat;
}
.expert4:hover{
    background:url(../image/wssch.png) no-repeat;
}
.expert5:hover{
    background:url(../image/expert3h.png) no-repeat;
}
.expert6:hover{
    background:url(../image/expert5h.png) no-repeat;
}
.expert7:hover{
    background:url(../image/expert7h.png) no-repeat;
}
.expert8:hover{
    background:url(../image/expert8h.png) no-repeat;
}
.expert9:hover{
    background:url(../image/expert9h.png) no-repeat;
}

.expert111{
    background:url(../image/expert111h.png) no-repeat;
}
.expert111:hover{
    background:url(../image/expert111h.png) no-repeat;
}
.expert112{
    background:url(../image/expert112.png) no-repeat;
}
/* .expert112:hover{
    background:url(../image/expert112h.png) no-repeat;
} */
/*cgtd*/
.expertzcy{
    background:url(../image/expert2.png) no-repeat;
}
.expertzcy:hover{
    background:url(../image/expert2h.png) no-repeat;
}
.tzlist{
    width:100%;
}
.tzlist dt{
    height:30px;
    line-height:30px;
    text-align: right;
    padding-bottom:5px;
	margin-top:15px;
	background: url(../image/bullet-title.png) no-repeat left;
	padding-left:20px;
}
.tzlist dt span{
    float:left;
    text-align: center;
	font-size: 18px;
    color: #0284d6;
    font-weight: bold;
}
.tzlist dt .more{
    /*color:#999999;*/
    font-size:14px;
    float:center;
    margin-right:7px;
}
.tzlist dt .more:hover{
    color:#0367B4;
}
.tzlist dd{
    padding-top:20px;
	padding-left:20px;
}
.tzlist dd .date{
    color:#8d8d8d;
    float:right;
    /*padding-right:18px;*/
    font-size:16px;
}
/*focus*/
.focus{ 
    width:100%;
    height:450px;
    overflow:hidden;
    float:left;
}
.flexslider{
    position:relative;
    height:400px;
    overflow:hidden;
}
.slides{
    position:relative;
    z-index:1;
}
.slides li{
    height:400px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.slides li div{
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}
.slides li a {
    display:block;
    width: 206px;
    margin-left:8px;
    height:32px;
    line-height:32px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
    color: #fff;
    font-size: 12px;
}
.slides li a:hover{
    text-decoration:underline;
}
.flex-control-nav{
    position:absolute;
    bottom:0px;
    z-index:2;
    width:95px;
    text-align:right;
    margin: 0;
    right:0;
    padding:0;
}
.flex-control-nav li{
    display:inline-block;
    width:24px;
    height:26px;
    margin:0px;
    margin-right:5px;
    *display:inline;
    zoom:1;
}
.flex-control-nav a {
    text-align:center;
    display: inline-block;
    width: 24px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
}
.flex-control-nav .flex-active{
    background:rgba(246,144,11,0.8);
}
.flex-direction-nav{
    position:absolute;
    z-index:3;
    width:100%;
    top:45%;
}
.flex-direction-nav li a{
    display:block;
    width:50px;
    height:50px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
}
.flex-direction-nav li a.flex-prev{
    left:40px;
    background:none;
}
.flex-direction-nav li a.flex-next{
    right:40px;
    background:none;
}
/*channel*/
/*璐х墿*/
.ilist1 dd span.channel2{
    color:#f9b528;
}
.ilist1 dd .channel263{
    color:#f9b528;
}


/*鏈嶅姟*/
.ilist1 dd span.channel3{
    color:#47aafe;
}
.ilist1 dd .channel264{
    color:#2aa895;
}

/*宸ョ▼*/
.ilist1 dd span.channel1{
    color:#59b213;
}
.ilist1 dd .channel265{
    color:#2966d5;
}
/*channel*/

.publicity{
    width: 920px;
    overflow: hidden;
    float: left;
    height: 420px;
    padding: 0 20px;
    display: block;
	margin-top:15px;
}
.xpublicity{
    width: 100%;
    overflow: hidden;
    float: left;
    height: 360px;
    padding: 0 10px;
    display: block;
	margin-top:15px;
	
	border: 1px solid #f3d6d6;
    border-top: 2px solid #8c1515;
}
.iconmsg{
    margin-bottom: 3px;
    height: 21px;
}
.publicity1{
    width: 100%;
    overflow: hidden;
    height: 420px;
    padding: 0 20px;
	display: block;
	margin-top:15px;
}
.xpublicity1{
    width: 100%;
    overflow: hidden;
    height: 360px;
    padding: 0 10px;
	display: block;
	margin-top:15px;
	
	border: 1px solid #f3d6d6;
}
.xpublicity2{
    width: 100%;
    overflow: hidden;
    height: 637px;
    padding: 0 20px;
	display: block;
	margin-top:15px;
	
	border: 1px solid #f3d6d6;
}
.ilist1{
    width:100%;
	height:100%;
}
.ilist1 dt{
    line-height:49px;
    height:49px;
    padding-left: 10px;
    text-align: center;
    margin-top: 15px;
	background: url(../image/bullet-title.png) no-repeat left;
	    border-bottom: 1px solid #9c0b14;
}
.ilist1 dt .more{
    float:right;
    margin-right:10px;
	color:#999999;
}
.ilist1 dt .more:hover{
    color:#8a0000;
}
.ilist1 dt .subtitle{
    float:left;
    overflow:hidden;
}
.ilist1 dt .subtitle a {
    float: left;
    display: block;
    text-align: center;
    padding:0 5px;
    margin-left: 20px;
}

.xpublicity .ilist1 dt .subtitle a {
    float: left;
    display: block;
    text-align: center;
    padding:0 20px !important;
    margin-left: 20px;
}

.ilist1 dd{
    background: url(../image/bullet-list-left.png) no-repeat left;
    line-height: 41px;
    padding-left: 5px;
}
.ilist1 dd .date{
    padding-right:15px;
    color:#8d8d8d;
    float:right;
}
.ilist1 dt .subtitle a.on {
    color:#8a0000;
}
.result{
    overflow:hidden;
    margin-top:10px;
    height:360px;
    width:780px;
	border: 1px solid #c8c8c8;
}
.dynamic,.exposure{
    width:390px;
    height:242px;
    overflow:hidden;
    margin-top:6px;
    float:left;
}
.ilist1 dt span {
    float: left;
    margin-left: 10px;
}
.ilist1 .title {
	font-size:22px;
    color: #8a0000;
}
/*right*/
/*splitLine*/
.splitLine{
    width:0px;
    border: 1px dashed #f3f3f3;
    margin-top:16px;
    float:left;
}
.splitLine.h220{
    height:220px;
}
.splitLinew{
    border-bottom: 1px solid #2b7bc4;
    margin-bottom:5px;
}
.splitLinew.w376{
    width:376px;
}
.yqsplitLinew{
    border-bottom: 1px solid #2b7bc4;
    margin-left:74px;
    margin-bottom:10px;
}
.yqsplitLinew.w1116{
    width:1116px;
}
/*splitLine*/
/*welcome*/
.iwelcome{
    padding:15px 0px 0px 20px;
}
/*welcome*/
/*search*/
.isearch{
    height:64px;
    margin-left:10px;
}
.search .input{
    float:left;
	margin-bottom:10px;
}
.search .input span{
    display:none;
}
.search .input input{
    height:31px;
    line-height:31px;
    width:180px;
    padding-left:35px;
    border:1px solid #D9511F;
    margin-top:5px;
    background: url("../image/text-search.png") 5px center no-repeat;
}
.search .submit{
    height:47px;
    text-align:center;
    float:left;

}
.search .submit input{
    height:33px;
    margin-top:11px;
    width:52px;
    background:#D9511F;
    color:#ffffff;
}
.search .submit input:hover{
    background:#C33D0A;
    border-color:#156339;
    cursor: pointer;
}

.link{
}
.link a{
    display:block;
    width:342px;
    height:70px;
    margin: 15px auto 0px;
}
.xlink a{
    display:block;
    width:282px;
    height:70px;
    margin: 15px auto 0px;
}
.link1{
    background:url(../image/link1.png) no-repeat;
}
.link2{
    background:url(../image/link2.png) no-repeat;
}
.link3{
    background:url(../image/link3.png) no-repeat;
}
.link4{
    background:url(../image/link4.png) no-repeat;
}
.link5{
    background:url(../image/link5.png) no-repeat;
}
.link6{
    background:url(../image/link6.png) no-repeat;
}
.link8{
    background:url(../image/link8.png) no-repeat;
}
.link9{
    background:url(../image/link9.png) no-repeat;
}
.link1:hover{
    background:url(../image/link1h.png) no-repeat;
}
.link2:hover{
    background:url(../image/link2h.png) no-repeat;
}
.link3:hover{
    background:url(../image/link3h.png) no-repeat;
}
.link4:hover{
    background:url(../image/link4h.png) no-repeat;
}
.link8:hover{
    background:url(../image/link8h.png) no-repeat;
}
.link9:hover{
    background:url(../image/link9h.png) no-repeat;
}
/*calendar*/
.calendar{
    width:100%;
    margin-top:6px;
    overflow:hidden;
}
.calendar .title{
    height:39px;
    line-height:39px;
    padding-left:16px;
    border:1px solid #e4e4e4;
    border-bottom:none;
}
.calendar .title b{
    float:left;
}
.calendar .title select{
    width:60px;
    height:23px;
    float:right;
    border:1px solid #c5c5c5;
    margin:12px 12px 0 0;
    background:#ffffff;
}
.calendar table{
    width:100%;
    text-align:center;
    border-left:1px solid #e4e4e4;
}
.calendar table th{
    background:#e0e0e0;
    height:31px;
    line-height:31px;
    color:#636363;
}
.calendar table td{
    height:35px;
    line-height:35px;
    border-bottom:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    background: #ffffff;
}
.calendar table td.on{
    background:#ffffff url(../image/calendar.png) no-repeat;
}
.calendar table td.today{
    border:1px solid #72b191;
    background-color:#f1feff;
}
.calendar table td.weekend{
/*  background:#f5fffa; */
/*  color:#a7a7a7; */
}
.calendar table td.disabled{
    background:#f8f8f8;
    color:#a7a7a7;
    border-top:1px solid #f8f8f8;
    border-left:1px solid #f8f8f8;
}
.calendar table td:hover{
    background-color:#fffcce;
    border:1px solid #ffce38;
}
/*weather*/
.weather{
    width:100%;
    height:93px;
    background:url(../image/weather-bg.jpg) no-repeat;
    margin-top:6px;
    overflow:hidden;
    border-right:1px solid #e4e4e4;
}
.weather .icon{
    margin:10px 0 0 12px;
    width:72px;
    height:72px;
    float:left;
}
.weather .icon img{
    width:100%;
    height:100%;
}
.weather .text{
    float:left;
    padding-left:20px;
}
.weather .text i{
    font-style:normal;
}
.weather .text span,.weather .text b{
    margin-right:10px;
}
.weather .text .date{
    margin-top:15px;
    line-height:30px;
}
.weather .text .temperature{
    font-weight:bold;
    line-height:30px;
}
.weather .text .temperature b{
    font-size:16px;
}
/*guide*/
.guide{
    width:100%;
    height:93px;
    margin-top:6px;
    position:relative;
}
.guide1,.guide2,.guide3{
    display:block;
    width:90px;
    height:93px;
    float:left;
    margin-right:3px;
    position:relative;
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide1.jpg) no-repeat;
}
.guide2{
    left:0.5px;
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide2.jpg) no-repeat;
}
.guide3{
    margin:0;
    left:1.5px;
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide3.jpg) no-repeat;
}
.guide1:hover{
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide1-hover.jpg) no-repeat;
}
.guide2:hover{
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide2-hover.jpg) no-repeat;
}
.guide3:hover{
    background:url(http://cgzx.hust.edu.cn/r/cms/www/default/img/guide3-hover.jpg) no-repeat;
}

/*bottomerbg*/
.bottomerbg{
    width:100%;
    clear:both;
    height:260px;
    border:1px solid #c8c8c8;
    overflow:hidden;
}

.bottomelist{
    width:100%;
}
.bottomelist dt{
    height:30px;
    line-height:30px;
    text-align: right;
    padding-bottom:5px;
	margin-top:15px;
	padding-left:20px;
	background: url(../image/bullet-title.png) no-repeat left;
}

.bottomelist dt span{
    float:left;
    color:#0284d6;
	font-size:18px;
	font-weight:bold;
}
.bottomelist dt .more{
    /*color:#999999;*/
    float:center;
    margin-right:7px;
}
.bottomelist dt .more:hover{
    color:#0367B4;
}
.bottomelist dd{
    padding-top:20px;
	padding-left:20px;
}
.bottomelist dd .date{
    color:#8d8d8d;
    float:right;
	padding-right:15px;
}
.bottomelist dt .subtitle{
    float:left;
    overflow:hidden;
}
.bottomelist .subtitle a{
    color:#fff;
    padding:0 5px;
    margin-bottom:10px;
	margin-left:20px;
}
.bottomelist dt .subtitle a {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:black;
}
.bottomelist dt .subtitle a.on{
    background:#2b7bc4;
    border-radius:4px;
    color:#fff;
}
/*bottomerbg*/
.contactus{
    width:376px;
    /*border:1px solid #e4e4e4;*/
    height:188px;
    margin-top:9px;
    overflow:hidden;
}

/*friend*/
.friend{
    width:376px;
    /*border:1px solid #e4e4e4;*/
    height:170px;
    margin-top:8px;
    overflow:hidden;
}
.friend .select{
    height:44px;
}
.friend .select select{
    height:33px;
    line-height:33px;
    width:239px;
    border:1px solid #cbcbcb;
}
/*email*/
.email{
    width:100%;
    border:1px solid #e4e4e4;
    height:77px;
    padding-top:18px;
    margin-top:6px;
    font-size:14px;
    overflow:hidden;
    background:#f9f9f9 url(http://cgzx.hust.edu.cn/r/cms/www/default/img/email.png) 22px 25px no-repeat;
}
.email div{
    margin-left:128px;
    height:30px;
    line-height:30px;
}
/*list*/
.lleft{
    margin-top:6px;
    width:260px;
    height:730px;
    float:left;
    margin-bottom:6px;
    border:1px solid #e4e4e4;
/*  background:url(../img/list-bg.png) bottom no-repeat; */
}
.lright{
    margin-top:6px;
    width:1230px;
    float:right;
    overflow:hidden;
    min-height:730px;
    margin-bottom:10px;
	border:1px solid #e4e4e4;
}
.cright{
    width:850px;
    min-height:141px;
    padding:50px 0px 30px 30px;
}
/*left*/
.lleft dl dt{
    height:56px;
    line-height:56px;
    text-align:center;
    font-size:18px;
	border:1px solid #e4e4e4;
	border-bottom: 2px solid #d8511e;
}
.lleft dl dd{
    height:58px;
    line-height:58px;
    text-align:center;
    font-size:14px;
    border:1px solid #e4e4e4;
	border-top:none;
}
.lleft dl dd:hover{
    background:#f6f6f6;
}
.lleft dl dd.on{
    height:58px;
    line-height:58px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.lleft dl dd.on a{
    color:#C33D0A;
    /*background:url(../image/bullet-list-left.png) no-repeat left center;*/
}
.lleft dl dd a:hover{
    color:#C33D0A;
}
/*search*/
.lleft .search{
    background:#fafafa;
    height:47px;
}
.lleft .search .input input{
    width:165px;
    *width:143px;
    /*border-color:#1763b1;*/
}
.lleft .search .submit input{
    border-color:#e8e8e8;
}
.lleft .search .submit input:hover{
    background-color:#C33D0A;
}
/*right*/
.llist{
    width:100%;
    min-height: 720px;
}
.llist.about{
    min-height: 0px;
    padding:0px 35px 0px 0px;
}
.llist dt{
    height:59px;
    line-height:59px;
    font-size:18px;
    /*background:url(../img/bullet-title_widther.png) no-repeat bottom left;*/
    margin-bottom:5px;
	border-bottom:1px solid #e4e4e4;
	padding-left:10px;
}
.llist dt div{
    display: inline-block;
    line-height: 57px;
    border-bottom: 2px solid #d8511e;
}
.llist dt span{
    margin-right:20px;
    font-size:14px;
    color:#7d7d7d;
}
.llist dt span a{
    color:#7d7d7d;
    font-weight: normal;
}
.llist dt span a:hover{
    color:#1763b1;
}
.llist dd{
    padding-left:38px;
    padding-right:18px;
    line-height:47px;
    border-bottom:1px dashed #d2d2d2;
    position:relative;
    background:url(../image/bullet-list-right.png) 15px center no-repeat;
}
.llist dd .date{
    color:#8d8d8d;
    float:right;
}
.lpage{
    height:80px;
    line-height:80px;
    text-align:center;
}
.lpage a[disabled="disabled"]{
    cursor:default;
    color:#7c7c7c;
}
/*content*/
.ctitle h1{
    line-height:40px;
    text-align:center;
}
.ctitle .info{
    text-align:center;
    padding:20px 0 30px 0;
    margin-bottom:20px;
    border-bottom:1px dashed #d2d2d2;
    font-size:12px;
    color:#8d8d8d;
}
.ctitle .info i{
    font-style:normal;
    margin:0 10px;
}
.ccontent{
    min-height: 179px;
}
.cattach{
    clear:both;
    margin:40px 0;
    border-bottom:1px dashed #d2d2d2;
}
/*contact*/
.about{
    width:1120px;
    min-height:720px;
    padding:0px 0px 0px 0px;
}
.about h1{
    height:80px;
    line-height:80px;
}
.about .map{
    padding-bottom: 20px;
	padding: 0 35px;
/*  border-top:1px dashed #d2d2d2; */
}
.about .acontact{
    padding-left:40px;
    line-height:32px;
/*  border-top:1px dashed #d2d2d2; */
}
.about .acontact table{
    margin-top:30px;
    border-top: 1px dashed #d2d2d2;
}
.about .acontact table td.gjxl{
    padding-top:30px;
    padding-left: 15px;
    font-size: 16px;
    background: url("../image/bullet-list-right.png") left 45px no-repeat;
}
.about .acontact span{
    margin-right:20px;
}
/*search*/
.qsearch{
    margin:6px;
    border:1px solid #e4e4e4;
}
.search_msg{
    padding-left:32px;
    line-height:40px;
	border-bottom:1px solid #e4e4e4;
}
/*guestbook*/
.guestbook{
    padding:0px 40px 0 40px;
    width:850px;
    min-height:721px;
}
.guestbook h1{
    height:80px;
    line-height:80px;
    border-bottom:1px dashed #d2d2d2;
}
.guestbook td{
    height:42px;
}
.guestbook table{
    width:100%;
    margin-top:20px;
}   
.guestbook .text{
    line-height:42px;
    width:90px;
}
.guestbook .input input{
    width:190px;
    height:32px;
    padding:0 10px;
    line-height:32px;
    border:1px solid #d2d2d2;
}
.guestbook .select select{
    width:210px;
    height:32px;
    line-height:32px;
    border:1px solid #d2d2d2;
}
.guestbook .text-textarea{
    height:126px;
}
.guestbook .textarea textarea{
    width:575px;
    height:76px;
    padding:10px;
    line-height:24px;
    border:1px solid #d2d2d2;
}
.guestbook .code input{
    width:190px;
    height:32px;
    padding:0 10px;
    line-height:32px;
    border:1px solid #d2d2d2;
}
.guestbook .code img{
    margin-left:20px;
    border:1px solid #d2d2d2;
    margin-top:10px;
    height:32px;
}
.guestbook .submit{
    height:60px;
}
.guestbook .submit input{
    margin-left:90px;
    width:210px;
    height:35px;
    line-height:30px;
    font-size:18px;
    background:#d8511e;
    color:#fff;
    border:1px solid #d8511e;
    cursor: pointer;
}
.guestbook .submit input{
    background:#d8511e;
}
/*index-start*/

.ywj{
    height:35px;
    width:40px;
    line-height:35px;
    display:block;
    background: url("http://cgzx.hust.edu.cn/r/cms/www/default/img/ywj.png") no-repeat center center;
}
.background_attachment{
    height:48px;
    width:48px;
    background: url("../image/img_attachment.png") no-repeat center center;
}
.tright{
	text-align:right;
}
/**-------------------------鍒嗛〉 寮�濮�-------------------**/
.table.table-page {
    width: 100%;
    height: 30px;
}

.page-sep {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 3px 1px;
}

.btn {
    vertical-align: middle;
}
.btn.btn-page {
    height: 18px;
    width: 18px;
    border: 0px;
}
.btn.btn-paget {
    height: 18px;
    border: 0px;
}

.btn.btn-page.btn-first {
    border: 0px;
    background: url('../image/btn_first.png') no-repeat center center;
    cursor: pointer;
}

.btn.btn-page.btn-first:hover {
    background: url('../image/btn_first.png') no-repeat center center;
}

.btn.btn-page.btn-first-disabled {
    cursor: default;
    background: url('../image/btn_first_disabled.png') no-repeat center center;
}

.btn.btn-page.btn-pre {
    background: url('../image/btn_pre.png') no-repeat center center;
    cursor: pointer;
}

.btn.btn-page.btn-pre:hover {
    background: url('../image/btn_pre.png') no-repeat center center;
}
.btn.btn-page.btn-pre-disabled {
    cursor: default;
    background: url('../image/btn_pre_disabled.png') no-repeat center center;
}

.btn.btn-page.btn-next {
    background: url('../image/btn_next.png') no-repeat center center;
    cursor: pointer;
}

.btn.btn-page.btn-next:hover {
    background: url('../image/btn_next.png') no-repeat center center;
}

.btn.btn-page.btn-next-disabled {
    cursor: default;
    background: url('../image/btn_next_disabled.png') no-repeat center center;
}

.btn.btn-page.btn-last {
    background: url('../image/btn_last.png') no-repeat center center;
    cursor: pointer;
}

.btn.btn-page.btn-last:hover {
    background: url('../image/btn_last.png') no-repeat center center;
}

.btn.btn-page.btn-last-disabled {
    cursor: default;
    background: url('../image/btn_last_disabled.png') no-repeat center center;
}

.btn.btn-page.btn-goto {
    background: url('../image/btn_goto.png') no-repeat center center;
    cursor: pointer;
}

.btn.btn-paget.btn-pre {
    background: url('../image/btn_pre.png') no-repeat left center;
    cursor: pointer;
}

.btn.btn-paget.btn-pre:hover {
    background: url('../image/btn_pre.png') no-repeat left center;
}

.btn.btn-paget.btn-next {
    background: url('../image/btn_next.png') no-repeat left center;
    cursor: pointer;
}

.btn.btn-paget.btn-next:hover {
    background: url('../image/btn_next.png') no-repeat left center;
}

.bjbot{
    width:100%;
    height:50px;
    margin-top:20px;
    text-align:center;
}
.wybj{
    width:210px;
    height:40px;
    line-height:40px;
    background:#d8511e;
    border-radius:2px;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    margin-left: 490px;
}
.wybj a{
    color:#ffffff;
}
.wybj:hover{
    background:#C33D0A;
}
/**----------------------------鍒嗛〉 缁撴潫---------------------------**/
.right-nav {
	height:40px;
    position: fixed;
    top: 5px;
    right: 0;
    z-index: 20;
}
.right-nav .w {
    right: 0;
}
.right-nav-list1 {
    right: 0;
    top: 0;
    z-index: 20;
}
.right-nav li {
    position: relative;
    left: 0;
    top: 0;
    height: 25px;
	line-height: 25px;
    width: 80px;
	text-align:center;
}
.right-nav li a {
    height: 100%;
    display: block;
    background: #2b7bc4;
    padding: 7px;
    border-radius: 3px;
}
.header .website {
    width: 235px;
    height: 30px;
    display: block;
    float: right;
    /*border: 1px solid blue;*/
    overflow:hidden;
	margin-top:10px;
}
.header .website span {
    height: 30px;
	line-height:30px;
    float: right;
	color:#2b7bc4;
	padding-left: 15px;
	background:url(../image/old_go.png) no-repeat left;
}
.right {
    width:100%;
    float: right;
    overflow: hidden;
    min-height: 720px;
    margin-bottom: 10px;
	margin-top:10px;
}
.ftips{
	color:red;
}
.tips {
	height:8px;
	width:8px;
	background:url(../image/tips.png) no-repeat center;
	float:right;
	margin-top:5px;
}
/**----------------------------杞挱鍥� 寮�濮�--------------------------**/
/* 杞挱鏂囧瓧css */
.txtScroll-top{margin-top:10px;height:50px;line-height:50px;padding-left: 140px;overflow:hidden; position:relative;border:1px solid #e4e4e4;background:url(../image/zxtz.png) no-repeat left;}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;}
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.txtScroll-top .hd ul li.on{ background-position:0 0;}
.txtScroll-top .infoList li{ height:50px; line-height:50px;}
.txtScroll-top .infoList li .date{margin-left:30px;}
.txtScroll-top .bd .more{ float:right;margin-right:10px;}
.txtScroll-top .bd .more:hover{color:#1763b1;}
/* 杞挱鍥剧墖css */
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;}
.slideBox .hd{ height:25px;right:5px;overflow:hidden; position:absolute;bottom:120px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{float:left;font-size:14px;font-weight:bold; margin-right:2px;  width:29px; height:25px; line-height:24px; text-align:center; cursor:pointer;
display: inline-block;
    background-color: #fff;
    opacity: .5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .3s;
    margin: 9px 3px;}
.slideBox .hd ul li.on{display:block; color:#ef3838; opacity: 5;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:300px; display:block;}
.slideBox .bd .banner-title{ position:absolute; left:0; bottom:0; width:100%; height:34px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.8); line-height:34px;}
.slideBox .bd .banner-title span{line-height:34px; color:#fff; font-weight:normal; font-size:14px; padding-left:15px;}
.slideBox .bd .banner-title i{width:44px; height:100%; background-color:#ef3838; display:inline-block; float:left;}
.Cpic{background:url(../image/Cpic.png) center center no-repeat;}
/* 涓嬮潰鏄墠/鍚庢寜閽唬鐮侊紝濡傛灉涓嶉渶瑕佸垹闄ゅ嵆鍙� */
.slideBox .prev,.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}
.jsys{width:15px;height:20px;background-color:#6699CC;float:left;margin-left:2px;font-size:14px;font-weight:bold;color:#fff;text-align:center;border-radius:3px;}
/**----------------------------杞挱鍥� 缁撴潫--------------------------**/


/**----------------------------鏌ヨtable 寮�濮�--------------------------**/
.queryTable {
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    background-color: #cbcbcb;
    color: #2b2b2b;
	margin-bottom: 20px;
}
.queryTable tr {
    background-color: #FFFFFF;
}
.queryTable td {
    height:30px;
	line-height:30px;
}
.queryLable {
    line-height: 18px;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    background: rgba(236, 236, 236, 0.4);
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 6px;
}
.btn {
    display: inline-block;
    vertical-align: middle;
	padding:5px 12px;
	font-size: 14px;
}
.btn-light {
    color: #468847;
    border: 1px solid #468847;
}
.btn-light:hover {
    color: #fff;
    background-color: #468847;
}
.btn-dark {
    color: ##563d7c;
    border: 1px solid #563d7c;
}
.btn-dark:hover {
    color: #fff;
    background-color: #563d7c;
}
/**----------------------------鏌ヨtable 缁撴潫--------------------------**/