/* ============================================================
   0_2026CMS — Blue Skin (PC Default Theme)
   All class names preserved for backward compatibility with
   CmsUi.java generated HTML and existing templates.
   ============================================================ */

/* ============================================================
   1. RESET & BASE ELEMENTS
   ============================================================ */
html,
body {
  border: 0 !important;
  height: 100%;
}

body,
button,
input,
select,
option,
textarea {
  font-size: 14px;
  font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f5fc;
  color: #000;
  font-size: 14px;
  text-align: left;
  background-attachment: fixed;
}

* {
  outline: none;
}

pre {
  white-space: pre-wrap;
  -moz-white-space: pre-wrap;
  -o-white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
}

hr {
  height: 0;
  border: 0;
  border-top: #368 1px solid;
  width: 100%;
}
cite,
strong,
th {
  text-align: left;
  font-style: normal;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #369;
}
a img {
  border: none;
}
div {
  text-align: left;
}
ul li {
  list-style: none;
}

input,
textarea,
option,
button,
select {
  border: 1px solid #ccc;
  color: #000;
  vertical-align: middle;
}
textarea {
  resize: none;
}
select {
  padding: 1px;
}
button {
  -webkit-appearance: button;
}
font {
  line-height: 150%;
}

/* ============================================================
   2. UTILITY CLASSES
   ============================================================ */

/* --- Buttons & Inputs --- */
.btn {
  background-color: #fdf3e6;
  border: 1px solid #f8d9b0;
  color: #a02222;
  font-weight: 500;
  cursor: pointer;
  overflow: visible;
  padding: 2px 12px;
  vertical-align: middle;
}
.btn:hover {
  border: 1px solid #9b5d0c;
}

.ipt {
  padding: 1px 0 1px 1px;
  vertical-align: middle;
}
select.ipt {
  padding: 0;
}
.ipt:hover {
  border: 1px solid #9b5d0c;
}

.ipt2 {
  padding: 1px 0 1px 1px;
  background-color: #eee;
  vertical-align: middle;
}
.ipt2:hover {
  border: 1px solid #369;
}

.cbx {
  border: 0;
}
.hand {
  cursor: pointer;
}

/* --- Widths --- */
.w4 {
  width: 40px;
}
.w12 {
  width: 120px;
}

/* --- Padding --- */
.tp {
  padding: 7px;
  line-height: 150%;
}
.tp img {
  margin-top: 3px;
}
.tp10 {
  padding: 10px;
}

/* --- Float & Clear --- */
.clear {
  clear: both;
}
.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/* --- Text Align --- */
.tc {
  text-align: center;
}
.tv {
  vertical-align: middle;
}

/* --- Margin Helpers --- */
.mleft {
  margin-left: 10px;
}
.mleft2 {
  margin-left: 20px;
}
.mright {
  margin-right: 10px;
}
.mright2 {
  margin-right: 20px;
}
.mtop {
  margin-top: 10px;
}
.mdown {
  margin-bottom: 6px;
}

/* --- Text Color --- */
.im {
  color: #369;
}
.im2 {
  color: #a00;
}

/* --- Icon Indicators (used by Java-generated HTML) --- */
.ico_jh {
  background: url("pic/jh.gif") no-repeat left;
  text-indent: 25px;
}
.ico_gh {
  background: url("pic/gh.gif") no-repeat left;
  text-indent: 25px;
}
.ico_dh {
  background: url("pic/dh.gif") no-repeat left;
  text-indent: 25px;
}
.ico_xh {
  background: url("pic/xh.gif") no-repeat left;
  text-indent: 25px;
}
.ico_reply {
  background: url("pic/reply.gif") no-repeat left;
  text-indent: 25px;
}

/* ============================================================
   3. PAGE LAYOUT
   ============================================================ */

/* --- Container widths --- */
.twidth {
  width: 1220px;
  margin: 0 auto;
  background: #f3f5fc;
  overflow: hidden;
}
.twidth_nobg {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
.twidth2 {
  width: 1020px;
  margin: 0 auto;
  background: #f3f5fc;
  overflow: hidden;
}

/* --- Top header area --- */
.in-top {
  background-color: #f3f5fc;
  width: 1220px;
  height: 68px;
  margin: 0 auto;
}

/* --- Banner --- */
#banner {
  display: grid;
  width: 1220px;
  height: 80px;
  margin: auto;
  align-items: center;
  grid-auto-flow: column;
}
#banner div {
  margin: auto;
}

/* ============================================================
   4. MAIN NAVIGATION (#menu_pop — generated by show.Menu())
   ============================================================ */
#menu {
  height: 67px;
  line-height: 67px;
}
#menu_pop div {
  float: left;
}

#menu_pop {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 800px;
  height: 46px;
  line-height: 46px;
  display: flex;
  color: #666;
  justify-content: center;
  align-items: center;
}
#menu_pop .em {
  float: none;
  width: 10px;
  height: 30px;
}

#menu_pop li {
  float: none;
  margin-right: 5px;
  position: relative;
}
#menu_pop li a {
  color: #666;
  display: block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  width: 88px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
#menu_pop li a:visited {
  color: #666;
}
#menu_pop li a:hover {
  color: #fff;
  background-color: #005fa2;
}

/* Active menu item */
#menu_pop li.vlink {
  color: #fff;
}
#menu_pop li.vlink a {
  color: #fff;
  background-color: #005fa2;
}
#menu_pop li.vlink a:visited {
  color: #fff;
}
#menu_pop li.vlink a:hover {
  color: #fff;
  background-color: #005fa2;
}

/* Dropdown submenu */
#menu_pop li ul {
  margin: 0;
  margin-top: -1px;
  border-radius: 0;
  box-shadow: 5px 5px 5px 2px rgba(154, 154, 154, 0.35);
  text-align: center;
  background: #fff;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  z-index: 990;
}
#menu_pop li ul li {
  float: none;
}
#menu_pop li ul li a {
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  width: 110px;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background: #fff;
}
#menu_pop li ul li a:visited {
  color: #000;
}
#menu_pop li ul li a:hover {
  color: #000;
  font-weight: bold;
  background: #fff;
}
#menu_pop li.vlink ul li a {
  color: #000;
  background: #fff;
}
#menu_pop li.vlink ul li a:hover {
  color: #000;
  font-weight: bold;
  background: #fff;
}
#menu_pop li.vlink ul li a:visited {
  color: #000;
}
#menu_pop li.vlink ul li.vlink {
  background: #fff;
}
#menu_pop li.vlink ul li.vlink a {
  color: #000;
  font-weight: bold;
  background: #fff;
}
#menu_pop li.vlink ul li.vlink a:visited {
  color: #000;
  font-weight: bold;
}
#menu_pop li.vlink ul li.vlink a:hover {
  color: #000;
  font-weight: bold;
  background: #fff;
}

/* Menu child columns */
#menu_pop li .menu_pop_child {
  width: 230px;
}
#menu_pop li .menu_pop_child li {
  float: left;
  display: inline-block;
  white-space: nowrap;
}
#menu_pop li .menu_pop_child li a {
  height: 26px;
  line-height: 26px;
  color: #000;
  background: #fff;
}
#menu_pop li .menu_pop_child li a:visited {
  color: #000;
}
#menu_pop li.vlink .menu_pop_child {
  visibility: visible;
}
#menu_pop li.vlink .menu_pop_child li {
  float: left;
  color: #fff;
}
#menu_pop li.vlink .menu_pop_child li a {
  color: #fff;
}
#menu_pop li.vlink .menu_pop_child li a:visited {
  color: #fff;
}

/* ============================================================
   5. FOOTER NAVIGATION (#menu_down — generated by show.Menu())
   ============================================================ */
#menu_down {
  margin: 0 auto;
  padding: 0;
  overflow: inherit;
  width: 985px;
  height: 36px;
  line-height: 36px;
  display: block;
  color: #fff;
  text-align: left;
}
#menu_down .em {
  width: 0;
  height: 30px;
}

#menu_down li {
  float: left;
  margin-right: 5px;
}
#menu_down li a {
  color: #fff;
  display: block;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  width: 118px;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
#menu_down li.vlink {
  color: #a5c7de;
}
#menu_down li.vlink a {
  color: #a5c7de;
}
#menu_down li.vlink a:visited {
  color: #a5c7de;
}

#menu_down li ul {
  margin: 0;
  margin-top: -2px;
  text-align: left;
  position: absolute;
  overflow: hidden;
  z-index: 990;
}
#menu_down li ul li {
  float: none;
}
#menu_down li ul li a {
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  width: 84px;
  font-size: 12px;
  font-weight: 200;
  color: #a5c7de;
}
#menu_down li ul li a:hover {
  color: #a5c7de;
}
#menu_down li.vlink ul li a {
  color: #a5c7de;
}
#menu_down li.vlink ul li a:hover {
  color: #a5c7de;
}
#menu_down li.vlink ul li a:visited {
  color: #a5c7de;
}

/* ============================================================
   6. FOOTER (#bottom)
   ============================================================ */
#bottom {
  width: 100%;
  height: 157px;
  line-height: 25px;
  background: url("down.jpg");
  color: #357da3;
}
#bottom select {
  _margin-top: 7px;
}
#bottom .split {
  color: #fff;
}
#bottom a {
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.onlink span {
  color: #369;
}
.counter {
  color: #00c;
  font-family: Constantia, Georgia;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
}

/* ============================================================
   7. SEARCH WIDGET
   ============================================================ */
.search_btn {
  background: url("blue/searchbtn.gif");
  width: 55px;
  cursor: pointer;
  height: 19px;
  text-indent: 55px;
  overflow: hidden;
  border: 0;
  margin-left: 5px;
}
.search_btn:hover {
  background: url("blue/searchbtn2.gif");
}

.search_ipt {
  padding: 1px 0 1px 1px;
  vertical-align: middle;
}
.search_ipt:hover,
.search_slt:hover {
  border: 1px solid #9b5d0c;
}
.search_slt {
  padding: 0;
  vertical-align: middle;
  margin-left: 5px;
}

.go_left {
  background: url("blue/go_left.png");
}
.go_middle {
  border: 1px solid #ff9901;
  border-left: 0;
}
.go_right {
}

/* ============================================================
   8. CONTENT LIST (.ct ul.ls — generated by show.ContentDate())
   ============================================================ */
.ct ul.ls li.ico_pic {
  background: url("pic/pic.gif") left center no-repeat;
}

.ct ul.ls {
  margin: 0;
  padding: 5px 0;
  float: left;
  width: 100%;
}
.ct ul.ls li {
  background: url("pic/l0.gif") left center no-repeat;
  text-indent: 20px;
  line-height: 26px;
  color: #333;
  width: 100%;
}
.ct ul.ls li a {
  color: #000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.ct ul.ls li a:hover {
  color: #900;
}
.ct ul.ls li span {
  float: right;
  margin-right: 5px;
  text-indent: 0;
}

/* --- Icon list variants --- */
ul.ico li {
  background: url("pic/l1.gif") left center no-repeat;
  text-indent: 13px;
  line-height: 28px;
}
ul.s1 li {
  width: 70px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #fc6;
  margin: 6px 0 0 6px;
  text-align: center;
}
ul.bd li {
  margin: 6px 0 0 6px;
}
ul.bd li a {
  display: block;
  color: #333;
  width: 73px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fc6;
  text-align: center;
}
ul.bd li a:hover {
  border: 1px solid #f80;
  color: #f80;
}
ul.nobd li {
  margin: 4px 0 0 4px;
}
ul.nobd li a {
  display: block;
  color: #333;
  width: 73px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
ul.nobd li a:hover {
  color: #f80;
}

/* --- Link lists --- */
ul.link {
  margin: 0;
  padding: 0;
}
ul.link li {
  color: #333;
  float: left;
}
ul.link li a {
  color: #333;
}
ul.link li a:hover {
  color: #f80;
}

ul.link2 {
  margin: 0;
  padding: 0;
}
ul.link2 li {
  background: url("link_sys.gif");
  color: #003;
  float: left;
  width: 123px;
}
ul.link2 li a {
  color: #003;
  width: 123px;
}
ul.link2 li a:hover {
  color: #f80;
}

/* ============================================================
   9. TAB PANELS (generated by Java tab components)
   ============================================================ */
.tabname_content_sel {
  display: block;
}
.tabname_content_nor {
  display: none;
}
.tabname_sel {
  cursor: pointer;
}
.tabname_sel a {
  color: #c00;
  font-size: 14px;
}
.tabname_nor {
  cursor: pointer;
  float: left;
}
.tabname_nor a {
  color: #fff;
  font-size: 14px;
}

.tab_other {
  float: left;
  width: 106px;
  height: 29px;
  line-height: 29px;
  color: #000;
}
.tab_other a {
  color: #000;
}
.tab_splitter {
  display: none;
}

.tab_content,
.tab2_content,
.tab5_content,
.tab6_content {
  margin: 0;
  padding: 0;
  height: 145px;
}

/* Tab variant 1 (blue theme) */
.tab_title {
  background: url("cat_title_bg.jpg");
}
.tab_title ul {
  height: 29px;
  margin: 0;
  padding: 0 0 0 15px;
}
.tab_title li {
  float: left;
  height: 29px;
  text-align: center;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0;
}
.tab_title .tabname_sel {
  margin-top: 1px;
  width: 106px;
  height: 28px;
  background: url("cat_select.jpg") bottom repeat-x;
}
.tab_title .tabname_sel a {
  color: #336699;
  line-height: 30px;
}
.tab_title .tabname_nor {
  margin-top: 1px;
  width: 106px;
  height: 28px;
  background: url("cat_select_no.jpg") bottom repeat-x;
}
.tab_title .tabname_nor a {
  color: #fff;
  line-height: 30px;
}
.tab_title .tab_other {
  color: #000;
  float: right;
  background: url("cat_title_r.jpg") right center no-repeat;
}
.tab_title .tab_other a {
  color: #000;
}

/* Tab variant 2 (light border) */
.tab2_title {
  z-index: 1;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: url("cat2_title_bg.gif");
}
.tab2_title ul {
  position: relative;
  height: 29px;
  margin: 0;
  padding: 0;
}
.tab2_title li {
  z-index: 9;
  float: left;
  height: 29px;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.tab2_title .tabname_sel {
  cursor: pointer;
  width: 106px;
  height: 26px;
  margin-left: -1px;
  border-top: 3px solid #00aef7;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
.tab2_title .tabname_sel a {
  color: #369;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.tab2_title .tabname_nor {
  cursor: pointer;
  float: left;
  width: 106px;
  height: 29px;
}
.tab2_title .tabname_nor a {
  color: #333;
  font-size: 14px;
  line-height: 29px;
}
.tab2_title .tab_other {
  color: #333;
}
.tab2_title .tab_other a {
  color: #333;
}

/* Tab variant 3 (orange border) */
.tab3_title {
  z-index: 1;
  border: 1px solid #f8cca9;
  border-bottom: 0;
  background: url("cat3_title_bg.gif");
}
.tab3_title ul {
  position: relative;
  height: 29px;
  margin: 0;
  padding: 0;
}
.tab3_title li {
  z-index: 9;
  float: left;
  height: 29px;
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.tab3_title .tabname_sel {
  cursor: pointer;
  width: 106px;
  height: 29px;
  background: url("cat3_title.gif");
}
.tab3_title .tabname_sel a {
  color: #c00;
  font-size: 14px;
  font-weight: bold;
  line-height: 29px;
}
.tab3_title .tabname_nor {
  cursor: pointer;
  float: left;
  width: 106px;
  height: 29px;
}
.tab3_title .tabname_nor a {
  color: #333;
  font-size: 14px;
  line-height: 29px;
}
.tab3_title .tab_other {
  color: #333;
}
.tab3_title .tab_other a {
  color: #333;
}
.tab3_content {
  margin: 0;
  padding: 0;
  background: #fff;
  height: 130px;
  border: 1px solid #f8cca9;
  border-top: none;
}

/* Tab variant 4 */
.tab4_title {
  background: url("cat_title_bg.jpg");
}
.tab4_title ul {
  height: 29px;
  margin: 0;
  padding: 0 0 0 15px;
}
.tab4_title li {
  float: left;
  height: 29px;
  text-align: center;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0;
}
.tab4_title .tabname_sel {
  margin-top: 3px;
  width: 106px;
  height: 29px;
  background: url("cat_select.jpg") bottom repeat-x;
}
.tab4_title .tabname_sel a {
  color: #336699;
  line-height: 27px;
}
.tab4_title .tabname_nor {
  margin-top: 3px;
  width: 106px;
  height: 29px;
}
.tab4_title .tabname_nor a {
  color: #333;
  line-height: 27px;
}
.tab4_title .tab_other {
  color: #000;
  float: right;
  background: url("cat_title_r.jpg") right center no-repeat;
}
.tab4_title .tab_other a {
  color: #000;
}

/* Tab variant 5 (large tabs) */
.tab5_title ul {
  height: 48px;
  margin: 0;
  padding: 0;
}
.tab5_title li {
  float: left;
  height: 48px;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.tab5_title .tabname_sel {
  width: 170px;
  height: 48px;
  background-color: #004ea2;
}
.tab5_title .tabname_sel a {
  color: #fff;
  line-height: 48px;
  font-size: 16px;
}
.tab5_title .tabname_nor {
  width: 170px;
  height: 48px;
  background-color: #fff;
}
.tab5_title .tabname_nor a {
  color: #343434;
  line-height: 48px;
  font-size: 16px;
}
.tab5_title .tab_other {
  color: #787878;
  width: 0;
  overflow: hidden;
  line-height: 48px;
  font-size: 24px;
}
.tab5_title .tab_other a {
  color: #8d8d8d;
}

/* Tab variant 6 */
.tab6_title ul {
  height: 48px;
  margin: 0;
  padding: 0;
}
.tab6_title li {
  float: left;
  height: 48px;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.tab6_title .tabname_sel {
  width: 170px;
  height: 48px;
  background-color: #004ea2;
}
.tab6_title .tabname_sel a {
  color: #fff;
  line-height: 48px;
  font-size: 16px;
}
.tab6_title .tabname_nor {
  width: 170px;
  height: 48px;
  background-color: #fff;
}
.tab6_title .tabname_nor a {
  color: #343434;
  line-height: 48px;
  font-size: 16px;
}
.tab6_title .tab_other {
  color: #787878;
  width: 0;
  overflow: hidden;
  line-height: 48px;
  font-size: 24px;
}
.tab6_title .tab_other a {
  color: #8d8d8d;
}

/* ============================================================
   10. POST & MORE BUTTONS
   ============================================================ */
.post a {
  background: url("post.gif") top left no-repeat;
  overflow: hidden;
  text-indent: 210px;
  display: block;
  height: 52px;
  line-height: 52px;
  width: 210px;
}
.more {
  float: right;
}
.more a {
  float: right;
  margin-right: 20px;
}

/* ============================================================
   11. WIDGET: BULLETIN (公告)
   ============================================================ */
.bulletin {
  text-align: left;
}
.bulletin .tt {
  height: 27px;
  line-height: 27px;
  background: url("bulletin_t.gif");
  border-right: 1px solid #ccc;
}
.bulletin .name {
  float: left;
  text-indent: 23px;
  margin-top: 2px;
  color: #0263be;
  font-size: 14px;
  font-weight: bold;
  width: 110px;
}
.bulletin .more a:link,
.bulletin .more a:visited {
  color: #fff;
}
.bulletin .ct {
  border: 0 solid #ccc;
  border-top: 0;
  padding: 0 20px;
}
.bulletin .ct ul.ls li {
  background: url("pic/ibg5.gif") left bottom repeat-x;
  white-space: pre-wrap;
  word-wrap: break-word;
  list-style: circle;
  color: red;
  text-indent: 0;
  font-size: 16px;
  line-height: 150%;
}
.bulletin .ct ul.ls li .dateold {
  float: none;
  margin-left: 15px;
}
.bulletin .ct ul.ls li a {
  color: #000;
  display: initial;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.bulletin .ct ul.ls li.ico_pic {
  background: url("pic/pic.gif") left center no-repeat;
}
.bulletin .bt {
  border: 1px solid #aeccf0;
  border-top: 0;
  padding: 0 20px;
}
.bulletin .bt ul.ls {
  margin: 0;
  padding: 5px 0;
  float: left;
  width: 100%;
}
.bulletin .bt ul.ls li {
  background: url("pic/ibg5.gif") left bottom repeat-x;
  text-indent: 0;
  line-height: 26px;
  color: #900;
  list-style: disc inside;
}
.bulletin .bt ul.ls li a {
  color: #000;
}
.bulletin .bt ul.ls li a:hover {
  color: #900;
}
.bulletin .bt ul.ls li span {
  float: right;
  margin-right: 5px;
  text-indent: 0;
}
.bulletin .bt ul.ls li .dateold {
  float: none;
  margin-left: 15px;
}

/* bulletin2 variant — used in index.html tab6 section */
.bulletin2 {
  text-align: left;
}
.bulletin2 .tab6_title {
}
.bulletin2 .tab6_content {
}

/* ============================================================
   12. WIDGET: RANKING (排行榜)
   ============================================================ */
.rank .tt {
  background: url("rank_t.gif");
  height: 34px;
}
.rank .name {
  float: left;
  text-indent: 60px;
  letter-spacing: 10px;
  filter: glow(color=white, strength=2);
  overflow: hidden;
  display: block;
  line-height: 34px;
  height: 34px;
  color: #f00;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
}
.rank .ct {
  background: url("rank_c.gif");
  padding: 15px 15px 0;
}
.rank .ct ul.ls li {
  background: url("lib.gif") left center no-repeat;
  line-height: 40px;
}
.rank .ct ul.ls li a {
  color: #900;
  text-indent: 45px;
  font-size: 14px;
  font-weight: bold;
  width: 90%;
}
.rank .bt {
  background: url("rank_b.gif");
  height: 14px;
}
.rank .xxph {
  background: url("rank_xxph.gif") center no-repeat;
  text-indent: 200px;
  width: 200px;
  height: 34px;
  overflow: hidden;
  display: block;
}
.rank .yczz {
  background: url("rank_yczz.gif") center no-repeat;
  text-indent: 200px;
  width: 200px;
  height: 34px;
  overflow: hidden;
  display: block;
}

/* ============================================================
   13. WIDGET: DYNAMIC (动态)
   ============================================================ */
.dynamic {
  text-align: left;
}
.dynamic .tt {
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-right: 0;
}
.dynamic .name {
  float: left;
  text-indent: 45px;
  color: #369;
  font-size: 14px;
  font-weight: bold;
  background: url("dynamic_t_l.gif");
  width: 110px;
}
.dynamic .more a:link,
.dynamic .more a:visited {
  color: #555;
}
.dynamic .ct {
  border-top: 2px dotted #aaa;
}
.dynamic .ct ul.ls li {
  background: url("l5.gif") left center no-repeat;
}

/* ============================================================
   14. WIDGET: ELITE (精品)
   ============================================================ */
.elite {
  text-align: left;
}
.elite .tt {
  height: 27px;
  line-height: 27px;
  background: url("elite_t.gif");
  border-right: 1px solid #ccc;
}
.elite .name {
  float: left;
  text-indent: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url("elite_t_l.gif");
  width: 110px;
}
.elite .more a:link,
.elite .more a:visited {
  color: #555;
}
.elite .ct {
  border: 1px solid #ccc;
  border-top: 0;
}

/* ============================================================
   15. WIDGET: SERVICE (服务)
   ============================================================ */
.service {
  text-align: left;
}
.service .tt {
  height: 27px;
  line-height: 27px;
  background: url("service_t.gif");
  border: 1px solid #ccc;
  border-bottom: 0;
}
.service .name {
  float: left;
  text-indent: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url("service_t_l.gif");
  width: 110px;
}
.service .more a:link,
.service .more a:visited {
  color: #000;
}
.service .ct {
  border: 1px solid #ccc;
  border-top: 0;
}

/* ============================================================
   16. WIDGET: RIGHT SIDEBAR
   ============================================================ */
.right {
  text-align: left;
}
.right .tt {
  height: 28px;
  line-height: 28px;
  background: url("right_t.gif");
}
.right .name {
  float: left;
  text-indent: 35px;
  color: #36a;
  font-size: 14px;
  font-weight: bold;
  background: url("right_t_l.gif") no-repeat;
  width: 120px;
}
.right .more {
  background: url("right_t_r.gif") no-repeat;
  width: 90px;
}
.right .more a:link,
.right .more a:visited {
  color: #555;
}
.right .ct {
  border: 1px solid #ccc;
  border-top: 0;
}
.right .ct ul.ls li {
  background: url("pic/l3.gif") left center no-repeat;
}

/* ============================================================
   17. WIDGET: RIGHT PICTURE (右侧图片)
   ============================================================ */
.rightpic {
  text-align: left;
}
.rightpic .tt {
  height: 32px;
  line-height: 32px;
  background: url("rightpic_t.jpg");
}
.rightpic .name {
  float: left;
  text-indent: 38px;
  color: #36a;
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
  background: url("rightpic_t_l.jpg") no-repeat;
  width: 120px;
}
.rightpic .more {
  background: url("rightpic_t_r.jpg") no-repeat;
  width: 53px;
}
.rightpic .more a:link,
.rightpic .more a:visited {
  color: #555;
}
.rightpic .ct {
  background: url("rightpic_m.jpg") repeat-y;
  padding-left: 5px;
}
.rightpic .ct ul.ls li {
  background: url("pic/l3.gif") left center no-repeat;
}
.rightpic .bb {
  height: 4px;
  line-height: 4px;
  background: url("rightpic_b.jpg");
}
.rightpic .bl {
  float: left;
  background: url("rightpic_b_l.jpg") no-repeat;
  width: 4px;
}
.rightpic .br {
  float: right;
  background: url("rightpic_b_l.jpg") no-repeat;
  width: 4px;
}

/* ============================================================
   18. WIDGET: LEFT SIDEBAR
   ============================================================ */
.leftlink {
  border: 5px solid #ddd;
}
.left {
  text-align: left;
}
.left .tt {
  height: 28px;
  line-height: 28px;
  background: url("left_t.gif");
  border-right: 1px solid #ccc;
}
.left .name {
  float: left;
  text-indent: 35px;
  color: #36a;
  font-size: 14px;
  font-weight: bold;
  background: url("left_t_l.gif") no-repeat;
  width: 100px;
}
.left .more a:link,
.left .more a:visited {
  color: #555;
}
.left .ct {
  border: 1px solid #ccc;
  border-top: 0;
}

/* ============================================================
   19. WIDGET: MIDDLE
   ============================================================ */
.middle {
  text-align: left;
}
.middle .tt {
  height: 28px;
  line-height: 28px;
  background: url("middle_t.gif");
  border-bottom: 0;
}
.middle .name {
  float: left;
  text-indent: 25px;
  color: #369;
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  width: 150px;
}
.middle .more {
  background: url("middle_t_r.gif") right no-repeat;
}
.middle .more a:link,
.middle .more a:visited {
  color: #fff;
}
.middle .ct {
  border: 1px solid #ccc;
  border-top: 0;
}

/* ============================================================
   20. WIDGET: LEFT COLUMN
   ============================================================ */
.left_column {
  text-align: left;
}
.left_column .tt {
  color: #fff;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background: url("left_column_t.jpg") no-repeat;
}
.left_column .name {
  text-indent: 15px;
  float: left;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
  font-style: italic;
}
.left_column .more a:link,
.left_column .more a:visited {
  color: #555;
}
.left_column .ct {
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  background: #fff url("blue/left_column_bg.jpg") no-repeat bottom left;
  padding: 3px;
  min-height: 500px;
}
.left_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_column ul li {
  margin: 0;
  padding: 0;
  text-indent: 50px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  border-bottom: 1px dashed #d9ebfd;
  background: url("li01.gif") no-repeat center left;
}
.left_column ul li.vlink a {
  font-weight: bold;
}

/* ============================================================
   21. SUB-COLUMN NAVIGATION (generated by show.MenuChild())
   ============================================================ */
.column_child {
  text-align: center;
  overflow: hidden;
  margin-top: -25px;
}
.column_child ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.column_child li {
  text-align: center;
  margin-left: 10px;
  float: left;
  width: 120px;
  color: #004ea1;
  background-color: #fff;
  padding: 10px;
}
.column_child a {
  color: #004ea1;
}
.column_child .vlink {
  color: #fff;
  background-color: #004ea1;
  border: #004ea1 1px solid;
}
.column_child .vlink a {
  color: #fff;
}

/* Variant 2 */
.column_child2 {
  text-align: right;
  overflow: hidden;
  margin-top: -25px;
}
.column_child2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.column_child2 li {
  text-align: center;
  margin-left: 10px;
  float: left;
  width: 120px;
  color: #004ea1;
  background-color: #fff;
  border: #004ea1 1px solid;
  border-bottom: #004ea1 5px solid;
  padding: 10px;
}
.column_child2 a,
.column_child2 a:hover {
  color: #004ea1;
}
.column_child2 .vlink {
  color: #fff;
  background-color: #004ea1;
  border: #004ea1 1px solid;
  border-bottom: #004ea1 5px solid;
}
.column_child2 .vlink a {
  color: #fff;
}

/* Variant 3 (orange) */
.column_child3 {
  text-align: right;
  overflow: hidden;
  margin-top: -25px;
}
.column_child3 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.column_child3 li {
  text-align: center;
  margin-left: 10px;
  float: left;
  width: 120px;
  color: #ff9901;
  background-color: #fff;
  border: #ff9901 1px solid;
  border-bottom: #ff9901 5px solid;
  padding: 10px;
}
.column_child3 a,
.column_child3 a:hover {
  color: #ff9901;
}
.column_child3 .vlink {
  color: #fff;
  background-color: #ff9901;
  border: #ff9901 1px solid;
  border-bottom: #ff9901 5px solid;
}
.column_child3 .vlink a {
  color: #fff;
}

/* Variant 4 (light) */
.column_child4 {
  text-align: left;
  overflow: hidden;
  margin-top: 0;
}
.column_child4 ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.column_child4 li {
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
  width: 120px;
  color: #000;
  background-color: #fff;
  padding: 10px;
}
.column_child4 a {
  color: #000;
}
.column_child4 a:hover {
  color: #5da0e7;
}
.column_child4 .vlink {
  color: #fff;
  background-color: #5da0e7;
  border: #5da0e7 1px solid;
}
.column_child4 .vlink a {
  color: #fff;
}

/* Variant: bottom-border active */
.column_child_bgdz {
  text-align: center;
  overflow: hidden;
  margin-top: -25px;
}
.column_child_bgdz ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.column_child_bgdz li {
  text-align: center;
  margin-left: 10px;
  float: left;
  width: 120px;
  color: #000;
  border: 0;
  padding: 10px;
}
.column_child_bgdz a {
  color: #000;
  display: inline-block;
  width: 120px;
  height: 35px;
  border-bottom: #fff 5px solid;
  line-height: 35px;
}
.column_child_bgdz a:hover {
  color: #000;
  border: 0;
  border-bottom: #004ea1 5px solid;
}
.column_child_bgdz .vlink a {
  color: #000;
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-bottom: #004ea1 5px solid;
}

/* ============================================================
   22. MORE LINK HOVER
   ============================================================ */
.bulletin .more a:hover,
.dynamic .more a:hover,
.left .more a:hover,
.right .more a:hover,
.middle .more a:hover {
  color: #900;
}

/* ============================================================
   23. MISC TEXT STYLES
   ============================================================ */
.gray {
  color: gray;
  text-decoration: none;
}
.time {
  color: #f60;
}
.hit {
  color: green;
}

.tdbg {
  background: #fffcee;
  line-height: 120%;
}
.tdbg-dark {
  background: #f2f2d7;
  line-height: 120%;
}
.hr {
  background: url("hr.gif");
  height: 2px;
}

/* ============================================================
   24. BREADCRUMB PATH (generated by show.Path())
   ============================================================ */
.menu_path {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
  height: 26px;
}
.menu_path span {
  float: left;
  line-height: 26px;
  height: 26px;
  color: #000;
}
.menu_path a {
  color: #000;
}
.menu_path span.em {
  width: 16px;
  color: #000;
  text-align: center;
}

/* ============================================================
   25. COLUMN PAGE (栏目页)
   ============================================================ */
.column {
  text-align: left;
}
.column .tt {
  height: 40px;
  line-height: 38px;
  border: 0 solid #dfdfdf;
}
.column .name {
  float: left;
  padding-left: 0;
  color: #36a;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  width: 560px;
}
.column .more {
  float: right;
  margin-right: 25px;
}
.column .more a:link,
.column .more a:visited {
  color: #222;
}
.column .ct {
  border: 0 solid #eee;
  border-top: 0;
}
.column .dd {
  height: 38px;
  line-height: 38px;
  border: 0 solid #dfdfdf;
  border-top: 0;
}

/* ============================================================
   26. COLUMN CONTENT LIST
   ============================================================ */
.content_list,
.special_list {
  border-left: 0 solid #dfdfdf;
  border-right: 0 solid #dfdfdf;
  min-height: 300px;
}
.content_list ul,
.special_list ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.content_list li,
.special_list li {
  background: url("pic/l2.gif") left center no-repeat;
  text-indent: 20px;
  line-height: 28px;
  color: #333;
  width: 100%;
  border-bottom: 1px dashed #eee;
}
.content_list li a,
.special_list li a {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.content_list li a:hover,
.special_list li a:hover {
  color: #900;
}
.content_list li span,
.special_list li span {
  float: right;
  margin-right: 15px;
  text-indent: 0;
}
.content_list li.ico_pic_True {
  background: url("pic/pic.gif") left center no-repeat;
}

.special_list li {
  _width: 96%;
}
.special_list li a {
  color: #333;
}

/* ============================================================
   27. CONTENT PICTURE GRID
   ============================================================ */
.content_pic {
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.content_pic li {
  float: left;
  text-align: center;
  padding: 0;
}
.content_pic a {
  border: 1px solid #ddd;
  background-color: #eee;
  overflow: hidden;
  text-align: center;
  display: block;
  height: 98%;
  width: 99%;
}
.content_pic a:hover {
  border: 1px solid #7cc0e3;
  background-color: #ccc;
}
.content_pic img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

/* Overlay caption */
.content_pic .pic_all {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.content_pic .txt_bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  filter: alpha(opacity=65);
  opacity: 0.65;
  position: absolute;
  z-index: 50;
  background-color: #0263be;
}
.content_pic .txt_title {
  padding-left: 20px;
  width: 80%;
  height: 25px;
  bottom: 0;
  color: #fff;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  z-index: 50;
}

/* Variant: full-cover images */
.content_pic2 {
  margin: 0 auto;
  border-left: 0;
  border-right: 0;
}
.content_pic2 li {
  float: left;
  text-align: center;
  padding: 0;
}
.content_pic2 a {
  border: 1px solid #ddd;
  background-color: #eee;
  overflow: hidden;
  text-align: center;
  display: block;
}
.content_pic2 a:hover {
  border: 1px solid #7cc0e3;
  background-color: #ccc;
}
.content_pic2 img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content_pic2 .pic_all {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.content_pic2 .txt_bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  filter: alpha(opacity=65);
  opacity: 0.65;
  position: absolute;
  z-index: 50;
  background-color: #0263be;
}
.content_pic2 .txt_title {
  padding-left: 20px;
  width: 80%;
  height: 35px;
  line-height: 35px;
  bottom: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  z-index: 50;
}

/* ============================================================
   28. PAGINATION (generated by showpage())
   ============================================================ */
.showpage-block {
  width: 100%;
  text-align: center;
}
.showpage-block span {
  margin-left: 5px;
  color: #777;
  height: 26px;
  line-height: 26px;
  padding: 2px 5px;
  display: inline-block;
  border: #aaa 1px solid;
  background-color: #efefef;
}
.showpage-block a {
  color: #aaa;
  padding: 2px;
  border: 1px solid #aaa;
}
.showpage-block a:hover {
  color: #369;
  border: 1px solid #369;
}
.showpage-block input {
  width: 20px;
  border: 1px solid #aaa;
}
.showpage-links {
  float: right;
  margin-left: -5px;
}
.showpage-total {
  float: right;
}
.content_search {
  padding-left: 20px;
  float: left;
}

/* ============================================================
   29. CONTENT BREADCRUMB
   ============================================================ */
.content_column_path {
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.content_column_path div {
  padding: 5px 0 0 25px;
}

/* ============================================================
   30. ARTICLE CONTENT (内容页)
   ============================================================ */
.content {
  font-size: 14px;
  font-family: 微软雅黑, arial;
  min-height: 400px;
  text-align: left;
  line-height: 150%;
  padding: 30px 60px;
}
.content a:visited,
.content a:link {
  color: blue;
  text-decoration: underline;
}
.content a:hover {
  color: red;
}
.content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: normal;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 200%;
}
.content ol,
.content ol li {
  padding-left: 10px;
  margin-left: 10px;
}
.content ul,
.content ul li {
  list-style: disc;
  padding-left: 10px;
  margin-left: 10px;
}
.content p,
.content font,
.content div,
.content span {
  line-height: 200%;
}

/* Inline table styles */
.content table {
  empty-cells: show;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
.content table td {
  padding: 4px;
  border: 1px solid #aaa;
}

/* ============================================================
   31. NEWS LIST (新闻列表)
   ============================================================ */
.news_list {
  width: 1220px;
  margin: 0 auto;
  padding-top: 0;
}
.news_list_li {
  overflow: hidden;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.news_list_li:hover {
  border-bottom: 1px solid #004ea2;
}
.news_list_li:hover .news_list_tit a {
  color: #004ea2;
}
.news_list_left {
  float: left;
  padding-right: 40px;
  padding-top: 5px;
}
.news_list_date {
  font-size: 80px;
  color: #777;
  line-height: 109px;
}
.news_list_ym {
  font-size: 28px;
  color: #777;
  line-height: 35px;
}
.news_list_center {
  float: left;
  width: 282px;
  height: 158px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.news_list_center img {
  width: 100%;
  transition: all 0.6s;
}
.news_list_center img:hover {
  transform: scale(1.1);
}
.news_list_right {
  float: left;
  width: 690px;
  padding-left: 30px;
}
.news_list_tit {
  padding: 36px 0 15px;
  font-size: 16px;
  line-height: 16px;
}
.news_list_tit a {
  color: #333;
}
.news_list_desc {
  font-size: 16px;
  line-height: 23px;
}
.news_list_desc a {
  color: #999;
}

/* ============================================================
   32. TABLE VARIANTS
   ============================================================ */
.table1 td {
  border-color: #aaa;
}
.table2 td {
  border-color: #000;
}
.table3 {
  border-color: #f79646;
}
.table3 td {
  border-color: #f79646;
  background-color: #fde4d0;
}
.table4 {
  border-color: #63c991;
}
.table4 td {
  border-color: #63c991;
  background-color: #c5ebd6;
}
.table5 {
  border-color: #54d1d8;
}
.table5 td {
  border-color: #54d1d8;
  background-color: #d3f3f5;
}

/* ============================================================
   33. TITLE COLOR CLASSES (generated by Java)
   ============================================================ */
.content_list a.t_0,
.ct ul.ls a.t_0 {
}
.content_list a.t_1,
.ct ul.ls a.t_1 {
  color: #00f;
}
.content_list a.t_2,
.ct ul.ls a.t_2 {
  color: #f00;
}
.content_list a.t_3,
.ct ul.ls a.t_3 {
  color: #369;
}
.content_list a.t_4,
.ct ul.ls a.t_4 {
  color: #900;
}

/* ============================================================
   34. FONT SIZE ZOOM (字体大小)
   ============================================================ */
.zoom_l,
.zoom_l font {
  font-size: 12px;
}
.zoom_m,
.zoom_m font {
  font-size: 16px;
}
.zoom_b,
.zoom_b font {
  font-size: 20px;
}

/* ============================================================
   35. CONTENT TITLE & META (内容标题)
   ============================================================ */
.content_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  height: 66px;
}
.content_titlelead,
.content_titlesub {
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
.summary-title {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  background: #f3f3f3;
  font-weight: bold;
  height: 23px;
}

/* ============================================================
   36. PREV / NEXT NAVIGATION (上一篇/下一篇)
   ============================================================ */
.nav {
  margin: 0;
  height: 54px;
  position: relative;
}
.nav-pre,
.nav-next {
  top: 0;
  position: absolute;
}
.nav-pre {
  left: -26px;
}
.nav-next {
  right: -26px;
}
.nav-pre a,
.nav-next a {
  width: 54px;
  height: 54px;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
/* Data-URI arrows omitted for brevity — preserved inline above */

/* ============================================================
   37. BACK-TO-TOP (回到顶部)
   ============================================================ */
#gotop {
  display: none;
  position: fixed;
  bottom: 50px;
  z-index: 100;
  width: 22px;
  height: 58px;
}
#gotop a {
  width: 58px;
  height: 58px;
  display: block;
  cursor: pointer;
  background: url("gotop.png") no-repeat;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#gotop a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ============================================================
   38. RSS ICON
   ============================================================ */
.rss {
  background: url("feed.png") no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* ============================================================
   39. COMMENT LIST (评论列表)
   ============================================================ */
.comment {
  padding: 10px 10px 10px 15px;
}
.comment div {
  padding: 5px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
}
.comment_list {
  width: 100%;
  padding: 15px;
  table-layout: fixed;
  border: 1px solid #d9ebfd;
  margin-top: 20px;
}
.comment_list td {
  padding: 5px;
}
.comment_hr {
  border-bottom: 3px dotted #d9ebfd;
}

/* ============================================================
   40. DATE DISPLAY
   ============================================================ */
.datenew {
  color: #900;
}
.dateold {
  color: #999;
}

/* ============================================================
   41. SLIDESHOW
   ============================================================ */
.slide {
  padding: 5px;
}
#KinSlideshow {
  visibility: hidden;
  border: 1px solid #900;
}

/* ============================================================
   42. IFOCUS SLIDER
   ============================================================ */
#ifocus {
  height: 253px;
  position: relative;
  overflow: hidden;
}
#ifocus ul,
#ifocus li,
#ifocus img {
  margin: 0;
  padding: 0;
  border: none;
}
#ifocus_pic {
  display: inline;
  position: relative;
  float: left;
  width: 335px;
  height: 253px;
  overflow: hidden;
  margin: 0;
}
#ifocus_piclist {
  position: absolute;
}
#ifocus_piclist li {
  overflow: hidden;
}
#ifocus_piclist img {
  width: 335px;
  height: 250px;
  border: none;
}
#ifocus_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 335px;
  height: 40px;
}
#ifocus_btn li {
  height: 40px;
  float: left;
  cursor: pointer;
  filter: alpha(opacity=50);
}
#ifocus_btn img {
  width: 55px;
  height: 40px;
}
#ifocus_btn .current {
  background: url(bg_box.gif) no-repeat -503px -25px;
  filter: alpha(opacity=100);
}
#ifocus_opdiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 335px;
  height: 40px;
  background: #ccc;
}
#ifocus_tx {
  top: 183px;
  left: 0;
  width: 335px;
  height: 30px;
  display: block;
  position: absolute;
  color: #fff;
  line-height: 150%;
  filter: alpha(opacity=60);
  z-index: 9999;
  overflow: hidden;
}
#ifocus_tx li {
  list-style: none;
}
#ifocus_tx h1 {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  margin: 0;
  background: #900;
  width: 335px;
  padding: 5px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ifocus_tx a {
  color: #fff;
  text-decoration: underline;
}
#ifocus_tx a:hover {
  text-decoration: none;
}
#ifocus_tx p {
  font-weight: normal;
  margin: 0;
}
#ifocus_tx .normal {
  display: none;
}

/* ============================================================
   43. UI PANEL / POPUP
   ============================================================ */
.ui_menu {
  display: none;
  position: absolute;
  z-index: 999;
}
.ui_menu .e_menu {
  position: relative;
  background: #fff;
  display: block;
  padding: 10px;
  border: solid 1px #aaa;
  z-index: 999;
}

.ui_panel {
  display: none;
  position: absolute;
  padding: 5px;
  z-index: 999;
}
.ui_panel .p_container {
  position: relative;
  border: 1px solid #bbb;
  background-color: #fff;
  z-index: 5;
}
.ui_panel .p_alpha {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #aaa;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.ui_panel .p_move {
  z-index: 4;
  height: 25px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  cursor: move;
  width: 100%;
  text-align: right;
}
.ui_panel .p_iframe {
  z-index: -1;
  position: absolute;
  height: 25px;
  width: 100%;
  text-align: right;
}
.ui_panel .p_close {
  z-index: 6;
  position: absolute;
  margin: 4px;
  right: 4px;
  cursor: pointer;
  display: block;
  height: 22px;
  width: 22px;
  text-indent: -9999px;
  background: url("blue/fast.gif") no-repeat;
}
.ui_panel .p_title {
  z-index: 5;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #900;
  font-weight: bold;
}
.ui_panel .p_list {
  padding: 10px 10px 10px 15px;
}
.ui_panel .p_list div {
  height: 30px;
  line-height: 28px;
  overflow: hidden;
}
.ui_panel .p_content {
  padding: 10px 10px 10px 15px;
}
.ui_panel .p_content div {
  line-height: 28px;
}

/* ============================================================
   44. USER RANKING
   ============================================================ */
.user_ranking {
  width: 100%;
  text-align: center;
  line-height: 25px;
}

/* ============================================================
   45. DUTY ROSTER (值班表)
   ============================================================ */
.duty_left {
  width: 80px;
  height: 70px;
}
.duty_week,
.duty_lunar {
  background: #a65;
  width: 80px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.duty_day {
  background: #f0f0f0;
  width: 80px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #f00;
  font-size: 18px;
  font-weight: bolder;
}
.duty_right {
  width: 130px;
  height: 90px;
  background: #fff;
  text-align: center;
  text-indent: 10px;
}
.duty_name_txt,
.duty_tel_txt {
  line-height: 20px;
  text-align: left;
}
.duty_name,
.duty_tel {
  line-height: 20px;
  text-align: left;
  text-indent: 20px;
  color: #369;
  font-weight: bold;
}
.duty_other {
  line-height: 20px;
  text-align: left;
  text-indent: 20px;
  color: #369;
  font-weight: bold;
}
.duty_name a,
.duty_name a:visited,
.duty_other a,
.duty_other a:visited {
  color: #369;
}
.duty2_time_txt {
  text-align: right;
}
.duty2_name_txt {
  text-align: center;
}
.duty2_other_txt {
  text-align: left;
  text-indent: 50px;
}

/* ============================================================
   48. NEWS SECTION (新闻栏目) — from banner.css
   ============================================================ */
.news {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
.news_left {
  width: 390px;
  float: left;
}
.news_top {
  overflow: hidden;
}
.news_top_tit {
  font-size: 30px;
  color: #000;
}
.news_top_titen {
  font-size: 14px;
  color: #000;
  padding-top: 10px;
}
.news_top_more {
  float: right;
  padding: 10px;
  margin-top: 30px;
  border-left: 3px solid #c7c7c7;
  font-size: 14px;
  color: #c7c7c7;
  width: 70px;
  text-align: center;
}
.news_li {
  clear: both;
  margin-top: 33px;
  display: inline-block;
  border-left: 3px solid #c7c7c7;
  position: relative;
  height: 65px;
  overflow: hidden;
}
.news_border_left {
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #004ea2;
  transition: 0.1s;
}
.news_li:hover .news_border_left {
  height: 101%;
  transition: 0.2s;
}
.news_li_d {
  font-size: 40px;
  color: #9c9c9c;
  height: 45px;
  line-height: 47px;
}
.news_li_date {
  float: left;
  padding-right: 20px;
  padding-left: 6px;
}
.news_li_ym {
  font-size: 16px;
  color: #9c9c9c;
  line-height: 20px;
}
.news_li_tit {
  float: left;
  width: 380px;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 20px;
}
.news_li_tit a {
  font-size: 16px;
  color: #4c4c4c;
}
.news_tsfw {
  background-color: #56b9e2;
  border-radius: 10px;
  width: 325px;
  text-align: center;
  padding: 50px 0;
}
.news_tit a {
  color: white;
  font-size: 20px;
}
.news_right_01 {
  padding-top: 20px;
  float: left;
}
.news_right_02 {
  float: left;
  padding: 40px 10px 0;
}
.news_right_03 {
  float: left;
}
.news_right {
  float: right;
}
.news_zxzx {
  margin-top: 10px;
  background: url(img/bg_03.png) no-repeat;
  width: 325px;
  text-align: center;
  padding: 50px 0;
  background-size: 100% 100%;
  border-radius: 10px;
}
.news_hdsd {
  background-color: #5da0e7;
  width: 210px;
  padding: 25px 0;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
}
.news_czxx {
  background-color: #004ea1;
  width: 220px;
  padding: 55px 0;
  text-align: center;
  border-radius: 10px;
}
.news_tcjh {
  background: url(img/bg_01.png) no-repeat;
  width: 210px;
  text-align: center;
  padding: 75px 0;
  background-size: 100% 100%;
  border-radius: 10px;
}
.news_yjkt {
  background: url(img/bg_02.png) no-repeat;
  width: 220px;
  text-align: center;
  padding: 60px 0;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-top: 10px;
}

.tese_li {
  width: 126px;
  background-color: #9fdece;
  border-radius: 200px;
  border: 2px solid #fff;
  padding: 30px 0;
  text-align: center;
  float: left;
  margin: 20px;
  position: relative;
  z-index: 2;
}
.tese_li a {
  font-size: 16px;
  color: #627460;
}

/* Hover animations for news/tese icons */
.news_tsfw:hover .news_icon,
.news_zxzx:hover .news_icon,
.news_tcjh:hover .news_icon,
.news_hdsd:hover .news_icon,
.news_czxx:hover .news_icon,
.news_yjkt:hover .news_icon {
  -webkit-animation: rot 0.5s;
  -ms-animation: rot 0.5s;
  animation: rot 0.5s;
}
.ts_zcs:hover .tese_icon,
.ts_mrwy:hover .tese_icon,
.ts_yymz:hover .tese_icon,
.ts_xlmz:hover .tese_icon,
.ts_jhgh:hover .tese_icon {
  -webkit-animation: rot 0.5s;
  -ms-animation: rot 0.5s;
  animation: rot 0.5s;
}
.ts_zcs:hover .tese_tit a,
.ts_mrwy:hover .tese_tit a,
.ts_yymz:hover .tese_tit a,
.ts_xlmz:hover .tese_tit a,
.ts_jhgh:hover .tese_tit a {
  color: #fff;
}
.ts_hover {
  background-color: #004ea1;
  border-color: #004ea1;
}

/* ============================================================
   50. KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes rot {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes rot {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

/* ============================================================
   51. TEAM SECTION (团队) — from banner.css
   ============================================================ */
.team {
  width: 1020px;
  margin: 0 auto;
}
.team_top {
  padding: 0 0 20px 0;
  overflow: hidden;
}
.team_top_des {
  float: right;
  padding-top: 15px;
}
.team ul li {
  position: relative;
}
.team_info {
  position: absolute;
  bottom: -467px;
  left: 0;
  background-color: #004ea2;
  height: 467px;
  width: 340px;
  text-align: left;
}
.team_info_name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 90px;
  height: 30px;
  border-radius: 300px;
  background-color: #56b9e2;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  right: 0;
  top: -45px;
}
.team_info_yyy {
  padding: 0;
  font-size: 12px;
  color: #fff;
}
.team_info_yy {
  font-size: 12px;
  color: #fff;
  width: 100%;
}
.team_info_yy img {
  width: 100%;
}
.team_info_zc {
  font-size: 15px;
  color: #fff;
  padding-left: 20px;
  padding-top: 25px;
  width: 180px;
}
.team_padt {
  padding-top: 30px;
}
.team_tag {
  position: absolute;
  left: 0;
  top: 0;
}

/* Team carousel */
.picScroll-left {
  width: 100%;
  height: 467px;
  overflow: hidden;
  position: relative;
}
.picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
}
.picScroll-left .prev,
.picScroll-left .next {
  display: block;
  width: 50px;
  height: 75px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 160px;
  z-index: 99;
}
.picScroll-left .next {
  right: 15px;
}
.picScroll-left .prev {
  left: 15px;
}
.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.picScroll-left .bd a {
  height: 320px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin-right: 0;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li a {
  height: 320px;
}
.picScroll-left .bd ul li .pic {
  margin-top: 397px;
  text-align: center;
  width: 337px;
  height: 70px;
  overflow: hidden;
}
.picScroll-left .bd ul li .pic img {
  width: 337px;
  height: 70px;
  display: block;
}
