@charset "utf-8";
html, body, ul, li, p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
html, body {
    width: 100%;
    font-size: 16px;
    font-family: "Georgia","Arial", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
table {
    border-collapse: collapse;
}
.mainContent {
    width: 1200px;
    margin: 0 auto;
}

/*header*/

.header {
    width: 100%;
    height: 107px;
    background-color: #003F88;
}
.head {
    height: 100%;
    position: relative;
}
.logo, .logo img {
    height: 72px;
}
.logo {
    padding-top:18px;
}
/* search */
.search {
    width: 219px;
    height: 31px;
    border:1px solid #8c9ec2;
    margin-top: 37px;
}
.search input {
    outline: none;
}
.searchBtn {
    width: 31px;
    height: 31px;
    background:url(css_res/searchbtn.png) no-repeat left center;
    border: 0;
    cursor: pointer;
}
.searchInput {
    width: 184px;
    height: 30px;
    border: 0;
    color: #fff;
    line-height: 30px;
    text-indent: 10px;
    background: none;
}
.chinese {
    position: absolute;
    right: 60px;
    top: 6px;
    color: #fff;
}
.chinese:hover {
    color: #fff;
}

.english {
        color:#FFFFFF; 
        right:0; 
        position:absolute;
         top:6px;
}


/* nav */
.nav {
    height: 45px;
    position: relative;
    z-index: 100;
}
.cg-nav>li {
    height: 45px;
}
.cg-nav>li>a {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    padding:0;
    border-bottom: 2px solid #fff;
    font-family: Roboto Condensed-Bold;
}
.cg-nav>.nav-selected>a, .cg-nav>.selected-nav>a {
    color: #193c84;
    border-bottom: 2px solid #193c84;
}
.second-nav {
    min-width: 110px;
}
.cg-nav .second-nav li {
    height: 30px;
    line-height: 30px;
    background-color: #f3f1eb;
}
.cg-nav .second-nav li a {
    padding:0;
    font-family: Roboto Condensed-Regular;
}
.cg-nav .second-nav li:hover {
    background: #f3f1eb;
}
.cg-nav .second-nav li:hover a {
    color: #193c84;
}

/*content*/

.content {
    width: 100%;
}
.indexpic {
    width: 100%;
    min-width: 1100px;
    height: 358px;
    overflow: hidden;
    position: relative;
}
.pic-box, .big-pic, .big-pic ul, .big-pic li {
    width: 100%;
    height: 100%;
}
.big-pic li {
    position: relative;
}
.big-pic li a {
    display: block;
    width: 100%;
    height: 100%;
}
.indexpic img {
    width: 100%;
}
.small-pic {
    width: 1200px;
    height: 17px;
    position: absolute;
    right: 50%;
    margin-right:-600px;
    bottom: 12px;
}
.small-pic ul {
    width: 100%;
    height: 100%;
    text-align: right;
}
.small-pic li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 13px;
    border: 2px solid #fff;
    margin: 0 4px;
}
.small-pic li.small-hover {
    background-color: #b31832;
}
.pic-title {
    width: 1200px;
    height: 43px;
    
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left:-600px;
}
.pic-title a {
    display: block;
    color: #fff;
    background: url(css_res/black.png);
    float:left;
    font-weight: bold;
    font-size:18px;
    padding:10px 20px;
    line-height: 24px;
    font-family: Facile sans-serif;
}
.pic-title span {
    display: block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    background-color: #fbb040;
    float: right;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}
.pic-title .art_summary {
    line-height: 33px;
    color: #fff;
    font-size: 20px;
}
.whiteBlock {
    width: 1000px;
    position: absolute;
    top:0;
    bottom:0;
    background: #fff;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.whiteBlock.pre {
    left:50%;
    margin-left:600px;
}
.whiteBlock.next {
    right:50%;
    margin-right:600px;
}
/* new */
.indexLeft {
    width:398px;
}
.indexRight {
    width:766px;
}
.news,.events {
    height: 344px;
    overflow: hidden;
}
.title {
    height: 30px;
    padding:23px 0 27px;
    overflow: hidden;
}
.title h3 {
    float: left;
    margin-right: 20px;
    font-family: 'Georgia';
    font-size:28px;
    line-height: 38px;
    font-family: Roboto Condensed-Bold;
}
.title a {
    line-height: 48px;
    font-family: 'Georgia';
    font-size: 16px;
    float: right;
    color: #193c84;
}
.events li{
    list-style: none;
    height: 68px;
    margin-bottom:30px;
}
.eventContent .art_date {
    height: 68px;
    width: 68px;
    text-align: center;
    color:#fff;
    margin-right:17px;
}
.eventContent .date {
    height: 50px;
    background-color: #193c84;
    line-height: 50px;
    font-size: 34px;
}
.eventContent .month {
    height: 18px;
    line-height: 18px;
    background-color: #47639d;
}
.eventContent h3 {
    width: 312px;
    line-height: 22px;
    font-size: 14px;
}
/* activities */
.activitie,.research {
    height: 394px;
}
.activitieContent li{
    height: 117px;
    float: none;
    padding:0;
    margin-bottom:40px;
}
.activitieContent .art-img,.activitieContent .art-img img {
    width: 173px;
    height: 117px;
    margin-right:18px;
    float: left;
}
.activitieContent .art-heading {
    text-align: left;
    line-height: 28px;
    margin-top: -6px;
}
.activitieContent .art-summary {
    color:#959595;
    font-size:13px;
    line-height: 24px;
}
.activitieContent .art-date {
    color:#a3a3a3;
}
/* news */
.newContent ul {
    margin: 0 -9px;
}
.newContent #artphs li{
    width: 243px;
    padding:0;
    margin:0 9px;
}
.newContent .art-img,.newContent .art-img img {
    width: 243px;
    height: 165px;
}
.newContent .art-heading {
    text-align: left;
    line-height: 27px;
}
.newContent .art-summary {
    color:#959595;
    font-size:13px;
    line-height: 24px;
}
.newContent .art-date {
    color:#a3a3a3;
}
/* Research progress */
.researchContent li{
    list-style: none;
    height: 68px;
    margin-bottom: 35px;
    line-height: 68px;
}
.researchContent .art_date {
    width:115px;
    background-color: #e4e4e4;
    color:#193c84;
    text-align: center;
    font-size: 14px;
}
.researchContent h3 {
    padding:0 20px;
    width: 611px;
    background: #f6f6f6;
}
.researchContent .more {
    display: block;
    width: 18px;
    height: 24px;
    background: url(css_res/morebg.png) no-repeat left top;
    float: right;
    margin-top:22px;
}
/* picLinks */
.picLinks {
    height: 119px;
    background: #f6f6f6;
    padding:18px 0;
}
.picLinks ul {
    margin:0 -15px;
}
.picLinks li {
    list-style: none;
    float: left;
    width: 170px;
    margin:0 15px;
    text-align: center;
}
.picLinks i  {
    display: block;
    width: 58px;
    height: 60px;
    margin:0 auto;
}
.picLinks i.picIconi1 {
    background: url(css_res/picLinks.png) no-repeat left top;
}
.picLinks i.picIconi2 {
    background: url(css_res/picLinks.png) no-repeat left -60px;
}
.picLinks i.picIconi3 {
    background: url(css_res/picLinks.png) no-repeat left -120px;
}
.picLinks i.picIconi4 {
    background: url(css_res/picLinks.png) no-repeat left -180px;
}
.picLinks i.picIconi5 {
    background: url(css_res/picLinks.png) no-repeat left -240px;
}
.picLinks i.picIconi6 {
    background: url(css_res/picLinks.png) no-repeat left -300px;
}
.picLinks li:hover i.picIconi1 {
    background: url(css_res/picLinks.png) no-repeat right top;
}
.picLinks li:hover i.picIconi2 {
    background: url(css_res/picLinks.png) no-repeat right -60px;
}
.picLinks li:hover i.picIconi3 {
    background: url(css_res/picLinks.png) no-repeat right -120px;
}
.picLinks li:hover i.picIconi4 {
    background: url(css_res/picLinks.png) no-repeat right -180px;
}
.picLinks li:hover i.picIconi5 {
    background: url(css_res/picLinks.png) no-repeat right -240px;
}
.picLinks li:hover i.picIconi6 {
    background: url(css_res/picLinks.png) no-repeat right -300px;
}
.picLinks h3 {
    margin-top: 12px;
}
.picLinks li a {
    font-size:16px;
    line-height: 24px;
    word-break:break-all;
}
.picLinks li:hover a{
    color: #193c84;
}
/*footer*/
.footer {
    width: 100%;
    height: 158px;
    background-color: #003F88;
    padding:18px 0 9px;
}
.foot {
    height: 100%;
    overflow: hidden;
}
.link {
    width: 836px;
    color: #dfe1ea;
    float: left;
}
.link a {
    color: #dfe1ea;
    font-size: 14px;
}
.link a:hover {
    color: #dfe1ea;
}
.link>li {
    width: 33%;
    float: left;
    list-style: none;
}
.link h3 {
    line-height: 44px;
    font-size: 18px;
}
.link .cg-news-list li {
    padding: 0;
    background: none;
    float:left;
    width: 33.33%;
}
.link .cg-news-list a {
    float: none;
    line-height: 30px;
}
.copyright {
    width: 362px;
    height: 100%;
    text-align: right;
    line-height: 24px;
    color:#dfe1ea;
    border-left:1px solid #47639d;
    font-size: 14px;
    margin-top: 10px;
}

/*list*/
.listBanner {
    height: 197px;
    margin-bottom: 23px;
}
.listBanner li {
    list-style: none;
}
.listBanner img {
    width: 100%;
    height: 197px;
}
.list-left {
    width: 271px;
    padding-right: 20px;
}
.leftMain {
    background: #f6f6f6;
    padding:9px 28px;
    min-height: 400px;
}
.cat-title {
    line-height: 30px;
    padding:22px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.cg-catalog>li {
    line-height: 36px;
    min-height: 36px;
    position: relative;
}
.cg-catalog>li>a {
    color: #343434;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}
.cg-catalog>.cat-selected>a {
    color: #193c84;
    line-height: 36px;
}
.cg-catalog>.cat-selected>.right {
    display: block;
    width:7px;
    height: 11px;
    background: url(css_res/right.png) no-repeat left top;
    position: absolute;
    right:-58px;
    top:12px;
}
.cg-catalog>.cat-parent>.right {
    display: block;
    width:7px;
    height: 11px;
    background: url(css_res/right.png) no-repeat left top;
    position: absolute;
    right:-58px;
    top:12px;
}
.cg-catalog .second-catalog>li>a {
    font-weight: normal;
    line-height: 36px;
}
.cg-catalog .second-catalog>.cat-selected a {
    color: #193c84;
}
.list-right {
    width: 875px;
    border-left:2px solid #193c84;
    padding-left: 31px;
    margin-bottom: 23px;
}
.cg-position {
    margin-bottom: 30px;
    line-height: 100%;
    font-size: 16px;
    font-weight: bold;
}
.cg-position a {
    color: #000;
}
.list-right-content {
    min-height: 400px;
}
.list-right-content .cg-news-list li {
    line-height: 30px;
}
.list-right-content img {
    max-width: 858px;
}
.cg-content .art-summary {
    border-bottom: 0;
}
.search_list h2 {
    line-height: 40px;
}
.search_list ul {
    margin-top: 20px;
}
.search_list li {
    line-height: 30px;
    list-style: none;
}
.cg-page {
    margin-top: 20px;
}
/*professor*/
.professorLinkBox {
    height: 187px;
}
.tabTitle {
    height: 42px;
    position: relative;
    z-index: 1;
}
.tabTitle li {
    margin-right:4px;
    border:1px solid #f6f6f6;
    border-bottom:1px solid #dadada;
    background: #f6f6f6;
    text-align: center;
    line-height: 40px;
    float: left;
    list-style: none;
    padding:0 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.tabTitle li.tabs-selected {
    border:1px solid #dadada;
    border-bottom:1px solid #fff;
    background: #fff;
}
.tabContent {
    border:1px solid #dadada;
    margin-top: -1px;
    height: 145px;
}
.tabContent li {
    width:342px;
    float: left;
    margin-left:76px;
}
.tabContent .cg-news-list {
    margin-top: 26px;
}
.professorSearchBox {
    height: 66px;
    margin-top: 25px;
}
.professorSearchBox .unameInput {
    border:1px solid #bababa;
    background: #fafafa;
    height:60px;
    width:670px;
    float:left;
    text-indent: 20px;
    font-size: 16px;
    color: #7d7d7d;
}
.professorSearchBox .submitBtn {
    width: 192px;
    height: 66px;
    background: #193c84;
    color:#fff;
    font-size: 16px;
    border:0;
    float:right;
    padding:0;
}
.professorTable {
    width: 100%;
    border :1px solid #eaeaea;
    font-size: 14px;
}
.professorTable td,.professorTable th {
    border :1px solid #eaeaea;
    text-align: center;
    line-height: 24px;
}
.professorTable td {
    font-weight: normal;
}
.tableHead {
    line-height: 60px;
    color:#6173a1;
    text-align: center;
}


.cg-content .sub-art-heading{font-size:14px;}
.wp_search .search{margin-top:0;width: 31px;
height: 31px;background:url(css_res/searchbtn.png) center no-repeat;}

.possplit {
    background: none;
    text-indent: 0px;
    text-align: center;
    width: 18px;
    display: inline-block;
    border: 0px solid red;
}
.MMM {
    height: 18px;
    line-height: 18px;
    background-color: #47639d;
}
.dd {
    height: 50px;
    background-color: #193c84;
    line-height: 50px;
    font-size: 34px;
}

.wp-window1 .cg-nav > li.i1 > a{border-bottom: 2px solid #193C84;color: #193C84;}
.cg-nav > .nav-parent > a{color: #193C84;
border-bottom: 2px solid #193C84;}


.art-content.article-content .wp_articlecontent p, span {
    font-family: Roboto-Regular !important;
}
.cg-content .art-heading {
    font-size: 16px;
    line-height: 40px;
    font-family: Rabiola serif !important;
}

.cg-news-list-norq .art-date {
    display: none;
}