@import url('base.css');
/*不平铺的bg图集合*/
.sprite {
  background-image: url(../../images/gczx/sprite.png);
  background-repeat: no-repeat;
}
/*平铺的bg图集合*/
.xrepeat {
  background-image: url(../../images/gczx/xrepeat.gif);
  background-repeat: repeat-x;
}
.yrepeat {
  background-image: url(../../images/gczx/yrepeat.gif);
  background-repeat: repeat-y;
}
.alpha{
    filter:alpha(opacity=60); 
    opacity:0.6; 
}
.submit-btn{
    cursor: pointer;
    text-indent: -9999px;
}
.border{
    border: 1px solid #ddd;
}

html{/*
    background: #ececee url(../../images/gczx/xrepeat.gif) repeat-x 0 -300px;*/
}
body{
    width: 980px;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
}
.bg{
    background-color: #FFF;
}
a{
    color: #333;
}
a:hover{
    color: #165fce;
}
.para,.p{
    line-height: 1.8em;
    text-indent: 2em;
}
.p a,.para a{
    color: #2c68c3;
}
.p a:hover,.para a:hover{
    color: #333;
}
.bglink a,.bglink{
    color: #fff;
}
.bglink a:hover,.bglink:hover{
    color: #ff0;
}
/*header*/
#top{
    height: 15px;
    padding-top: 5px;
    text-align: right;
    color: #fff;
}
#top a{
    padding: 0px 5px;
}
#top span{
    padding-right: 20px;
}
#top span a{
    color: #ff0;
}
#logo a{
    display: block;
    height: 95px;
    _height:92px;
    text-indent: -9999px;
    background:url(../../images/gczx/logo.png) no-repeat;
    width:330px;
}
#nav{
    background-position: 978px 0;
    z-index:100 \9;/*IE6、7提高层级*/
}
#nav .nav-item{
    float: left;
    font-weight: bold;
    text-align: center;
    width: 120px;
    background-position: 0 0;
    padding-left: 2px;
    padding-top: 2px;
    z-index:100;
    position: relative;
}
#nav .nav-item a{
    height: 48px;
    line-height: 48px;
}
#nav .nav-item a:hover,#nav .nav-item .curr{
    display: block;
    background: url(../../images/gczx/xrepeat.gif) repeat-x;
}

#nav .sub{
    display: none;
    border: 1px solid #01317D;
    border-top: none;
    /*border-bottom: none;*/
    /*border-bottom: 1px solid #08306b;*/
    font-weight: normal;
    font-size: 12px;
    background-color: #276FDD;
    top: 51px;
    left: 0px;
    z-index: 100;
}
#nav .sub a{
    display: block;
   height: 26px; 
   width: 170px;
   line-height: 26px;
   border-bottom: 1px solid #01317D;
   text-align: left;
   padding-left: 35px;
}
#nav .hasson{
    _height:25px;
}
#nav .hasson a{
    background: #0A4DB6 url(../../images/gczx/nprint.gif) no-repeat right 10px;
}

#nav .hasson .sub{
   display: none; 
   /*border: 1px solid #01317D;*/
   left:205px;
   top:0;
}
#nav .hasson .sub a{
    background: #276FDD;
}
#nav .hasson .sub a:hover{
    background: url(../../images/gczx/xrepeat.gif) repeat-x;
}

/*幻灯片*/
#focus-box{
    width: 630px;
    height: 310px;
    padding-left: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-radius:10px;
}
#focus{
    width: 610px;
    height: 290px;
    overflow: hidden;
    border-radius:10px;
    box-shadow:0px 0px 10px 12px #ddd;
}
#focus-pager{
    right: 30px;
    bottom: 30px;
    z-index: 100;
}
#focus-pager li{
    border: 1px solid #FFF;
    text-indent: -9999px;
    cursor: pointer;
    width: 40px;
    height: 10px;
    background-color: #C8C8C8;
    float: left;
    margin-left: 10px;
    text-align: center;
}
#focus-pager .on{
    background-color: #3E7CDE;
    color: #fff;
}

.left{
    width: 650px;
}
.right{
    width: 315px;
}

.search-box{
    height: 32px;
    line-height: 30px;
    background-position: -240px 0;
    padding-left: 35px;
}
.search-box input{
    height: 24px;
    line-height: 24px;
    background: none;
}

/*学院简介样式*/
#about-box h2 a{
    display: block;
    text-indent: -9999px;
    height: 70px;
    background-position: -50px -120px;
    border-right: 1px solid #e3e3e3;
}
#about-box div{
    border: 1px solid #dedede;
    border-top: none;
    border-right: 1px solid #e3e3e3;
    height: 210px;
    padding: 0 10px;
    overflow: hidden;
}

.channel-box{
    width: 320px;
}
.channel-title{
    height: 30px;
    line-height: 30px;
    background-position: 0 -70px;
    border-bottom: none;
    position: relative;
}
.channel-title strong{
    display: block;
    position: absolute;
    font-weight: bold;
    top: -5px;
} 
.channel-title a{
    display: block;
    text-align: center;
    width: 125px;
    height: 30px;
    background-position: -375px -120px;
    cursor: pointer;
}
.dl-list dt,.dl-list dd,.ul-list li{
   padding-top: 8px; 
   padding-bottom: 2px;
}
.dl-list dt{
    padding-left: 16px;
    background-position: -640px 12px;
}
.dl-list dd{
    width: 45px;
    color: #666;
}
.ul-list li{/*
    padding-left: 35px;
    background-position: -625px -22px;*/
}
.channel-box dt{
    width: 230px;
}
#joint-title a{
    display: block;
    height: 35px;
    text-indent: -9999px;
    background-position: -50px -215px;
}

#fengcai-box li{
    padding: 18px 8px;
    float:left;
}
#fengcai-title{
    width: 130px;
    height: 130px;
    background-position: -380px -180px;
    top: -8px;
    left:-8px;
    z-index: 1000;
    text-indent: -9999px;
}
.picbox{
    padding: 3px;
    padding-top: 5px;
    border: 1px solid #ddd;
}
.picbox:hover{
    border: 1px dashed #d3d3d3;
}
.picbox img{
    width: 180px;
    height: 140px;
}

.login-txt-box{
    width: 220px;
}
.login-txt-box p{
    padding-bottom: 10px;
}
.login-txt-box input{
   height: 24px; 
   line-height: 24px;
   width: 160px;
   padding-left: 10px;
   border: 1px solid #ddd;
}
.login-sub{
    display: block;
    width: 70px;
    height: 60px;
    background-color: #fff;
    background-position: -550px -180px;
}
#link-box h3{
    width: 145px;
    height: 35px;
    text-indent: -9999px;
    background-position:  -50px  -280px;
}
#link-box div{
    height: 50px;
    padding-top: 10px;
}
#link-box div a{
    padding-left: 8px;
}
#footer{
    background-color: #0142a6;
    line-height: 1.8em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}

/*子页样式*/
#container{
    position: relative;
    margin-top: -60px;
}
#container:before,
#container:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
#container:after {
    clear: both;
}
#container {
    zoom: 1;
}

.in-search-box{
    height: 35px;
    background-position: -238px -34px;
}
.in-left{
    width: 285px;
    padding-left: 10px;
}
.in-right{
    width: 660px;
    padding-right: 10px;
}
.in-cats-title{
    height: 45px;
    overflow: hidden;
    background-position: -50px -320px;
}
.in-cats-title strong{
    display: block;
    padding-top: 3px;
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
    /*font-family: '微软雅黑';*/
} 
.in-cats-cont{
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    margin-right: 5px;
}
.in-cats-foot{
    display: block;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background-position: -50px -370px;
}

.in-cats-item{
    display: block;
    height: 32px;
    line-height: 32px;
    background-position: -1000px -1000px;
    padding-left: 49px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #333;
    font-size: 14px;
}
.in-cats-item:hover,.in-cats-item.curr{
    background-position: -345px -335px;
    color: #fff;
}

#in-address{
    height: 24px;
    border-top: none;
    background-position: -620px -410px;
    padding-left: 40px;
}
#in-address span{
    color: #094CB4;
}
#in-address a{
    padding: 0px 5px;
}
.in-page-both{
    display: block;
    height: 12px;
    line-height: 0;
    font-size: 0;
    background-image: url(../../images/gczx/page-both.gif);
    background-repeat: no-repeat;
}
.in-page-foot{
    background-position: 0 -12px;
}

.in-cont-box{
    border-top: none;
    border-bottom: none;
    min-height:400px;
    height: auto;
    _height:400px;
}

#in-cont-title{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-size: 16px;
    color: #094CB4;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.in-cont-meta{
    border-left: none;
    border-right: none;
    color: #114a70;
    background-color: #f8f8f8;
}
.in-cont-meta span{
    color: #666;
}
.in-cont-meta a{
    color: #888;
    text-decoration: underline;
}
.in-cont-meta a:hover{
    color: #114a70;
}

#in-content{
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    word-break:break-all;
}

#in-content p{
    padding: 8px 0px;
}
#in-content img{
    padding: 8px;
    border: 1px solid #ddd;
    max-width:580px;
    margin: 5px;
    
}
.in-cont-tags strong{
    color: #C31100;
    font-family: arial;
}
.in-cont-tags a{
    padding: 0px 5px;
    color: #666;
}

.in-cont-tags a:hover{
    color: #000;
}
.prev-next{
    padding-top: 10px;
    color: #f60
}

.in-dllist{
   font-size: 14px; 
   padding-left: 10px;
}
.in-dllist dt,.in-dllist dd{
    padding-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ddd;
    float: left;
}
.in-dllist dt{
    width: 490px;
    background-position: -635px -18px;
    padding-left: 25px;
}
.in-dllist dd{
    width: 100px;
    color: #666;
    text-align: right;
}

.in-picbox{
    margin: 10px 10px 10px 15px;
    background-color: #f6f6f6;
}
.in-picbox:hover{
    border: 1px dashed #1C67DA;
    background-color: #FFF;
}



.cpage a {
    background-color: #FFF;
    color: #f60;
    border-color: #6199D2;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin: 5px 2px;
    padding:2px 5px;
    font-weight: bold;
    line-height: 30px;
}
.cpage .link{
	background-color: #dae9f4;
    color: #0142A6;
}

.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #bcdbf3;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage span {
    background-color: #FBF779;
    border-color: #ffcdcd;
    border-style: solid;
    border-width: 1px;
    color: #FF7400;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.down-box{
   padding-left: 10px; 
}
.down-box img{
    border: none;
    padding: 0;
    padding-bottom: 10px;
}
.down-box a{
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
    border-bottom: 1px dashed #ddd;
    background-position: -610px -445px;
}

/*机构设置新加样式*/
.table-box{
    width: 100%;
}
.table-box th,.table-box td{
    border: 1px solid #ddd;
    border-collapse:collapse;
    height: 30px;
    line-height: 30px;
    color: #444;
}
.table-box td{
    padding-left: 10px;
}
.table-box th{
   text-align: center; 
   width: 120px;
}
.table-box th span{
	color: #2D6BCA;
}
.table-box thead td,.table-box thead th{
    color: #3679ad;
}


.in-sub-box{
    background-position: 0 -180px;
    border-bottom: 1px dashed #ddd;
}
.in-sub-box h3{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background-position: -635px 10px;
    font-weight: bold;
    /*font-size: 14px;*/
}
.in-sub-box h3 span{
    padding-left: 10px;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.in-sub-box p{
    padding: 10px;
    padding-top: 0;
    line-height: 1.8em;
    color: #666;
}
.in-sub-box p a{
    padding-left: 10px;
    color: #003E6D;
}

/*在线留言样式*/
.form-table td,.form-table th{
    padding: 5px 10px;
}
.gb-txt,.gb-area{
    padding: 0 10px;
    width: 400px;
    border: 1px solid #ddd;
}
.gb-txt{
    height: 24px;
    line-height: 24px;
    background: url(../../images/gczx/xrepeat.gif) repeat-x 0 -70px;
}
.gb-area{
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gb-code{
    width: 100px;
    margin-right: 10px;
}
.gb-btn{
    border: 1px solid #ddd;
    padding: 5px 10px;
    background:#f2f2f2 url(../../images/gczx/xrepeat.gif) repeat-x 0 -70px;
    cursor: pointer;
}
.form-table span{
    padding-left: 10px;
    color: #f00;
}
.gb-item{
    margin-bottom: 10px;
}
.gb-item h3{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.gb-item strong{
    font-weight: normal;
    color: #277cad;
}
.gb-item div{
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
}
.gb-item .gb-remark{
    border: 1px dashed #ddd;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #f60;
}
/*网站地图样式*/
.map-item{
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
.map-item h1{
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
    padding-left: 20px;
}
.map-item h1 a{
    color: #f60;
}
.map-son{
   padding: 5px 0px; 
}
.map-son strong{
    padding-left: 40px;
    font-size: 14px;
}
.map-son span{
    padding-left: 20px;
}
.map-son span a{
    padding: 0 10px;
}
/*后期可以删除，为了撑起版面设定高度*/
.channel-cont{
    height: 168px;
}
/*子页广告图片*/
#topic{
	margin-top: 2px;
	border: 1px solid #fff;
	border-top: none;
	height: 260px;
	overflow: hidden;
}


/*20130725修改*/
.teacher-box{

}
.teacher-pic{
	width: 200px;
	padding: 10px;
	border: 1px solid #ddd;
}
.teacher-pic img{
	width: 200px;
}
.teacher-pic strong{
	top: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #000;
	display: block;
	width: 100%;
	color: #fff;
    filter:alpha(opacity=40); 
    opacity:0.4; 
}
.teacher-desc{
	width: 400px;
	font-size: 14px;	
}
.teacher-desc strong a{
	font-size: 16px;
	color: #f60;
}
.teacher-desc h1{
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.teacher-desc h1 span{
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	color: #333;
}
.channel-long-title{
    background-position: 0 -70px;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #1861D0;
}
.channel-long-title a{
	color: #1A61CF;
	padding-left: 20px;
	background-position: -638px -30px;
}

#login-url{
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 40px;
    background: url(../../images/gczx/login.gif) no-repeat;
    text-indent: -9999px;
}

.teacher-meta{
    font-size: 16px;
    font-family: arial;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
    padding-left: 40px;
    color: #000;
}
.teacher-meta-tel{
    background: url(../../images/gczx/tel.gif) no-repeat 0 center;
}
.teacher-meta-email{
    background: url(../../images/gczx/email.gif) no-repeat 0 center;
}
