@charset "utf-8"; 


/* 焦点图 */
.focusBox { float: right; width: 360px; height: 260px; }
.focusBox .hd ul li.on { background-color: #2e74b7; }
.focusBox .bd .pic img {width: 360px; height: 260px;}


/* box-notice */
.box-notice { width: 540px; float: left; height: 260px; }
.box-notice .hd h3 a { color: #225d98; }


/* side */
.side { float: left; width: 260px; }
.side .hd { height: 70px; line-height: 70px; text-align: center; font-size: 24px; color: #fff; margin-bottom: 5px; background: url(../../base/img/title-hd.png) no-repeat; }
.side .bd li { height: 50px; margin-top: 5px; background-color: #ced9e1; }
.side .bd li:hover { background-color: #2e74b7; }
.side .bd li a { display: block; line-height: 50px; height: 50px; padding-left: 65px; background: url(../../base/img/arrow-b.png) no-repeat 30px 16px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.side .bd li a:hover { background-position: 30px -53px;  color: #fff;}

/* main */
.main { float: right; width: 920px; }


/* js-tab */
.js-tab { width: 545px; height: 345px; float: left; }

/* box-fr */
.box-fr { float: right; width: 360px; }

/* 单位信息 */
.box-about { height: 255px; }
.box-about .hd { background-color: #2e74b7; }
.box-about .hd h3 span,.box-about .hd h3 a { color: #fff; }
.box-about .bd { font-size: 14px; line-height: 28px; }

/* 友情链接 */
.friend-links { height: 70px; margin-top: 20px; }
.friend-links .con { padding-top: 18px; padding-left: 15px;}
.friend-links .con select { width: 160px; height: 34px; background-color: #e5e5e5; border: none; margin-right: 10px; }