/*** color  ***/
.textcenter {
  text-align: center;
}
.snav_down li b {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  overflow: hidden;
}
/************************ header  ************************/
#headeradd {
  height: 120px;
  background: url("../images/right_top.png") no-repeat top right;
  background-color: #8E191B;
}
#header {
  position: relative;
  max-width: 1275px;
  margin: 0 auto;
  top: 5px;
}
#header #topbar {

  border-bottom: 0 solid #600000;
  /********************************** viewlogin **********************************/
  /********************************** internal search **********************************/
}
#header #topbar .content {
  margin: 0 auto;
  position: relative;
}
#header #topbar ul {
  position: absolute;
  right: 160px;
  line-height: 30px;
}
#header #topbar ul li {
  text-align: center;
  float: left;
  margin: 0 10px;
  font-size: 14px;
}
#header #topbar ul li a {
  color: #ffffff;
}
#header #topbar #viewlogin {
  color: #ffffff;
  right: 330px;
  top: 7px;
  position: absolute;
}
#header #topbar #viewlogin span {
  margin-left: 10px;
  display: inline;
  cursor: pointer;
}
#header #topbar .inter-search-field {
  height: 20px;
  position: absolute;
  right: 221px;
  top: 5px;
  width: 120px;
  right: 30px;
}
#header #topbar .inter-search-field input[type="text"] {
  width: 100%;
  height: 20px;
  border-radius: 3px;
  border: none;
  outline: 0 none;
  box-shadow: none;
}
#header #topbar .inter-search-field .holder {
  line-height: 20px;
}
#header #topbar .inter-search-button {
  background-color: #700005;
  background-image: url("../images/search.png");

  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 6px;
}
#header #logo {
    position: absolute;
    top: 20px;
}
#header #logo div {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 7px;
}
#header #mainMenu {
  text-align: right;
  float: right;
  width: 900px;
  margin-top: 48px;
}
#header #mainMenu li {
  text-align: center;
  float: left;
  width: 110px;
  height: 67px;
  position: relative;
  z-index: 200;
}
#header #mainMenu li b {
  display: block;
  width: 100%;
  height: 67px;
  color: #fff;
  font-size: 16px;
  line-height: 67px;
}
#header #mainMenu li a:hover {
  color: #fff;
}
#header #mainMenu li.cur {
  background: #530b0e;
}
#header .sub_nav {
  display: none;
  position: absolute;
  left: 0;
  top: 67px;
  width: 200px;
  z-index: 200;
  background: url(../images/sub_nav.png) repeat left top;
}
#header .sub_nav a {
  display: block;
  text-align: left;
  text-indent: 10px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
}
#header .sub_nav a:hover {
  background: #530b0e;
}
#header .cur .sub_nav {
  display: block;
}
#header #menu_button {
  display: none;
  background: url(../images/menu_button.png) no-repeat center center;
  position: absolute;
    right: 10px;
    top: 50px;
  width: 22px;
  height: 17px;
}

    #hometab1 {
    display: none;
  }
  
   #hometab2 {
    display: block;
  }
@media screen and (max-width: 1278px) {
  #header #logo img {
    width: 290px;
  }
}
@media screen and (max-width: 1024px) {
  #header #mainMenu {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  #header #menu_button {
    display: block;
  }
    .col-aside {
    display: none;
  }
    #hometab1 {
    display: block;
  }
  
    #hometab2 {
    display: none;
  }
#headeradd {
    height: 90px;
}
  #header #mainMenu {
    display: none;
    width: 90%;
    position: absolute;
     right: 10px;
    top: 33px;
    background: #ffffff;
    color: black;
    border: 2px solid #aaaaaa;
    z-index: 100;
    padding: 10px;
  }
  #header #mainMenu li {
    float: none;
    width: auto;
    clear: both;
    text-align: left;
	height: 0;
  }
  #header #mainMenu li b {
    color: black;
    height: 30px;
    line-height: 30px;
	font-size: 14px;
  }
  #header #mainMenu li.cur {
    background: none;
  }
  #header #mainMenu .sub_nav {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background: none;
  }
  #header #mainMenu .sub_nav a {
    color: black;
    float: left;
    margin: 0 8px;
   font-size: 12px;
    text-indent: 0;
  }
  #header #logo {
    top: 20px;
  }
  #header #topbar ul {
    display: none;
  }

}
.lt-ie8 #lheader {
  Z-INDEX: 1;
}
/************************ content  ************************/
#wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1275px;
}
#wrapper #content {
  padding-top: 15px;
  background-color: #ffffff;
}
#wrapper #login_content {
  min-height: 400px;
  padding-top: 15px;
}
#wrapper #content:after {
  clear: both;
}
.layout1 .conL {
  float: left;
  margin-top: 5px;
  overflow: hidden;
  width: 70%;
}
.layout1 .conR {
  float: right;
  margin-top: 5px;
  overflow: hidden;
  width: 28%;
}

@media screen and (max-width: 700px) {
  .layout1 .conL {
    width: 100%;
  }
  .layout1 .conR {
    width: 100%;
  }
}
.layout2 .conL {
  float: left;
  margin-top: 5px;
  overflow: hidden;
  width: 28%;
  min-height: 500px;
  border-right: 1px solid #8c0000;
}
.layout2 .conR {
  float: right;
  margin-top: 5px;
  overflow: hidden;
  width: 70%;
}
.sideImg {
  width: 100%;
  text-align: center;
}
#p_home {
  background: url("../images/right_top.png") no-repeat top right;
  background-color: #8E191B;
  /*右边活动内容-start*/
}
#p_home #header {
  background: none;
}
#p_home #wrapper #content {
  background: url("../images/content.png") no-repeat;


}
#p_home .index_con {
  padding: 70px 50px 0 220px;
  overflow: hidden;
  position: relative;
}
#p_home .index_con_left {
  float: left;
  width: 700px;
  padding-bottom: 5px;
}

#p_home .button_lm {
   margin-right: 20px;
   position: relative;
   float: left;
   width:150px;
   height:90px;
   background-color:black;
}

#p_home .button_lma {
   margin-right: 0px;

}
#p_home .button_lm:hover img{
	opacity:0.5;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5;
}


#p_home div.button_lm  div.img_info{
	line-height: 15px;
	bottom:0;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	text-align: center;
	color: white;

	position: absolute;
	background-color:black;
}

#p_home div.button_lm:hover div.img_info{
   display:block;
}




#p_home .index_tab_top {
  width: 695px;
  height: 40px;
  border-bottom: 1px solid #adadad;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
}
#p_home .index_tab_top a {
  display: inline-block;
  padding: 0 15px;
  margin-right: 30px;
  color: #303030;
  cursor: pointer;
}
#p_home .index_tab_top a.cur {
  border-bottom: 3px solid #626262;
}
#p_home .tab_con {
  width: 100%;
  overflow: hidden;
}
#p_home .tab_con .clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#p_home .tab_con ul {
  display: none;
  width: 100%;
  overflow: hidden;
}
#p_home .tab_con ul li {
  float: left;
  width: 220px;
  height: 260px;
  padding: 0 13px 13px 0;
}
#p_home .tab_con ul li a {
 
  height: 230px;
  display: block;
  background: #fff;
  padding: 14px;
  border: 1px solid #ececec;
  position: relative;
}
#p_home .tab_con ul li a:hover {
  border-color: #690a0b;
}
#p_home .tab_con ul li.video_item p.video,
#p_home .tab_con ul li.img_item p.img {
  width: 200px;
  height: 150px;
  padding-bottom: 10px;
  position: relative;
}
#p_home .tab_con ul li.video_item p.video img,
#p_home .tab_con ul li.img_item p.img img {
  width: 200px;
  height: 150px;
}
#p_home .tab_con ul li.video_item p.video span {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 1px;
  bottom: 11px;
  background: url(../images/video_icon.gif) no-repeat center center;
}
#p_home .tab_con ul li .title {
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 24px;
  padding-bottom: 10px;
}
#p_home .tab_con ul li .time {
  position: absolute;
  bottom: 10px;
  height: 20px;
  color: #949494;
}
#p_home .tab_con ul li.text_item h3 {
  padding-top: 10px;
  width: 100%;
  height: 80px;
  line-height: ;
  font-size: 18px;
  color: #303030;
  line-height: 25px;
  overflow: hidden;
}
#p_home .tab_con ul li.text_item a:hover h3 {
  /*color: #bd302c;*/
}
#p_home .tab_con ul li.text_item p.text {
  width: 100%;
  height: 165px;
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  color: #656565;
}
#p_home .tab_con ul.view {
  display: block;
}
#p_home .index_con_right {
  float: right;
  width: 280px;
  overflow: hidden;
}
#p_home .right_content {
  width: 260px;
}
#p_home .right_content h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #adadad;
  font-size: 18px;
  overflow: hidden;
  color: #434343;
  text-align: right;
}
#p_home .right_content .more {
  float: right;
  width: 45px;
  font-size: 12px;
  color: #393939;
}
#p_home .right_content h3 a:hover {
  color: #bd302c;
}
#p_home .right_content .activities,
#p_home .right_content .course {
  padding-bottom: 10px;
  padding-top: 3px;
  width: 260px;
}
#p_home .right_content .fixed {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 245px;
  _margin-left: 0px;
  z-index: 200;
}
#p_home .newsList {
  overflow: hidden;
  height: 370px;
}
#p_home .newsList ul li {
  height: 78px;
}
#p_home .right_content ul {
  height: 286px;
  padding: 12px;
  background: #fff;
}
#p_home .right_content ul li {
  padding-top: 10px;
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
  line-height: 22px;
  color: #979797;
}
#p_home .right_content ul li.last {
  border: 0 none;
}
#p_home .right_content ul li .time {
  padding: 20px 0;
  font-size: 12px;
  text-indent: 25px;
  background: url(../images/time_icon.gif) no-repeat 0px 21px;
}
#p_home .right_content ul li a{
  text-overflow:ellipsis; 
  white-space:nowrap; 
  overflow:hidden;
  display: block;
}
#p_home .right_content .course ul {
  height: 236px;
}
#p_home .right_content .course ul li .title {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
#p_home .loading_more {
  text-align: center;
  height: 50px;
  width: 695px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
#p_home #footer {
  background: url("../images/homecode.png") no-repeat left 75px;
  padding-top: 90px;
}
#p_home #footertext {
    text-align: left;
    color: #FFFFFF;
	margin-left: 100px;
}
#p_home #footer_con {
  display: none;
}
@media screen and (max-width: 1278px) {

  
#p_home .index_con {
    padding: 70px 30px 0 15%;
}
}
@media screen and (max-width: 1208px) {

  
#p_home .index_con {
    padding: 70px 0 0 15%;
}
}
@media screen and (max-width: 1170px) {
  #p_home #wrapper #content {
    background: none ;
    background-color: #ffffff;
    padding: 20px;
    height: auto;
  }
#p_home .index_con {
    padding: 0 4%;
}

#p_home #footer {
background: url("../images/homecode.png") no-repeat left 50px;
height: 110px;
  padding-top: 10px;
}
#p_home #footertext {
    line-height: 30px;

    color: #000000;
	margin-left: 80px;
}
#p_home #footer_con {
  display: block;
}
}
@media screen and (max-width: 1120px) {
#p_home .index_con {
    padding: 0 2%;
}
}
@media screen and (max-width: 1080px) {
#p_home .index_con {
    padding: 0;
}
#p_home .index_con_right {
    width: 260px;
}
}
@media screen and (max-width: 1024px) {
#p_home .tab_con {
    height: 310px;
}
#p_home .tab_con ul li {
  width: 31%;
  height: 100%;
}

#p_home .index_con_right {
    width: 260px;
}
#p_home .tab_con ul li a {
 
  height: 260px;
}
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
  height: 180px;
    width: 100%;
  }	
    #p_home .button_con {
    margin-left: 130px;
  }


#p_home .index_con_left {
    width: 100%;
  }
  #p_home .index_tab_top {
    width: 100%;
  }
  #p_home .index_con_right {
    width: 100%;
  }
  #p_home .right_content {
    width: 100%;
  }
  #p_home .right_content .activities,
  #p_home .right_content .course {
    padding-bottom: 10px;
    width: 100%;
  }
  #p_home .right_content h3 {
    text-align: left;
  }
}

@media screen and (max-width: 900px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 165px;
  }
  #p_home .tab_con ul li a {
 
  height: 245px;
}
    #p_home .button_con {
    margin-left: 66px;
  }
#header #topbar #viewlogin {

    right: 170px;

}
#header #logo {
    top: 25px;
}
#p_home .tab_con {
    height: 295px;
}
}
@media screen and (max-width: 800px) {
#p_home .tab_con {

    height: 280px;
}

  #p_home .tab_con ul li a {

    height: 230px;
  }
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 150px;
  }

  #p_home .button_lm {
    margin-right: 10px;
}
    #p_home .button_con {
    margin-left: 6px;
  }
}
@media screen and (max-width: 700px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 135px;
  }
    #p_home .tab_con ul li a {
 
  height: 215px;
}
#p_home .tab_con {

    height: 265px;
}

  #p_home .button_lm {
    margin-right: 1px;
}
}
@media screen and (max-width: 666px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 370px;
  }
    #p_home .tab_con ul li a {
 
  height: 430px;
}
#p_home .tab_con ul li {
  width: 100%;

}

  #p_home .button_con {
    margin-left: 50px;
  }


#p_home .button_lm {
    margin-left: 40px;
    margin-right: 40px;
	margin-bottom: 10px;
}
#p_home .tab_con {
    height: 1430px;
}
}

@media screen and (max-width: 610px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 330px;
  }
    #p_home .tab_con ul li a {
 
  height: 400px;
}


#p_home .button_lm {
    margin-left: 30px;
    margin-right: 30px;
	margin-bottom: 10px;
}

#p_home .tab_con {
    height: 1330px;
}
}
@media screen and (max-width: 550px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 300px;
  }
    #p_home .tab_con ul li a {
 
  height: 360px;
}


#p_home .button_lm {
    margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 10px;
}

#p_home .tab_con {
    height: 1210px;
}
}
@media screen and (max-width: 490px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 270px;
  }
    #p_home .tab_con ul li a {
 
  height: 330px;
}


#p_home .button_lm {

    margin: 1px;
}

#p_home .tab_con {
    height: 1120px;
}
#p_home #footer {
    background: none;

}
#p_home #footertext {
    margin-left: 2px;
}
}
@media screen and (max-width: 430px) {
  #p_home .tab_con ul li.video_item p.video,
  #p_home .tab_con ul li.img_item p.img,
  #p_home .tab_con ul li.video_item p.video img,
  #p_home .tab_con ul li.img_item p.img img {
    height: 230px;
  }
    #p_home .tab_con ul li a {
 
  height: 300px;
}
  #p_home .button_con {
    margin-left: 20px;
  }
#p_home .tab_con {
    height: 1030px;
}
}
@media screen and (max-width: 380px) {


  #p_home .button_con {
    margin-left: 1px;
  }

}
/************************ footer  ************************/
#footer_con {
  height: 30px;
  text-align: center;
  background: #000000;
  margin-bottom: 20px;
}
#footer_con div.yqlink {
  margin: 0 auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#footer_con div.yqlink a {
  display: inline;
  color: #ffffff;
}
#footer_con div.yqlink span {
  display: inline;
  padding: 0 18px;
  color: #ffffff;
}
#footertext {
  line-height: 30px;
}
@media screen and (max-width: 800px) {
  #footer_con div.yqlink span {
    padding: 0 9px;
  }
  #footer_con div.yqlink {
    width: 90%;
  }
}
/************************************************ list page  ************************************************/
#comList {
  margin-top: 20px;
}
#comList .title {
  border-bottom: 2px solid #9b0000;
  height: 40px;
}
#comList .title h2 {
  float: left;
  font-size: 24px;
  line-height: 40px;
  padding-left: 10px;
}
#comList .title .listNum {
  float: right;
  line-height: 55px;
  padding-right: 10px;
}
#comList .title .listNum i {
  color: #8c0000;
  margin: 0 10px;
}
#comList #listContent ul {
  margin: 20px 50px;
  min-height: 300px;
}
#comList #listContent ul li {
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  #comList #listContent ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
    overflow: hidden;
  }
}
/************************************************ content page  ************************************************/
.article .title {
  line-height: 50px;
}
.article .article-info {
  height: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.article .article-info .date {
  float: left;
}
.article .article-info .visitNum {
  float: right;
}
.article .article-content {
  border-top: 2px solid #8c0000;
  font-size: 1.3em;
  padding-top: 10px;
}
.article .article-content p {
  line-height: 1.75em;
  padding: 0.75em 0;
  text-indent: 2em;
  font-family: "Microsoft Yahei", "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
  font-weight: normal;
}
.article .article-content span {
  display: inline;
}
/************************************************ teahcer list  ************************************************/
div.teacher_list .group {
  clear: both;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
div.teacher_list .title {
  clear: both;
}
div.teacher_list .pic {
  text-align: center;
  float: left;
  margin: 10px;
  font-size: 14px;
}
/************************************************ teahcer info  ************************************************/
div.teacher_info div.teacher_content {
  font-size: 12px;
}
div.teacher_info div.teacher_content .base_info {
  position: relative;
  height: 150px;
}
div.teacher_info div.teacher_content .base_info .logo_img {
  position: absolute;
  right: 20px;
  top: 20px;
}
div.teacher_info div.teacher_content .base_info .logo_img img {
  height: 100px;
}
div.teacher_info div.teacher_content .base_info ul {
  position: absolute;
  left: 20px;
  top: 20px;
}
div.teacher_info div.teacher_content .info_block {
  margin: 10px 0;
}
div.teacher_info div.teacher_content .info_block div {
  padding-left: 25px;
}
div.teacher_info div.teacher_content .info_block .title {
  width: 100%;
  border-bottom: 1px solid #8c0000;
  line-height: 30px;
  height: 30px;
  padding-left: 5px;
  font-weight: bold;
}
/************************************************ error page  ************************************************/
#article-range #error-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  width: 200px;
  color: #8c0000;
}
#article-range #error-content {
  margin-top: 20px;
  text-indent: 2em;
  padding: 10px;
  line-height: 25px;
}
#article-range #error-content a {
  color: blue;
  text-decoration: underline;
}




/************************************************ 信管文库  ************************************************/
.search_content {
  border-style: none solid solid;
  border-width: medium 1px 1px;
  border-color: #ddd;
  padding: 20px 30px;
}
.search_content .msg {
  margin: 0 auto;
  padding: 50px 0;
  width: 300px;
}
.search_content ul li {
  border-bottom: 1px dotted #ddd;
  clear: both;
  padding: 10px;
}
.search_content ul li:hover {
  background-color: #fafafa;
}
.search_content .page {
  padding: 20px;
}
.book_img {
  float: left;
}
.book_img img {
  height: 200px;
}
.book_content {
  line-height: 18px;
  height: 200px;
  margin-left: 215px;
}
.book_content h2 {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book_content em {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  float: left;
  padding-right: 10px;
}
.book_content i {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: red;
}
.book_info h2 {
  padding: 5px 0 ;
  border-bottom: 1px solid #8c0000;
}
.book_info .info_content {
  padding: 20px;
  color: #4a4a4a;
}

.search01{width:150px; height:20px;background:url(../images/search.png) no-repeat left center; position:absolute; right:0px;  top:5px; }
.search01 input{ width:109px;height:20px;line-height:20px; color:#323232; border:none; background:none; padding:0px; margin:0px;}
.search01 input.notxt{color:#3f3f3c; padding-left:12px; box-shadow:0px 0px 0px #EFEFEF inset;}	
.search01 input.notxt1 {position:absolute;width:20px;height:20px;left:131px;}
