﻿﻿@charset "utf-8";

/****** 公用CSS ******/

html {
    color: #666;
    background: url(../images/bg.gif) repeat-x #ffffff;
    font-size: 12px;
    font-family: "Tahoma", "Arial", "新宋体", "宋体";
    /* -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:gray; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    /* -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:gray; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

input {
    outline: none;
}

input::-moz-focus-inner {
    border: none;
    outline: none;
    border-color: transparent !important
}

a,
a:link,
a:hover,
a:visited {
    color: #393939;
    text-decoration: none;
}

a:hover {
    color: #E60012;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.white {
    color: #fff;
}

a.white:link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

a.white:visited {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

a.white:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

a.white:active {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.black {
    color: #333;
    font-size: 14px;
}

a.black:link {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

a.black:visited {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

a.black:hover {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

a.black:active {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

a.black01:link {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

a.black01:visited {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

a.black01:hover {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

a.black01:active {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}


/* 框架 */

.box {
    width: 1003px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.box_main {
    width: 982px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
}

.box_left {
    width: 702px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.box_left01 {
    width: 702px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}

.box_right {
    width: 265px;
    height: 265px;
    float: left;
    background: url(../images/pic3.jpg) repeat-x;
    margin-bottom: 15px;
}

.box_right01 {
    width: 265px;
    height: auto;
    float: left;
    margin-bottom: 0px;
}

.box_center {
    width: 327px;
    float: left;
    border-right: 1px #ddd solid;
    margin-bottom: 15px;
}

.box_326 {
    width: 326px;
    float: left;
    margin-bottom: 15px;
}

.box_01 {
    width: 314px;
    float: left;
    margin-right: 12px;
}

.box_02 {
    width: 302px;
    margin: 0px auto 12px;
}

.box_03 {
    width: 314px;
    height: 257px;
    float: left;
    margin-left: 12px;
}

.line_bg {
    background: url(../images/line.jpg) repeat-x;
    height: 25px;
}

.wzhead_01 {
    height: 25px;
    line-height: 25px;
    color: #186ba1;
    font-size: 16px;
    background: #fff;
    margin-left: 15px;
    text-align: center;
}

.search_form {
    float: right;
    height: 18px;
    font-size: 12px;
    border: 1px #ccc solid;
    background: #fff;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.search_form .box {
    height: 15px;
    width: 120px;
    font-size: 12px;
    background: none;
    border: none;
    color: #666;
    margin-left: 5px;
}

.search_form .button {
    height: 18px;
    margin-right: 1px;
    width: 17px;
    background: url(../images/channels.png);
    border: none;
    cursor: pointer;
}

.main_left {
    width: 734px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.main_right {
    width: 233px;
    float: left;
    background: url("../images/pic15.jpg") repeat-x;
    height: 281px;
    margin-bottom: 15px;
}


/* header & footer */

#daohang {
    width: 1003px;
    height: 45px;
    background: url(../images/nav.jpg) no-repeat;
    margin: 0px auto 15px;
    position: relative;
    z-index: 99
}

#daohang_main {
    width: 990px;
    height: 100%;
    margin: 0 auto;
}

.home {
    margin-left: 10px;
    float: left;
}

.tab {
    position: relative;
    display: block;
    float: left;
}

.tab .tablink {
    position: relative;
    padding: 0px 15px;
    line-height: 45px;
    display: block;
    height: 45px;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    float: left;
}

.tab .tablink a {
    line-height: 30px;
    color: #FFF;
    text-decoration: none;
}

.tab:hover {}

tab:hover .tablink {
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
}

.tab:hover .tablink a {
    color: #fff
}

.dropdown:hover .arwlink {
    height: auto;
}

.dropdown ul {
    display: none
}

.dropdown:hover ul {
    position: absolute;
    display: block;
    margin-left: -3px;
    top: 45px;
    left: 5px;
    z-index: 9;
}

.subnav {
    width: 155px;
}

.subnav a {
    padding: 4px 0px 4px 8px;
    line-height: 16px;
    width: 150px;
    display: block;
    white-space: nowrap;
    color: #333;
    float: left;
}

.subnav :hover {
    text-decoration: underline;
    color: #066ea5;
}

.dropdown .subnav {
    background: #FFF;
    border: 1px solid #559cd0;
    border-top: none;
    padding: 8px;
    filter: alpha(opacity=80);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8;
    /*Firefox私有，透明度50%*/
    opacity: 0.8;
    /*其他，透明度50%*/
}

.line {
    border-bottom: 1px #559cd0 solid;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.banner {
    width: 1003px;
    height: 203px;
    margin: 0px auto;
}


/*
.footer{
    width:1003px; height: 60px; line-height: 60px; color: #fff; background: #2786c0;
}
*/

#footer {
    width: 1003px;
    color: #fff;
    background: #2786c0;
    font-size: 12px;
    height: 60px;
}

#bottom_info_bar {
    background-color: #ccc;
    font-size: 12px;
    padding: 8px 20px;
    width: 963px;
    border-bottom: 1px #fff solid;
}

#bottom_info_bar ul {
    margin-bottom: 4px;
    font-size: 0px;
}

#bottom_info_bar ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    list-style: none;
    font-size: 12px;
    color: #666;
}

#bottom_info_bar ul li.split {
    margin: 0 6px;
    color: #666;
}

#bottom_info_bar ul li a {
    color: #666;
}

#bottom_info_bar ul li a:hover {
    color: #125698;
}

#bottom_info_bar p {
    color: #666;
}


/* hdtp */

DIV#MainPromotionBanner {
    width: 702px;
    height: 420px;
    float: left;
}

#MainPromotionBanner #SlidePlayer {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#MainPromotionBanner .Slides {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    list-style-type: none;
    height: 420px;
}

#MainPromotionBanner .Slides LI {
    float: left;
    width: 702px;
    height: 420px;
}

#MainPromotionBanner .Slides IMG {
    border-width: 0px;
    display: block;
    width: 702px;
    height: 420px;
}

#MainPromotionBanner .SlideTriggers {
    padding: 0px;
    z-index: 10px;
    right: 19px;
    margin: 0px;
    list-style-type: none;
    position: absolute;
    top: 380px;
    height: 19px;
    text-align: right;
}

#MainPromotionBanner .SlideTriggers LI {
    display: inherit;
    background: url(../images/nav.png) center center;
    float: left;
    margin: 5px 0px 5px 5px;
    overflow: hidden;
    width: 19px;
    cursor: pointer;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    height: 19px;
    text-align: center;
    color: #1757c5;
}

#MainPromotionBanner .SlideTriggers LI.Current {
    font-size: 12px;
    background: url(../images/nav1.png) center center;
    margin: 5px 0px 5px 5px;
    width: 19px;
    line-height: 19px;
    height: 19px;
    color: #fff;
}

DIV#MainPromotionBanner1 {
    width: 302px;
    height: 219px;
    float: left;
}

#MainPromotionBanner1 #SlidePlayer1 {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#MainPromotionBanner1 .Slides {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    list-style-type: none;
    height: 219px;
}

#MainPromotionBanner1 .Slides LI {
    float: left;
    width: 302px;
    height: 219px;
}

#MainPromotionBanner1 .Slides IMG {
    border-width: 0px;
    display: block;
    width: 302px;
    height: 219px;
}

#MainPromotionBanner1 .SlideTriggers {
    padding: 0px;
    z-index: 10px;
    right: 135px;
    margin: 0px;
    list-style-type: none;
    position: absolute;
    top: 195px;
    height: 12px;
    text-align: right;
}

#MainPromotionBanner1 .SlideTriggers LI {
    display: inherit;
    background: url(../images/nav2.png) center center;
    float: left;
    margin: 5px 0px 5px 2px;
    overflow: hidden;
    width: 12px;
    cursor: pointer;
    color: #ccc;
    height: 12px;
    text-align: center;
}

#MainPromotionBanner1 .SlideTriggers LI.Current {
    background: url(../images/nav3.png) center center;
    margin: 5px 0px 5px 2px;
    width: 12px;
    line-height: 12px;
    height: 12px;
    color: #f34e0e;
}

.in-tools {
    width: 265px;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 8px;
}

.in-tools dd {
    width: 237px;
    height: 31px;
    margin: 12px 14px;
    background: url(../images/pic4.jpg) no-repeat;
}

.in-tools dd:hover {
    background: url(../images/pic4.jpg) no-repeat;
}

.in-tools dd p {
    width: 25px;
    float: left;
    margin: 0px 12px 0px 6px;
}

.in-tools dd .t1 {
    background: url(../images/book.png) no-repeat;
    width: 20px;
    height: 21px;
    margin-top: -3px;
}

.in-tools dd .t2 {
    background: url(../images/people.png) no-repeat;
    width: 24px;
    height: 16px;
}

.in-tools dd .t3 {
    background: url(../images/picture.png) no-repeat;
    width: 24px;
    height: 20px;
    margin-top: -2px;
}

.in-tools dd .t4 {
    background: url(../images/organization.png) no-repeat;
    width: 25px;
    height: 21px;
    margin-top: -2px;
}

.in-tools dd .t5 {
    background: url(../images/student.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

.in-tools dd .t6 {
    background: url(../images/contact.png) no-repeat;
    width: 24px;
    height: 16px;
}

.in-tools dd a {
    color: #125698;
    line-height: 18px;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
}

.in-tools dd a:hover {
    color: #125698;
    text-decoration: none;
    font-size: 16px;
}

.in-tools1 {
    width: 314px;
    height: auto;
    float: left;
    overflow: hidden
}

.in-tools1 dd {
    width: 290px;
    height: 31px;
    margin: 7px 12px;
    background: url(../images/pic5.jpg) no-repeat;
}

.in-tools1 dd:hover {
    background: url(../images/pic5.jpg) no-repeat;
}

.in-tools1 dd p {
    width: 25px;
    height: 21px;
    float: left;
    margin: -3px 12px 0px 6px;
}

.in-tools1 dd .t1 {
    background: url(../images/hand.png) no-repeat;
}

.in-tools1 dd .t2 {
    background: url(../images/wj.png) no-repeat;
}

.in-tools1 dd .t3 {
    background: url(../images/jl.png) no-repeat;
}

.in-tools1 dd .t4 {
    background: url(../images/people2.png) no-repeat;
}

.in-tools1 dd .t5 {
    background: url(../images/people1.png) no-repeat;
}

.in-tools1 dd .t6 {
    background: url(../images/administrator_zoom.png) no-repeat;
}

.in-tools1 dd .t7 {
    background: url(../images/fax.png) no-repeat;
    top: -2px;
}

.in-tools1 dd a {
    color: #125698;
    line-height: 18px;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
}

.in-tools1 dd a:hover {
    color: #125698;
    text-decoration: none;
    font-size: 16px;
}

.in-tools3 {
    width: 302px;
    height: auto;
    float: left;
    overflow: hidden
}

.in-tools3 dd {
    width: 302px;
    height: 31px;
    margin: 9px 0px;
    background: url(../images/pic5_1.jpg) no-repeat;
}

.in-tools3 dd:hover {
    background: url(../images/pic5_1.jpg) no-repeat;
}

.in-tools3 dd p {
    width: 25px;
    height: 21px;
    float: left;
    margin: -3px 12px 0px 6px;
}

.in-tools3 dd .t1 {
    background: url(../images/chatroom_gear.png) no-repeat;
    top: -2px;
}


/*.in-tools3 dd .t2 {
    background: url(../images/wj.png) no-repeat;
}
.in-tools3 dd .t3 {
    background: url(../images/jl.png) no-repeat;
}
.in-tools3 dd .t4 {
    background: url(../images/people2.png) no-repeat;
}
.in-tools3 dd .t5 {
    background: url(../images/people1.png) no-repeat;
}
.in-tools3 dd .t6 {
    background: url(../images/fax.png) no-repeat;
}*/

.in-tools3 dd a {
    color: #125698;
    line-height: 18px;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
}

.in-tools3 dd a:hover {
    color: #125698;
    text-decoration: none;
    font-size: 16px;
}

.list-tx {
    float: left;
}

.list-tx dl {
    margin: 3px 0px;
}

.list-tx dd {
    width: 702px;
    height: 25px;
    float: left;
    display: inline;
}

.list-tx dd a {
    color: #484848;
    line-height: 25px;
    display: block;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 610px;
}

.list-tx dd a:hover {
    color: #186ba1;
    text-decoration: none;
}

.list-tx dd span {
    float: right;
    margin: -20px 5px 0 0;
    color: #999;
}

.list-tx .line {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
}

.list-tx1 {
    float: left;
}

.list-tx1 dl {
    margin: 3px 0px;
}

.list-tx1 dd {
    width: 265px;
    height: 25px;
    float: left;
    display: inline
}

.list-tx1 dd a {
    color: #484848;
    line-height: 25px;
    display: block;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
}

.list-tx1 dd a:hover {
    color: #186ba1;
    text-decoration: none;
}

.list-tx1 dd span {
    float: right;
    margin: -20px 5px 0 0;
    color: #999;
}

.list-tx1 .line {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}

.list-tx2 {
    float: left;
}

.list-tx2 dl {
    margin: 3px 0px;
}

.list-tx2 dd {
    width: 302px;
    height: 20px;
    float: left;
    display: inline;
}

.list-tx2 dd a {
    color: #484848;
    line-height: 20px;
    display: block;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
}

.list-tx2 dd a:hover {
    color: #186ba1;
    text-decoration: none;
}

.list-tx2 dd span {
    float: right;
    margin: -20px 5px 0 0;
    color: #999;
}

.list-tx2 .line {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}

.list-tx3 {
    float: left;
}

.list-tx3 dl {
    margin: 3px 0px;
}

.list-tx3 dd {
    width: 314px;
    height: 22px;
    float: left;
    display: inline
}

.list-tx3 dd a {
    color: #484848;
    line-height: 22px;
    display: block;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
}

.list-tx3 dd a:hover {
    color: #186ba1;
    text-decoration: none;
}

.list-tx3 dd span {
    float: right;
    margin: -20px 5px 0 0;
    color: #999;
}

.list-tx3 .line {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}

.list-tx4 {
    float: left;
}

.list-tx4 dl {
    margin: 3px 0px;
}

.list-tx4 dd {
    width: 734px;
    height: 25px;
    float: left;
    display: inline;
}

.list-tx4 dd a {
    color: #484848;
    line-height: 25px;
    display: block;
    padding: 0 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 650px;
}

.list-tx4 dd a:hover {
    color: #186ba1;
    text-decoration: none;
}

.list-tx4 dd span {
    float: right;
    margin: -20px 5px 0 0;
    color: #999;
}

.list-tx4 .line {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd
}


/*  nav  */

#nav {
    float: left;
    overflow: hidden;
    height: 25px;
    background: #ffffff;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 13px;
}

#nav UL {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
    height: 25px;
}

#nav UL LI {
    font-size: 14px;
    background: url(../images/nav01.gif);
    float: left;
    margin: 0px 0px 0px 8px;
    color: #333;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    padding: 0;
}

#nav A:link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

#nav A:visited {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

#nav A:active {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

#nav UL .hot {
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    color: #186ba1;
    line-height: 25px;
    text-decoration: none;
}

#nav .hot A:link {
    font-weight: bold;
    font-size: 14px;
    color: #186ba1;
    line-height: 25px;
    text-decoration: none;
}

#nav .hot A:visited {
    font-weight: bold;
    font-size: 14px;
    color: #186ba1;
    line-height: 25px;
    text-decoration: none;
}

#nav .hot A:active {
    font-weight: bold;
    font-size: 14px;
    color: #186ba1;
    line-height: 25px;
    text-decoration: none;
}

#navSub {
    clear: both;
    width: 702px;
    height: 190px;
    float: left;
    margin-top: 6px;
}

#navSub ul {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
    height: 25px;
}

#navSub ul li {
    float: left;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}

.displayNone {
    display: none;
    margin: 0px;
}

.dede_pages {
    line-height: 20px;
    clear: both;
    float: left;
    padding: 30px 0px 30px 15px;
    width: 600px;
}

.dede_pages ul {
    display: table;
    float: none;
}

.dede_pages ul li {
    float: left;
    margin-right: 4px;
}

.dede_pages ul li a {
    border: 1px #2786c0 solid;
    padding: 0px 10px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #2786c0;
}

.dede_pages ul li a:hover {
    border: 1px #2786c0 solid;
    padding: 0px 10px;
    background: #2786c0;
    color: #fff;
    text-decoration: none;
}

.dede_pages ul li.nohref {
    border: 1px #ddd solid;
    padding: 0px 10px;
    color: #999;
}

.dede_pages ul li.thisclass {
    border: 1px #2786c0 solid;
    padding: 0px 10px;
    color: #fff;
    background: #2786c0;
}

.in-tools2 {
    width: 233px;
    height: auto;
    float: left;
    overflow: hidden;
}

.in-tools2 dd {
    width: 206px;
    height: 31px;
    margin: 8px 13px;
    background: url(../images/pic14.jpg) no-repeat;
}

.in-tools2 dd:hover {
    background: url(../images/pic14.jpg) no-repeat;
}

.in-tools2 dd p {
    width: 25px;
    float: left;
    margin: 0px 12px 0px 6px;
}

.in-tools2 dd .t1 {
    background: url(../images/book.png) no-repeat;
    width: 20px;
    height: 21px;
    margin-top: -3px;
}

.in-tools2 dd .t2 {
    background: url(../images/people.png) no-repeat;
    width: 24px;
    height: 16px;
}

.in-tools2 dd .t3 {
    background: url(../images/picture.png) no-repeat;
    width: 24px;
    height: 20px;
    margin-top: -2px;
}

.in-tools2 dd .t4 {
    background: url(../images/organization.png) no-repeat;
    width: 25px;
    height: 21px;
    margin-top: -2px;
}

.in-tools2 dd .t5 {
    background: url(../images/student.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -4px;
}

.in-tools2 dd .t6 {
    background: url(../images/contact.png) no-repeat;
    width: 24px;
    height: 16px;
}

.in-tools2 dd a {
    color: #125698;
    line-height: 18px;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
}

.in-tools2 dd a:hover {
    color: #125698;
    text-decoration: none;
    font-size: 16px;
}

.place {
    margin: 10px 0px 10px 0px;
    height: 25px;
    color: #666;
    line-height: 25px;
    background-image: url(../images/icon5.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: -1px;
}

.place a {
    color: #666;
    text-decoration: none;
}

.place a:hover {
    color: #2786c0;
    text-decoration: none;
}

.content_title {
    /* text-align:center; line-height:35px; margin-top:10px; height:35px; color:#000; font-size:18px; font-weight: bold; */
    /*text-align:center;  margin-top:10px;  color:#000; font-size:18px; font-weight: bold; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:650px;*/
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 650px;
}

.content_title_describe {
    border: 1px #f2f2f2 solid;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #999;
    margin: 10px 0px 20px 0px;
    background: #f9f9f9;
}

.content_title_describe SPAN {
    padding: 0px 15px 0px 15px;
}

.content_text {
    /* line-height:22px; margin:0px 20px; font-size:12px; */
    line-height: 22px;
    margin: 0px 20px;
    font-size: 12px;
    width: 694px;
}

.list-pngjs {
    margin-bottom: 16px;
    float: left;
    border: 1px #ccc solid;
}

.list-pngjs DD {
    margin: 10px 10px 0px 12px;
    width: 160px;
    display: inline;
    float: left;
    text-align: center;
}

.list-pngjs DD a {
    line-height: 30px;
    display: block;
    color: #666;
}

.list-pngjs DD a:hover {
    color: #390;
    text-decoration: none;
}

.list-pngjs DD img {
    WIDTH: 160px;
    HEIGHT: 110px;
    border: 1px #eee solid;
    width: 160px;
    height: 110px;
    margin-bottom: 5px;
}

.list-pngjs1 DD img {
    width: 160px;
    height: 180px;
}

#faculty_title {
    background-color: #e3ebf6;
    padding-left: 10px;
    font-weight: bold;
    color: #176aa0;
    margin-top: 10px;
}

#faculty_content {
    background-color: #f6f6f6;
    line-height: 18pt;
    text-indent: 2em;
    min-height: 190;
}

#faculty_content_left {
    background-color: #f6f6f6;
    line-height: 18pt;
    width: 140;
    float: left;
    min-height: 180px;
}

#faculty_content_right {
    background-color: #f6f6f6;
    line-height: 18pt;
    text-indent: 2em;
    width: 544;
    min-height: 180;
    margin-left: 140px;
    padding-left: 15px;
    padding-right: 8px;
}