@charset "utf-8";
/* Base Reset 
绿色主题：

菜单：#09714e
日期：#c9e2da
日期时间：#09714e
日期字体：#c9e2da

中间按钮：#09714e




蓝色主题：
头部：0044cd
菜单：030f9e
日期时间：#1d27a8
日期字体：#ffffff

中间按钮：#1d27a8

红色c31111   
菜单：#940c0c

 */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
div.slider-nav span {
    font-size: 0px;}
div.timer {
    display: none;}
.fl {
  float: left;
}


div#wp_content_w6_0 table {
   height: auto;
    width: 776px !important;
}
.navbox.chuang1 style {
    display: none !important;
}
.fr {
  float: right;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

html {
  overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1 arial, \5b8b\4f53;
  outline: 0;
  font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
}

:focus {
  outline: 0;
}

a * {
  transition: all .2s ease-in;
}

/*备用样式表*/

.none {
  display: none;
}

.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97CBE0;
}

.hidden {
  visibility: hidden;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.bc-fff {
  background-color: #fff;
}

/**全局样式**/

html {}

body {
  font: 12px/1 "Microsoft YaHei", "Simsun", arial, \5b8b\4f53;
  color: #333;
  background-color: #fff;
}

/*背景样式*/

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #c31111;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: 1200px;
  margin: 0 auto;
}

/**页面全局宽度**/

.wrapper .inner1 {
  width: 1200px;
  margin: 0 auto;
}

.headerPart {
	/* 修改颜色 */
  background-color: #940c0c;
  background-image: url(images/top1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

/**页头开始**/

#header {}

#header .inner {}

.head {
  width: 100%;
  height: 193px;
  position: relative;
  position: relative;
 
}

/**页头部分**/

.en{height: 25px; line-height: 25px; float: right;}
.en a{color: #FFFFFF; font-size: 18px; }
.en a:hover{color: #FFFFFF;}

.head .sitelogo {
  float: left;
  padding-top: 40px;
}

.head .sitetitle {
  display: none;
  float: left;
  margin-top: 45px;
  margin-left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

/**站点名称**/

.navbar {
  width: 100%;
}

/**导航区域背景**/

.navbar .navbox {
  width: 100%;
  margin: 0 auto;
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/

.menu-switch-arrow {
  display: none;
}

.nav {
  background-color: rgba(255, 255, 255, .1);
}

.navbox .wp-menu {
  margin: 0 auto;
}

/**导航高度**/

.navbox .wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 100;
}

.navbox .wp-menu .menu-item a.menu-link {
  display: inline-block;
  padding: 0 21px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  width: 108px;
  text-align: center;
}

/**导航字体样式**/

.navbox .wp-menu .menu-item a.menu-link:hover,
.navbox .wp-menu .menu-item a.menu-link.parent {
  text-decoration: none;
  color: #fff;
  background-color: #c31111;
}

/**鼠标经过或当前选中时样式**/

.navbox .sub-menu {
  background-color: #c31111;
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 100;
  width: 150px;
}

/**菜单背景**/

.navbox .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
  border-bottom: 1px solid #ddd;
}

.navbox .sub-menu .sub-item a {
  display: block;
  color: #ffffff;
  line-height: 50px;
  padding: 0 10px 0 20px;
  padding: 0;
  display: block;
  font-size: 14px;
  text-align: center;
}

/**子菜单字体样式**/

.navbox .sub-menu .sub-item a:hover,
.navbox .sub-menu .sub-item a.parent {
  color: #333;
  display: block;
}

.navbox .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  z-index: 200;
  background-color: #c31111;
  border-left: 1px solid #ddd;
}

/**slide导航**/

.wp-navi .navi-slide-head {
  display: none;
  padding: 0 10px;
  height: 49px;
}

.wp-navi .navi-slide-head .navi-slide-title {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #212121;
  font-size: 18px;
  line-height: 49px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
  display: block;
  width: 34px;
  height: 49px;
  float: right;
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/img/menu-icon-arrow.png) no-repeat 50%;
}

/**标题栏新闻窗口**/

.post {
  margin-bottom: 10px;
}

.post .tt {
  display: inline-block;
  width: 380px;
  border-bottom: 0px solid #c31111;
}



/* 公告栏 */
.tzgg_info{
	width: 355px;
	height: 60px; line-height: 60px;
	float: left;
	margin-left: 15px;
}
.post .gonggao{
	display: inline-block;
	width: 290px;
	border-bottom: 1px solid #c31111;
	height: 20px;
}

/**标题栏**/

.post .tt .tit {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: normal;
}

/**标题字体**/

.post .tt .tit .title {
  display: block;
  line-height: 42px;
  color: #424242;
}

.post .gonggao .tit .title {
  display: inline-block;
  line-height: 42px;
  color: #424242;
}

.post .tt .tit .name {
  display: none;
  line-height: 15px;
  color: #333;
}

.yydt{ float: left; width: 830px; height: 40px;line-height: 40px; margin-top: 20px; border-bottom: 1px solid #787878;}
.yydt a{ font-family: "microsoft yahei"; font-size: 24px; margin-left: 20px;;}
.tzgg{margin-left: 15px; width:355px;height: 40px;line-height: 40px; margin-top: 20px; border-bottom: 1px solid #787878;}
.tzgg { font-family: "microsoft yahei"; font-size: 24px; }





/*栏目别名*/

.post .con {
  padding: 6px 0;
  margin: 0 auto;
}

.post .con .wp_article_list .list_item {
  border-bottom: 1px dashed #ccc;
}

/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/li.gif) no-repeat center;
}

.post .more_btn {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
  font-size: 13px;
  cursor: pointer;
}

.post .more_btn .more_text {
  text-indent: -999em;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/more.png) no-repeat center;
}

.post .more_btn a {
  color: #666;
}

.post .more_btn a:hover {
  color: #666;
}

/*带图标标题*/

.post1 {}

.post1 .tt {}

.post1 .tt .tit {}

.post1 .tt .tit .title {}

/*标准标题*/

.post1 {}

.post1 .tt {
  margin-top: 30px;
  border-bottom: 1px solid #c31111;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.post1 .tt .tit .title.selected {
  color: #c31111;
}

.post1 .more_btn a {
  color: #c31111;
}

/* 特色科室链接按钮 */
.tsks{
	font-size: 20px; font-family: "microsoft yahei"; 
	height: 40px; line-height: 40px; border-bottom: 1px solid #1D1D1D;
}
.kyButton{
	font-size: 18px; background-color: #c31111;
	border-left: 4px solid #eea200;
	border-radius: 5px 0 0 5px;
	width:180px; height: 40px;
	text-align: center;
	float: left; 
	margin-right: 19px; margin-top: 10px;
}

.blast{ margin-right: 0px;}

.b1 a{line-height: 40px;width:180px;}
.bmin a{height: 40px; line-height: 40px;width:180px;}
.blast a{line-height: 40px;width:180px;}

.kyButton a{ display:block;  
	height: 40px; color: #FFFFFF;  line-height: 40px;
	background-color: #c31111;
	}
	.kyButton a:hover{background-color: #940c0c;}

/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
  font-size: 15px;
}

.post2 .tt .tit .title {
  color: #252525;
}

.post2 .con {
  padding: 0px 0;
  margin: 0 auto;
}

/*居中标题*/

.post3 {}

.post3 .tt {
  width: 100%;
  text-align: center;
}

.post3 .tt .tit {
  float: none;
}

.post3 .tt .tit .title {
  color: #017937;
}

.post3 .more_btn {
  margin-left: 10px;
  line-height: 20px;
  float: none;
}

/*标准标题扩展*/

.post4 {}

.post4 .tt {
  border-bottom: 1px solid #57b8ef;
}

.post4 .tt .tit {
  border-bottom: 0px;
}

.post4 .tt .tit .title {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  border-bottom: 3px solid #0074B3;
  cursor: pointer;
}

.post4 .tt .tit .title.selected {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.post4 .more_btn a {
  color: #fff;
}

.fn-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/**自定义新闻列表**/

.news_list {}

.news_list li.news {
  line-height: 40px;
	height: 40px;
  *line-height: 33px;
  padding-left: 0px;
}

/**标题图标**/

.news_list li.news span.news_title {
  float: right;
  width: 73%;
  font-size: 17px;
  line-height: 35px;
}

.post-new .news_list li.news span.news_title {
  width: 83%;
}

.post-new .news_list li.news span.news_meta {
  width: 14%;
}

/*标题*/

.news_list li.news h3.news_title {
  float: left;
  font-size: 17px;
  line-height: 35px;
  font-weight: normal;
  width: 75%;
}

.news_list li.news em {
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  float: left;
  font-style: normal;
  background-color: #c31111;
  font-family: 'Candara';
	margin-right: 10px;
}

.news_list li.news p.news_desc {
  height: 20px;
  line-height: 20px;
  padding-bottom: 4px;
}

.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
  color: #c31111;
  width: 22%;
  font-size: 14px;
  font-family: 'Candara';
  font-weight: bold;
}

/*属性*/

.news_list li.news .news_time span {
  color: #0f429b;
}

/*发布时间*/

.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 0px solid red;
}

.news_list li.news .news_text {
  line-height: 24px;
  color: #666;
}

/*默认简介*/

.news_list li.news .news_bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  background: #000;
  opacity: .7;
  filter: Alpha(opacity=70);
}

.news_list li.news p {
  line-height: 34px;
}

.news_img {
  width: 100%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}

.news_img img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/** 
*其他样式
*/

.mt20 {
  margin-top: 20px;
}

/**主体开始**/

#container {
  /* padding:7px 0; */
}

/*滚动Arrows */

.scrollnews3_div {
  overflow: hidden;
}

.scrollnews3_div_wrap {
  width: 100000px;
  height: 25px;
  line-height: 25px;
}

.scrollnews3_ul {
  list-style: none;
  float: left;
}

.scrollnews3_ul li {
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/dot.jpg);
  background-position: 0px 24px;
  background-repeat: repeat-x;
  padding-left: 10px;
  float: left;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  height: 90px;
  width: 24px;
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/slickarrow.png) no-repeat;
  top: 0%;
  margin-top: 0px;
  outline: none;
}

.slick-prev {
  display: none !important;
  left: -25px;
  background-position: left center;
}

.slick-prev:hover {
  background-position: left center;
  opacity: .8;
  filter: Alpha(opacity=80);
}

.slick-prev:before {
  content: '';
}

.slick-next {
  right: -35px;
  background-position: right top;
}

.slick-next:hover {
  background-position: right top;
  opacity: .8;
  filter: Alpha(opacity=80);
}

.slick-next:before {
  content: '';
}

.post-10 {
  margin-bottom: 0px;
}

.post-10 .con {
  padding-left: 30px;
  background: url('/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/notice_icon.png') no-repeat 5px center;
  overflow: hidden;
}

.post-10 .con .articlelist1_a_title {
  font-size: 15px;
  color: #ab0e06;
}

.post-10 .con .news_icon {
  background: none !important;
}

.post-10 .con .scrollnews3_ul li {
  background: none;
}

/**首页三列布局**/

.mod .con .ml {margin-top: 15px;}



.mod .ml {
  width: 380px;
 
  display: inline-block;
	
}

.dt{float: left; width: 830px;}
.tz{float: right;}
/**左列**/

.mod .mc {
  width: 380px;
  margin-left: 30px;
  float: left;

}

/**中间**/

.mod .mr {
  width: 380px;
  float: right;
}


/**右列**/

.mod .mlm {
  float: left;
  width: 720px;
	margin-top: 15px;
}

.mod .mrm {
  display: inline-block;
  width: 445px;
  margin-top: 15px;
}

.mbox {}

.mod {}

.mbox {}

.main0 {}

.main0 .inner {
  padding: 5px 0px 5px;
}

.main1 {}

.main1 .inner {
  padding: 0px 0px 0px;
}

.main1 .ml {
  float: left;
  width: 360px;
  padding-top: 8px;
}

.main1 .mc {
  float: left;
  width: 380px;
  margin-left: 30px;
}

.main1 .mr {
  float: right;
  width: 340px;
}

.main2 {
  background: #eeeeee;
}

.main2 .inner {
  padding: 15px 0 0;
}

.main2 .inner .mod {}

.main2 .ml {
  float: left;
  width: 530px;
}

.main2 .mr {
  float: right;
  width: 612px;
  padding-top: 25px;
}

.main2 .mr .mlink {
  float: right;
}

/**页脚开始**/

.jjdh{margin: 0px auto; font-size: 16px; font-weight: bold; text-align: center;;}

#footer {
  background-color: #584950;
  color: #fff;
}

#footer .inner {
  padding: 10px 0;
  text-align: center;
}

#footer .inner p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

#footer .inner p span {
  margin: 0 3px;
}

.foot {
  background-color: #c31111;
}

.foot_content .foot-word {
  padding-top: 15px;
  width: 1200px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.foot_content .foot-word span {
  color: #fff;
  display: inline-block;
  margin-right: 25px;
}

.foot_content .foot-word p {
  margin-bottom: 10px;
	text-align: center;
}

.foot_content .foot-word dl {
  margin-bottom: 10px;
  overflow: hidden;
}

.foot_content .foot-word dt {
  float: left;
  width: 150px;
	font-weight: bold;
}

.foot_content .foot-word dd {
  float: left;
  width: 1100px;
}
.foot_content .foot-word dd span:hover{
  font-weight: bold; color: darkred;
}

.foot_content .foot-qrcode {
  padding: 30px 0;
}

.foot_content .foot-qrcode li {
  float: left;
  padding-left: 30px;
  position: relative;
}

.foot_content .foot-qrcode li i {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.foot_content .foot-qrcode li a span {
  display: block;
}

.foot_content .foot-qrcode li span {
  background-color: #fff;
  padding-bottom: 10px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.foot_content .foot-qrcode li span img {
  width: 120px;
}

.footline{border-bottom: 1px solid #FFFFFF; height: 1px; margin-bottom: 10px;}

/**列表页**/

.lbanner {}

.lbanner .inner {
  position: relative;
}

.lbanner .column-name {
  display: none;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
  overflow: hidden;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  margin-top: -12px;
}

/**列表页banner图**/

.lbanner img {
  width: 100%;
  vertical-align: top;
}

.col_menu {
  width: 190px;
  float: left;
  position: relative;
  margin-right: -220px;
}

.col_menu .col_menu_head {
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/col_menu_head.jpg) no-repeat 0 0;
}

/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 70px;
  height: 70px;
  padding: 0 0 0 20px;
  background: #c31111;
  font-size: 32px;
  font-weight: normal;
}

/**栏目名称图标**/

/**栏目列表*/

/**一级栏目列表*/

.col_list .wp_listcolumn {
  border-top: 1px solid #2867A0;
  border-bottom: 1px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
  display: block;
  line-height: 40px;
  height: 40px;
  background: #EDEBDF url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/ico_arr.gif) no-repeat center right;
  border: 1px solid #FCFBF7;
  color: #c31111;
  font-size: 15px;
}

/**一级子栏目**/

.col_list .wp_listcolumn .wp_column a .column-name {
  padding-left: 25px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  line-height: 40px;
  height: 40px;
  color: #000;
  background-color: #FCFBF7;
}

/**鼠标经过或选中一级子栏目**/

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #c31111;
}

/**二级栏目列表*/

.col_list .wp_listcolumn .sub_list {}

.col_list .wp_listcolumn .sub_list .sub-item {}

.col_list .wp_listcolumn .sub_list .sub-item a {
  display: block;
  color: #454545;
}

/**二级子栏目**/

.col_list .wp_listcolumn .sub_list .sub-item a .column-name {
  padding-left: 40px;
}

.col_list .wp_listcolumn .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub-item a.selected {
  color: #000;
}

/**鼠标经过或选中二级子栏目**/

.col_list .wp_listcolumn .sub_list .sub-item a.selected span.column-name {
  color: #c31111;
}

/**三级栏目列表*/

.col_list .wp_listcolumn .sub_list .sub_list .sub-item a {
  background: #f2f2f2 url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3.gif) no-repeat 26px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}

/**三级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub-item a .column-name {
  padding-left: 55px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected {
  color: #000;
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3_hover.gif);
}

/**鼠标经过或选中三级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected span.column-name {
  color: #c31111;
}

/**四级栏目列表*/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a {
  background: #f5f5f5 url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3.gif) no-repeat 36px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

/**四级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a .column-name {
  padding-left: 70px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected {
  color: #000;
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected span.column-name {
  color: #c31111;
}

/**五级栏目列表*/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a {
  background: #f9f9f9 url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3.gif) no-repeat 46px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

/**五级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a .column-name {
  padding-left: 85px;
}

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected {
  color: #000;
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon_column_3_hover.gif);
}

/**鼠标经过或选中五级子栏目**/

.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected span.column-name {
  color: #c31111;
}

/**栏目新闻**/

.col_news {
  width: 100%;
  float: left;
  min-height: 700px;
}

.col_news_box {
  margin-left: 230px;
}

.col_news_head {
  border-bottom: 1px solid #ccc;
}

.col_metas .col_title {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 20px 0 10px;
  border-bottom: 2px solid #c31111;
}

/**当前栏目**/

.col_metas .col_title h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
}

/**当前栏目名称**/

.col_metas .col_path {
  display: block;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
}

/**当前位置**/

.col_news_list {
  margin-top: 7px;
  min-height: 300px;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item span {
  margin-left: 0px;
  margin-right: 5px;
}

.col_news_list .wp_article_list .list_item .Article_Index {
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/li.gif) no-repeat center;
}

/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 6px;
}

.col_news_list .wp_entry img {
  max-width: 680px;
  _width: expression(this.width > 680 ? "680px": this.width);
}

/**列表页文章图片大小限制**/

/**文章页**/

.infobox {
  margin: 0 auto;
  padding: 2% 6%;
}

.article {
  min-height: 500px;
}

.article h1.arti_title {
  line-height: 24px;
  margin: 30px 0px;
  font-size: 22px;
  color: #282828;
  text-align: center;
}

/**文章标题**/

.article .arti_subtitle {
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  text-align: center;
}

/**文章副标题**/

.article .arti_metas {
  padding: 15px 10px;
  text-align: center;
  border-top: 1px solid #D0D0D0;
}

.article .arti_metas span {
  margin: 0 5px;
  font-size: 12px;
  color: #787878;
}

/**文章其他属性**/

.article .entry {
  margin: 0 auto;
  padding: 5px 0px;
  min-height: 300px;
  overflow: hidden;
}

/**文章内容**/

.article .entry .read,
.article .entry .read p {
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

/**阅读字体**/

.article .entry .read p {
  margin-bottom: 6px;
}

.article .entry .read img {
  max-width: 840px;
  _width: expression(this.width > 940 ? "840px": this.width);
}

/**文章阅读部分图片大小限制**/

/**
 * 组件功能
 */

/** 搜索 **/

/*.wp_search{ margin-top:3px; display:inline-block; height:24px; position:relative; right:0px; }
#keyword{ width:133px!important; border:none; margin-left:5px; height:22px; line-height:22px; background: rgba(255, 255, 255, 1); color:#fff; }
.wp_search .search{ background:url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/search_btn.jpg); width:22px; height:22px; border:0px; cursor: pointer; }*/

.search-box {
  width: 100%;
  padding: 0px 0px;
  background: #6b76a4;
  /* height: 29px; */
  position: relative;
  background: transparent;
  border: 1px solid #fff;
}

.search-box .input-item {
  margin-left: 3px;
  margin-right: 30px;
}

.search-box .input-item input {
  border: 0;
  outline: 0;
  width: 100%;
  height: 16px;
  line-height: 16px;
  padding: 5px 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-family: "Microsoft YaHei"
}

.search-box .input-submit {
  display: block;
  width: 30px;
  height: 28px;
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/search_btn.png) no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
}

.search-box .input-submit span {
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  display: none;
}

/*点击弹出输入框*/

.searchbtn {
  width: 45px;
  height: 44px;
  border: 0;
  outline: 0;
  background: #ce882a url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/sous.png) no-repeat center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
}

.searchbox {
  width: 210px;
  float: right;
}

.wp-search {
  position: relative;
  padding: 2px 3px;
  background-color: rgba(0, 0, 0, .2);
  margin-top: 50px;
}

.wp-search form {
  display: block;
}

.wp-search .search-input {
  margin-left: 4px;
  margin-right: 40px;
  /* margin-top: 8px; */
}

.wp-search .search-input input.search-title {
  width: 100%;
  height: 28px;
  line-height: 28px;
  border: 0;
  outline: 0;
  background: none;
  color: #FFFFFF;
  font-size: 14px;
}

.wp-search .search-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0%;
  /* margin-top: -23px; */
}

.wp-search .search-btn input.search-submit {
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/sous.png) no-repeat center;
  cursor: pointer;
}

.searchbox-word {
  text-align: right;
  margin-top: 10px;
}

.searchbox-word a {
  color: #efefef;
  margin-left: 10px;
}

.mbanner .focus .focus-title-bar {
  bottom: 40px;
  left: auto;
  right: 80px;
  margin-left: 0px;
  width: auto;
}

.mbanner .focus .focus-title-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}

.mbanner .focus .focus-title {
  background-color: rgba(0, 0, 0, .2);
  padding: 0 20px;
}

.mbanner .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin-right: 0px;
  z-index: 60;
}

.mbanner .focus .focus-page {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: #fff;
  opacity: .7;
  filter: Alpha(opacity=70);
}

.mbanner .focus .focus-page-active {
  width: 18px;
  background: #fff;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
  width: 58px;
  height: 53px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/slide_next.png) no-repeat;
  text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
  left: 0px;
}

.mbanner .focus .focus-next {
  right: 0px;
  background-position: right top
}

.album {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 40px 0;
}

.album dl {
  position: relative;
  width: 100%;
  height: 525px;
}

.album dt {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  left: 140px;
  top: 10px;
  z-index: 1;
  background-color: #c31111;
  color: #fff;
  text-align: center;
}

.album dd a:hover img {
  opacity: .9;
}

.album dd img {
  width: 100%;
  height: 100%;
}

.album dd {
  position: absolute;
}

.album dd.album-1 {
  left: 0;
  top: 0;
  width: 300px;
  height: 210px;
}

.album dd.album-2 {
  left: 305px;
  top: 0;
  width: 490px;
  height: 290px;
}

.album dd.album-3 {
  left: 800px;
  top: 0;
  width: 300px;
  height: 290px;
}

.album dd.album-4 {
  left: 0;
  top: 215px;
  width: 300px;
  height: 310px;
}

.album dd.album-5 {
  left: 305px;
  top: 295px;
  width: 380px;
  height: 230px;
}

.album dd.album-6 {
  left: 690px;
  top: 295px;
  width: 410px;
  height: 230px;
}

.album ul {
 
  width: 590px;
  overflow: hidden;
}

.album li {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 590px;
  padding-right: 66px;
}

.album li a:hover i {
  background-color: #bd141e;
}

.album li i {
  margin-bottom: 5px;
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #96050d;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.album li i.icon-1 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon1.png);
}

.album li i.icon-2 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon2.png);
}

.album li i.icon-3 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon3.png);
}

.album li i.icon-4 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon4.png);
}

.album li i.icon-5 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon5.png);
}

.album li i.icon-6 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon6.png);
}

.album li i.icon-7 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon7.png);
}

.album li i.icon-8 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon8.png);
}

.album li i.icon-9 {
  background-image: url(/prx/000/http/webplus.fjnu.edu.cn/_upload/tpl/06/b9/1721/template1721/images/icon9.png);
}

.album .innertitle {
  font-size: 27px;
  margin-bottom: 10px;
}

.album .innertitle span {}

#scrollBox {
  background: #FFF;
  
  height: 176px;
  overflow: hidden;
  width: 590px;
  float: left;
 
}

.f2{margin-left: 20px;}

#scrollBox #con1,
#scrollBox #con2 {
  float: left;
  margin-left: 10px;
}

#innerdiv {
  float: left;
  width: 800%;
}

.imgscroll2_img {
  padding-right: 10px;
}

.post .post-tab .tit .title {
  float: left;
  /* border: 2px solid #eee; */
  border-bottom: 1px solid #eee;
  margin-right: 0;
  background-color: #eee;
  font-size: 22px;
  width: 127.3333px;
  text-align: center;
}

.post .post-tab .tit {
  margin-bottom: -2px;
}

.post .post-tab .tit .title.on {
  border: 1px solid #c31111;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  width: 123.333px;
}

@media screen and (max-width: 999px) {
  .foot_content .fl,
  .foot_content .fr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbox .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 15px;
    width: inherit;
    text-align: left;
  }
  .navbox .sub-menu .sub-item a {
    display: block;
    height: auto;
    line-height: 43px;
    padding: 0 44px;
    font-size: 14px;
    color: #000;
    background: none;
    text-align: left;
  }
  .navbox .sub-menu .sub-item a:hover {
    display: block;
    
    background-color: #eee;
  }
  .navbox .sub-menu{
    width: inherit;
  }
}


.wp_entry span {
    text-decoration: none !important;
}
.wp_entry a {
    text-decoration: none !important;
}


.lxdh{height: 30px; font-family: "microsoft yahei"; font-size: 20px; line-height: 30px; color: #FFFFFF; text-align: center; margin-top: 15px;}