﻿/*****************************************/
/*                 通用样式              */
/*****************************************/
.common_Style {
    background:url(../images/icon/common_01.png);
}
.common_Style a{
    color:Navy;
    text-decoration: none;
}
.common_Style a:focus 
{
  /*outline: thin dotted;*/  
  outline: none;
}


/*****************************************/
/*       研究院概况菜单样式              */
/*****************************************/
.about-menu {
    background:#dedcdc;
    margin-left:-6px;
    min-height:500px;
}
.about-menu .about-header {
    background:#04376c;
    height:50px;
}
.about-header > h5 {
    text-align:center;
    color:#ffffff;
    font-size:20px;
    padding-top:12px;
}
.about-body > div > ul > li {   
    border-bottom:1px solid #cccccc; 
    padding:15px 20px;
    border-left:3px solid #dedcdc;
}
.about-body  div > ul > li > a {
    background:url(img/xtb_01.png) left no-repeat;
    color:#000000;
    margin-left:10px;
}
.about-body > div > ul > li > a > span {
    margin-left:30px;
}
.about-body > div > ul > li > a:hover {
    color:#fe0000;
}
.about-body > div > ul > li:hover {
    border-left:3px solid #0481c9;

}


/*****************************************/
/*         新闻动态菜单样式              */
/*****************************************/
.article-menu {
    background:#dedcdc;
    margin-left:-6px;
    min-height:500px;
}
.article-menu .article-header {
    background:#04376c;
    height:50px;
}
.article-header > h5 {
    text-align:center;
    color:#ffffff;
    font-size:15px;
    padding-top:12px;
}
.article-header > h6 {
    text-align:center;
    color:#ffffff;
    font-size:15px;
    padding-top:14px;
}
.article-body > div > ul > li {   
    border-bottom:1px solid #cccccc; 
    padding:15px 20px;
    border-left:3px solid #dedcdc;
}
.article-body > div > ul > li > a {
    background:url(img/xtb_01.png) left no-repeat;
    color:#000000;
    margin-left:10px;
}
.article-body > div > ul > li > a > span {
    margin-left:30px;
}
.article-body > div > ul > li > a:hover {
    color:#fe0000;
}
.article-body > div > ul > li:hover {
    border-left:3px solid #0481c9;

}


/*****************************************/
/*         组织机构菜单样式              */
/*****************************************/
.organize-menu {
    background:#dedcdc;
    margin-left:-6px;
    min-height:500px;
}
.organize-menu .organize-header {
    background:#04376c;
    height:50px;
}
.organize-header > h5 {
    text-align:center;
    color:#ffffff;
    font-size:20px;
    padding-top:12px;
}
.organize-body > div > ul > li {   
    border-bottom:1px solid #cccccc; 
    padding:15px 20px;
    border-left:3px solid #dedcdc;
}
.organize-body > div > ul > li > a {
    background:url(img/xtb_01.png) left no-repeat;
    color:#000000;
    margin-left:10px;
}
.organize-body > div > ul > li > a > span {
    margin-left:30px;
}
.organize-body > div > ul > li > a:hover {
    color:#fe0000;
}
.organize-body > div > ul > li:hover {
    border-left:3px solid #0481c9;

}


/********************************/
/*        组织结构样式表       */
/*******************************/
.OrganizeContent a {
    color:#fe0000;
}
.OrganizeContent p {
    text-indent:2em;
    font-size:12px;
}


/*****************************************/
/*    通知公告 ArticleList_panel.ascx    */
/*****************************************/
.PagePanel {
    padding:0px 5px 0px 5px;
    margin-bottom:5px;
}
.PagePanel a {
    font-size:14px;
    padding-left:8px;
    background:url(../images/Article/icon2.gif) no-repeat left;
    color:#3C4049;
    text-decoration: none;
}
/*控制数据底色的高度和数据显示的位置*/
.PagePanel div {
    height:auto;
    padding:7px 7px 7px 8px;
    border-bottom:1px dashed #D4D4D4;   
}
/*取消单击虚线框*/
.PagePanel a:focus 
{
  /*outline: thin dotted;*/  
  outline: none;
}
/*控制链接访问前后的颜色*/
.PagePanel a:visited {
    color: #3C4049;
}
.PagePanel a:hover {
    color:#0481c9;
}
.PagePanel span {
    float:right;
    font-size:11px;
    /*color:#0481c9;*/
    margin-top:3px;
}



/********************************************/
/*      列表页面     Content.ascx           */
/********************************************/
.Content_Style {
    border-bottom:1px dashed #D4D4D4;
    line-height:32px;
    list-style:none; 
}
.Content li a{
    font-size:13px;
    /*outline: thin dotted;*/  
    outline: none; 
    text-decoration: none;
    padding-left: 20px;
    background:url(img/z_01.gif) no-repeat left;
    color:#000000;
}
.Content li a:hover {
    color:#0481c9;
}
.Content span {
    float:right;
    font-size:11px;
}
.Content {
    /*border:1px solid #D4D4D4;*/
    padding:0px 8px 0px 10px;
    min-height:400px;
}


/********************************************/
/*      人才招聘列表页面                    */
/********************************************/
.RecruitContent_Style {
    /*border-bottom:1px dashed #D4D4D4;*/
    line-height:30px;
    list-style:none; 
}
.RecruitContent li a{
    font-size:13px;
    /*outline: thin dotted;*/  
    outline: none; 
    text-decoration: none;
    padding-left:50px;
    line-height:1;
    color:#000000;
}
.RecruitContent li a:hover {
    color:#fe0000;
}
.RecruitContent span {
    float:left;
    font-size:11px;
    margin-left:20px;
}
.RecruitContent {
    /*border:1px solid #D4D4D4;*/
    padding:0px 8px 0px 5px;
}


/********************************************/
/*      人才招聘列表页面                    */
/********************************************/
.ShowRecruit_Style {
    /*border-bottom:1px dashed #D4D4D4;*/
    /*line-height:30px;*/
    list-style:none; 
}
.ShowRecruit li p{
    font-size:12px;
    /*outline: thin dotted;*/  
    outline: none; 
    text-decoration: none;
    padding-left:30px;
    line-height:1;
    color:#000000;
}
.ShowRecruit li a:hover {
    color:#0481c9;
}
.ShowRecruit span {
    float:left;
    font-size:12px;
    margin-left:20px;
}
.ShowRecruit {
    min-height:300px;
    /*border:1px solid #D4D4D4;*/
    padding:0px 8px 0px 5px;
}
#RecruitDescription > div h6 {
    margin-left:20px;
    color: #d9534f;
    font-weight:bold
}
#RecruitDescription > div h6 span{
    /*margin-left:-10px; */
    padding:6px 10px; 
    border-bottom:3px solid #d9534f
}
.subTitleUnderline{
    margin-bottom:10px; 
    border-top:1px solid #eee
}


/********************************************/
/*      电子杂志页面   EZineContent.ascx    */
/********************************************/
.EZineContent_Style {
    /*border-bottom:1px dashed #D4D4D4;*/
    line-height:24px;
    list-style:none; 
}
.EZineContent li a{
    font-size:12px;
    /*outline: thin dotted;*/  
    outline: none; 
    text-decoration: none;
    /*padding-left: 20px;
    background:url(img/z_01.gif) no-repeat left;*/
    color:#000000;
}
.EZineContent li a:hover {
    color:#fe0000;
}
.EZineContent span {
    /*float:right;*/
    margin-left:10px;
    font-size:10px;
    color:Gray;
}
.EZineContent {
    /*border:1px solid #D4D4D4;*/
    padding:0px 8px 0px 10px;
}





/********************************************/
/* 文章内容页面    ArticleList_Detail.ascx */
/********************************************/
.ArticleList_Detail_Title {
    text-align:center;
    padding:20px 120px 0px 120px;
}

.ArticleList_Detail_Author {
    text-align:center;
    border-bottom:1px dashed #D4D4D4;
    border-top:1px dashed #D4D4D4;
}
.ArticleList_Detail_Content div{
    line-height:30px;
    font-family:宋体;
    font-size:14px;
    color:#000000;
    padding:30px 10px 20px 10px;
    word-wrap: break-word;
    word-break: normal;
}
.ArticleList_Detail_Foot {
    border-top:1px dashed #D4D4D4;
    text-align:right;
    padding:10px 0px 10px 0px;
}
.ArticleList_Detail_Foot a {
    font-size:12px;
    text-decoration: none;
}
/*取消单击虚线框*/
.ArticleList_Detail_Foot a:focus 
{
  /*outline: thin dotted;*/  
  outline: none;
}

.ArticleList_Detail_SubTitle {
    text-align:center;
    padding:0px 200px 0px 200px;
}
.ArticleList_Detail_Other {
    margin-top:40px;
    text-align:center;
}
.ArticleList_Detail_Other small {
    font-size:11px;
    color:Gray;
    text-align:center;
    margin-left:50px;
}
.ArticleList_Detail_attachList {
    padding:10px 10px 20px 20px;
}


/*****************************/
/*       留言动态样式       */
/****************************/
#Ad_AdviceCtl {
    margin-top:10px;
}
.AdviceCtl > span {
    font-size:15px;
    color:#fe0000;
}
.AdviceCtl > a  {
    float:right;
    font-size:10px;
    color:#fe0000;
    margin-top:5px;
}
.AdviceCtl_Content > ul > li {
    background:url(img/icon3.gif) left no-repeat;
    height:38px;
    text-align:left;
    line-height:38px;
    border-bottom:1px dotted Gray;
}
.AdviceCtl_Content > ul > li > a {
    margin-left:10px;
    color:#3e3e3e;
}
.AdviceCtl_Content > ul > li> span {
    float:right;
    padding-right:20px;
    font-size:10px;    
}


/********************************************/
/*      搜索页面     Search.ascx           */
/********************************************/
.SearchEZine_Content {
    border-bottom:1px dashed #D4D4D4;
}
.SearchEZine li a{
    font-size:14px; 
    outline: none; 
    text-decoration: none;
    color:#000000;
}
.SearchEZine li a:hover {
    color:#fe0000;
}
.SearchEZine span {
    margin-left:20px;
    font-size:12px;
}
.SearchEZine p {
    line-height:20px;
    font-size:12px;
}
.SearchEZine {
    padding:0px 8px 0px 10px;
}


/*********************************/
/*          静态文字样式         */
/*********************************/
.Notice_Content {
    min-height:400px;
    margin-bottom:20px;
}
.Notice_Content > h4 {
    text-align:center;
    margin-bottom:30px;
}
.Notice_Content div > p,
.Notice_Content > p {
    line-height:1.8;
    text-indent:2em;
}
.Notice_Content > p > span {
    font-size:12px;
    font-weight:bold;
}
.Notice_Content > h5 {
    text-align:right;
}
.Notice_Content tr {
    height:40px;
}
.Notice_Content  tr  p {
    line-height:40px;
}
.Notice_Content strong {
    color:#fe0000;
}
.Notice_Content img {
    text-align:center;
}
.Notice_Content a {
    color:#fe0000;
}