﻿@media screen {
    /* default global style */

    body {
        /*font-family: Simsun,Verdana, Arial, "sans-serif";
        font-family: \5fae\8f6f\96c5\9ed1, Verdana, Arial, Helvetica, \5b8b\4f53, sans-serif;*/
        overflow-y: scroll;
    }

 

    
    /*------------------------------------------------------------
    * base
    */
    a {
        text-decoration:none; 
        -webkit-transition:all 0.3s ease-in-out; 
           -moz-transition:all 0.3s ease-in-out; 
             -o-transition:all 0.3s ease-in-out; 
                transition:all 0.3s ease-in-out;
    }

    a:hover,
    a:focus {text-decoration:underline;}
    .lang-block li{
		width:50px;
		height:20px;
		overflow:hidden;
	}
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 980px;
    }

    input, button { border-radius: 0; }

    .pagination ul i:first-child a,
    .pagination ul li:first-child a,
    .pagination ul li:first-child span,
    .pagination ul li:first-child span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .pagination ul li:last-child a,
    .pagination ul li:last-child a,
    .pagination ul li:last-child span,
    .pagination ul li:last-child span {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .icon-grey {
        background-image: url(../images/glyphicons-halflings-grey.png);
    }

    /*------------------------------------------------------------
    * topbar (alert-upgrade-nojs)
    */
    #alert-upgrade-nojs { }

    #alert-upgrade-nojs ul {
        margin-left: 0;
        margin-bottom: 0;
    }

    #alert-upgrade-nojs ul li {
        display: none;
        margin-top: -1px;
        padding: 10px 15px 10px 40px;
        background: #ffffe1 url(../images/icon-ie.png) 15px 13px no-repeat;
        border-top: 1px solid #eded95;
        border-bottom: 1px solid #eded95;
        font-size: 12px;
    }

    #alert-upgrade-nojs a { color:#000; }

    html.no-js #alert-upgrade-nojs .aun-js,
    html.lt-ie7 #alert-upgrade-nojs .aun-up { display: block; }


    /*------------------------------------------------------------
    * header
    
    #header { }

    #header .container {
	background:url(../images/bj1.JPG) repeat-x;
        position: relative;
        zoom: 1;
        opacity: 1;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #logo {
        margin-left: 10px;
        line-height: normal;
    }

    #logo a {
        display: block;
        float: left;
        height: 86px;
        text-decoration: none;
    }

    #logo a.m-logo-big {
        padding-left: 97px;
        height: 87px;
        background: url("../images/logo-big.png") 0 0 no-repeat;
    }

    #logo a.m-logo-small {
        padding-left: 74px;
        height: 64px;
        background: url("../images/logo-small.png") 0 0 no-repeat;
    }

    #logo a span {
        display: block;
        color: #444; 
    }

    #logo a.m-logo-big span {
        padding-top: 15px;
        line-height: 32px;
        font-size: 32px;
    }

    #logo a.m-logo-small span {
        padding-top: 10px;
        line-height: 24px;
        font-size: 24px;
    }

    #logo a i {
        display: block;
        padding-top: 5px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        color: #999;
    }

    #logo a.m-logo-small i {
        font-size: 12px;
    }

    .b-toplink {
        position: absolute;
        top: 15px;
        right: 0;
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-toplink li {
        float: left;
        margin-left: 20px;
    }

    .b-toplink li a {
        font-size: 12px;
        color: #666;
    }

    .b-toplink li a:hover {
        color: #000;
    }
*/
	/*------------------------------------------------------------
    * header
    */
    #header { }

    #header .container {
	/* background:url(../images/bj1.JPG) repeat-x; */
	position: relative;
	zoom: 1;
	opacity: 1;
	padding-top:20px;
	padding-bottom:20px;
	}

    #logo {
        margin-left: 10px;
        line-height: normal;
    }

    #logo a {
        display: block;
        height: 55px;
        text-decoration: none;
    }

    #logo a span {
        display: none;
    }

    #logo .m-logo-ucas {
        float: left;
        overflow: hidden;
    }

    #logo .m-logo-ucas img,
    #logo .m-logo-sys img {
        display: block;
        height: 55px;
        vertical-align: top;
    }

    #logo .m-logo-sys {
        float: left;
    }

    #logo .m-logo-sys img {

    }

    .b-toplink {
        position: absolute;
        top: 15px;
        right: 10px;
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-toplink li {
        float: left;
        margin-left: 20px;
    }

    .b-toplink li a {
        font-size: 12px;
        color: #666;
    }

    .b-toplink li a:hover {
        color: #000;
    }
	
	
	

    /*------------------------------------------------------------
    * b-pagenavbar
    */
    .b-pagenavbar {
        box-shadow: 0 3px 5px rgba(0,0,0,.3);
    }

    .b-menu {
        width: 980px;
        margin: 0 auto;
        /* margin-left: 0; */
        margin-bottom: 0;
        height: 40px;
        list-style-type: none;
        /* background: rebeccapurple; */
    }

    .b-menu .bm-node {
		width:97.8px;
		float: left;
		position: relative;
		zoom: 1;
		opacity: 1;
		}

    .b-menu li.m-first {
        border-left: 1px solid #999;
    }

    .b-menu li.m-last {
        border-right: 1px solid #eee;
    }

    .b-menu li .bm-btn {
        display: block;
       
        height: 40px;
        border-left: 1px solid #eee;
        border-right: 1px solid #999;
        line-height: 40px;
        text-decoration: none;
    }

    .b-menu .bm-tomenu {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 100000;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 500px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 3px 3px 1px rgba(0,0,0,.2);
    }

    .b-menu .bm-tomenu li {
        display: block;
        margin-top: -1px;
        border-bottom: 1px solid #eee;
    }

    .b-menu .bm-tomenu li a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        height: 32px;
        border-top: 1px solid #eee;
        line-height: 32px;
        font-size: 12px;
        color: #666;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        word-break: break-all;
    }

    .b-menu .bm-tomenu li a:hover {
        background-color: #eee;
        color: #333;
    }
	
	.b-menu .bm-tomenu .hide_menu{
		 display: none;
	}

    .b-menu li.open .bm-tomenu {
        display: block;
    }

    .b-menu .bm-tomenu:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
    }

    .b-menu .bm-tomenu:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        content: "";
    }

    .b-menu ul {
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-menu.no-line li.m-first,
    .b-menu.no-line li.m-last,
    .b-menu.no-line li .bm-btn {
        border: 0;
    }

    


    /*------------------------------------------------------------
    * homecarousel
    */
    #homecarousel a {
        -webkit-transition: none; 
           -moz-transition: none; 
             -o-transition: color 0 ease-in; 
                transition: none;
    }

    #homecarousel .carousel-indicators {
          top: 350px;
  	  right: 10px;
  	  left: auto;
    }

    #homecarousel .carousel-indicators li {
        border-radius: 0;
        background-color: #fff;
        cursor: pointer;
    }

    #homecarousel .carousel-indicators li.active {
        background-color: #ff5500;
    }

    #homecarousel.full .carousel-inner > .item > img,
    #homecarousel.full .carousel-inner > .item > a > img {
        width: 980px;
        height: 369px;
    }


    /*------------------------------------------------------------
    * main content
    */
    .b-maincontent {
	background: url("https://www.ucas.ac.cn/newStyle/images2/body-bg1024.png") repeat-y top rgb(255, 255, 255); 
        padding-bottom: 20px;
    }

    /* m-cbox */
    .m-pagebox {
        position: relative;
        /*z-index: -1;*/
        zoom: 1;
        margin-top: 60px;
        background-color: #fff;
    }
   .m-pagebox a h2{
    /*background:url(/images/_thumbs/2021/202109/xx.png) repeat-x;*/
    background-position:0 -6px;
     display:block;
     width:90%;

/* border-left: 1px solid #ccc; */

/* border-top: 3px solid #357b00; */
}
    .m-pagebox.null {
        padding: 0;
    }

    .m-pagebox .mp-title {
        height: 40px;
        position: absolute;
        top: -55px;
        left: -1px;
        z-index: 2;
        zoom: 1;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 20px 0 20px;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
    }



    .m-pagebox .mp-list {
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        font-size: 12px;
		list-style-position: inside;
        /*max-height:240px;*/
		overflow:hidden;
    }

    .m-pagebox .mp-list li {
        /*overflow: hidden;*/
       /* list-style-image: url(http://sppm.ucas.ac.cn/templates/stylelib/theme_ef/img/title-icon.png);*/
  	overflow: hidden;
  	border-bottom: 1px dashed rgb(195, 183, 183);
  	margin-bottom: 5px;
  	padding-bottom: 2px;
  	padding-top: 4px;
  	height: 26px;
  	line-height: 20px;
}


    .m-pagebox .mp-list .mpl-date {
    	padding:0 8px;
    	float: right;
    	color: #a6a895;
    }

    .m-pagebox .mp-list a {
        overflow: hidden;
        color: #444;
        text-overflow: ellipsis;
        word-break: break-all;
        display:block;
        padding: 0 5px 0 20px;
        white-space:nowrap;
        background: rgba(255, 0, 0, 0) url(img/title-icon.png) 0 5px no-repeat;
    }
    .m-pagebox  .m-more {
        z-index: 99;
        position: absolute;
        top: -35px;
        right: 0px;
        /* display: block; */
        padding: 0px 5px;
        font-size: 12px;
        background:none;
        color:#444;
    }
    .m-pagebox .mp-list .m-more {
        position: absolute;
        top: -35px;
        right: 20px;
        padding: 0px 5px;
        font-size: 12px;
        background:none;
    }

    .m-pagebox .mp-list a:hover {
        /* color: #ff5500; */
    }

 

    .m-pagebox .js-newhot .newhot a {
        color: #ff3300;
    }
   .m-pagebox .mp-list .totop a{
        color: #ff3300;
    }
/*no-img-mp-plist*/
 .m-pagebox .no-img-mp-plist {
        margin-left: 0;
        margin-bottom: -20px;
        padding-top: 10px;
        list-style-type: none;
    }

  .m-pagebox .no-img-mp-plist li a{background:none;}
    .m-pagebox .no-img-mp-plist li {
        overflow: hidden;
        margin-left: 0;
        padding-bottom: 20px;
		height:62px;
		line-height:20px;
		background:none;
		 border-bottom: 1px solid #eee;
    }
	 .m-pagebox .no-img-mp-plist2 li {
	 
		height:97px;
	 }
 

    .m-pagebox .no-img-mp-plist .mhp-title {
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
        color: #444;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

    .m-pagebox .no-img-mp-plist .mhp-title:hover { color: #ff5500; }

    .m-pagebox .no-img-mp-plist .mhp-content {
        overflow: hidden;
        height: 45px;
        color: #999;
        font-size: 12px;
    }

    .m-pagebox .no-img-mp-plist .mhp-date {
        display: none;
        margin-top: 5px;
       
        font-size: 12px;
        color: #546274;
        /*font-weight: bold;*/
    }
    
    .m-pagebox .no-img-mp-plist.date .mhp-content {
        height: 40px;
    }

    .m-pagebox .no-img-mp-plist.date .mhp-date {
        display: block;
    }


/*no-img-mp-plist end*/


/*mp-plist*/
    .m-pagebox .mp-plist {
        margin-left: 0;
        margin-bottom: -20px;
        padding-top: 10px;
        list-style-type: none;
    }

  .m-pagebox .mp-plist li a{background:none;}
    .m-pagebox .mp-plist li {
        overflow: hidden;
        margin-left: 0;
        padding-bottom: 20px;
		height:100px;
		line-height:20px;
		background:none;
    }

    .m-pagebox .mp-plist .mhp-photo {
        display: block;
        float: left;
        width: 130px;
        height: 97px;
    }

    .m-pagebox .mp-plist .mhp-title {
        overflow: hidden;
        display: block;
        margin-left: 140px;
        margin-bottom: 10px;
        color: #444;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

    .m-pagebox .mp-plist .mhp-title:hover { color: #ff5500; }

    .m-pagebox .mp-plist .mhp-content {
        overflow: hidden;
        margin-left: 140px;
        height: 60px;
        color: #999;
        font-size: 12px;
    }

    .m-pagebox .mp-plist .mhp-date {
        display: none;
        margin-top: 5px;
        margin-left: 140px;
        font-size: 12px;
        color: #546274;
        /*font-weight: bold;*/
    }
    
    .m-pagebox .mp-plist.date .mhp-content {
        height: 40px;
    }

    .m-pagebox .mp-plist.date .mhp-date {
        display: block;
    }
	
	/*mp-plist end*/
	
	  /* m-homebox mh-imglink */
    .m-pagebox .mh-imglink {
        margin-left: 0;
        margin-bottom: 0;
		/*
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
		*/
        list-style-type: none;
    }

    .m-pagebox .mh-imglink li {
        margin-bottom: 10px;
    }
	
    /* mp-list-tag */
    .m-pagebox .mp-list-tag {
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: -10px;
        list-style-type: none;
    }

    .m-pagebox .mp-list-tag li {
        position: relative;
        zoom: 1;
        margin-bottom: 10px;
    }

    .m-pagebox .mp-list-tag li .mpl-tag {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
        padding-left: 3px;
        padding-right: 3px;
        width: 58px;
        background-color: #aaa;
        color: #fff;
        font-size: 12px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

    .m-pagebox .mp-list-tag li a {
        display: block;
        overflow: hidden;
        margin-left: 70px;
        font-size: 12px;
        color: #444;
        /*font-weight: bold;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

    .m-pagebox .mp-list-tag li a:hover { color: #ff3300; }

    .m-pagebox .mp-list-tag li .mpl-c {
        margin-top: 5px;
        margin-left: 70px;
        font-size: 12px;
        color: #999;
    } 


    /* mp-calendarlist */
    .m-pagebox .mp-calendarlist {
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: -10px;
        list-style-type: none;
    }

    .m-pagebox .mp-calendarlist li {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .m-pagebox .mp-calendarlist li .mpc-date {
        color: #DD5F00;
        font-weight: bold;
    }

    .m-pagebox .mp-calendarlist li a {
        color: #444;
    }

    .m-pagebox .mp-calendarlist li a:hover {
        color: #000;
    }

    .m-pagebox .mp-calendarlist li .mpc-c {
        color: #999;
    }

    .m-pagebox .mp-calendarlist .mpc-topblock  .mpc-date {
        display: block;
        float: left;
        padding: 5px;
        width: 52px;
        height: 52px;
        background-color: #DD5F00;
        color: #fff;
        text-align: right;
    }

    .m-pagebox .mp-calendarlist .mpc-topblock  .mpc-date .m,
    .m-pagebox .mp-calendarlist .mpc-topblock  .mpc-date .d {
        display: block;
        line-height: 24px;
        font-size: 24px;
    }

    .m-pagebox .mp-calendarlist .mpc-topblock  .mpc-date .d {
        margin-top: 3px;
    }

    .m-pagebox .mp-calendarlist .mpc-topblock a {
        display: block;
        overflow: hidden;
        margin-left: 62px;
        padding-left: 10px;
        border-top: 1px dashed #ddd;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

   
    .m-pagebox .mp-calendarlist .mpc-topblock .mpc-c {
        margin-left: 62px;
        padding-top: 2px;
        padding-left: 10px;
        border-bottom: 1px dashed #ddd;
    }

    /* mp-c */
    .m-pagebox .mp-c {
        font-size: 12px;
        color: #999;
    }

    .m-pagebox .mp-c a {
        color: #444;
    }

    .m-pagebox .mp-c a:hover {
        color: #ff3300;
    }

	  /* mp-plistcol*/
    .m-pagebox .mp-plistcol {
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-left: 26px;
        list-style-type: none;

    }

    .m-pagebox .mp-plistcol li {
        float: left;
        margin-left: 0;
        margin-bottom: 10px;
        padding-right: 16px;
        width: 65px;
    }

    .m-pagebox .mp-plistcol li a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #999;
    }

    .m-pagebox .mp-plistcol li a:hover {
        color: #333;
    }

    .m-pagebox .mp-plistcol li a img {
        width: 65px;
        height: 95px;
    }

    .m-pagebox .mp-plistcol li a span {
        font-size: 12px;
    }

	/*------------------------------------------------------------
    * b-side
    */
    .b-sidenav {
        margin-left: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        list-style-type: none;
    }

    .b-sidenav li a {
        display: block;
        padding: 7px 20px;
        background-color: #fff;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        color: #444;
        font-size: 12px;
        text-decoration: none;
    }

    .b-sidenav li a:hover {
        background-color: #eee;
    }

    .b-sidenav li.active a {
        background-color: #f1f2f3;
        color: #333;
        font-weight: bold;
    }

    .b-sidenav li ul {
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-sidenav li ul {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        border-top: 3px solid #ccc;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .b-sidenav li ul li a,
    .b-sidenav li.active ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        background-color: #fff;
        font-weight: normal;
        color: #666;
        border: 0;
    }

    .b-sidenav li ul li a:hover {
        text-decoration: underline;
    }

    /*.b-sidenav li.active ul li a,*/
    .b-sidenav li.active ul li.active a {
        background-color: #f1f2f3;
    }
	
	
	
	
	
	
	
	.b-sidenav {
        margin-left: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        list-style-type: none;
    }

    .b-sidenav li a {
        display: block;
        padding: 7px 20px;
        background-color: #fff;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        color: #444;
        font-size: 12px;
        text-decoration: none;
    }

    .b-sidenav li a:hover {
        background-color: #eee;
    }

    .b-sidenav li.active a {
        background-color: #f1f2f3;
        color: #333;
        font-weight: bold;
    }

    .b-sidenav li ul {
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-sidenav li ul {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        border-top: 3px solid #ccc;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .b-sidenav li ul li a,
    .b-sidenav li.active ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        background-color: #fff;
        font-weight: normal;
        color: #666;
        border: 0;
    }

    .b-sidenav li ul li a:hover {
        text-decoration: underline;
    }

    /*.b-sidenav li.active ul li a,*/
    .b-sidenav li.active ul li.active a {
        background-color: #f1f2f3;
    }
	
	.b-sidenav li.open ul.bm-tomenu{
		display:block;
	}
	.b-sidenav li ul.bm-tomenu{
		display:none;
	}
	.b-sidenav li ul {
    border-top: 3px solid rgb(147, 0, 11);
	}

	.b-sidenav li.active a {
    /*color: #249B00;*/
	color:#818181;
	}
	
	



    /*------------------------------------------------------------
    * page content
    */
    .b-pagecontent {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        min-height: 420px;
        border: 1px solid #ddd;
    }

    .b-ahead {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .b-ahead h3 {
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: normal;
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        color: #333;
    }
	    .b-ahead h4{
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: normal;
        font-size: 20px;
        text-align: center;

    }
	.b-ahead h3{
		font-size:16pt;
		margin-bottom:10px;
		color:#003399;
		font-weight:bold;
	}



    .b-ahead .b-ainf {
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 0;
        height: 20px;
        list-style-type: none;
        text-align: center;
    }

    .b-ahead .b-ainf li {
        display: inline-block;
        margin-right: 15px;
        font-size:11px;
        color: #888;
    }

    .b-abody {
        color: #555;
		font-size:11pt;
		line-height:20pt;
    }
	.b-abody .insertimg{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
    .b-abody .insertimgtitle{
		display:block;
		text-align:center
	}

    .b-aannex {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px;
        border-top: 1px solid #eee;
        list-style-type: none;
        font-size: 12px;
        color: #666;
    }

    .b-aannex li span {
        display: inline-block;
        margin-right: 10px;
    }

    .b-aannex li a {
        color: #444;
    }

    .b-aannex li a:hover {
        color: #000;
    }

  /* b-list */
    .b-list {
        margin-left: 0;
        margin-bottom: 20px;
        list-style-type: none;
    }

    .b-list li {
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #eee;
    }

    .b-list li .m-date {
        float: right;
        color: #999;
    }

    .b-list li a {
        color: #555;
        text-decoration: none;
    }

    .b-list li a:hover { color: #FF3300; }

    .b-list .bl-headtitle {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #999;
    }

    .b-list .bl-headtitle h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        color: #666;
    }

    .b-list .bl-headtitle i {
        margin-top: 5px;
    }

    /* b-listimg */
    .b-listimg {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .b-listimg li {
	    text-align: center;
    padding-top: 20px;
    /* border-top: 3px solid #659f2f; */
    position: relative;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
    }

    .b-listimg .bl-img {
        float: left;
        margin-right: 20px;
    }

    .b-listimg .bl-img img {
        width: 120px;
        height: 158px;
    }


    .b-listimg .bl-title {
        line-height: 40px;
        color: #565656;
    }
	
    .b-listimg .bl-info {
        margin-bottom: 10px;
        font-size: 12px;
        color: #999;
    }
	.bl-info{
		text-indent:24px;
		line-height:24px;
		}

    .b-listimg .bl-bar {
        
    }

    .b-listimg .bl-bar a {
        padding: 3px 5px;
        background-color: #ddd;
        font-size: 12px;
        color: #787878;
        text-decoration: none;
    }

    .b-listimg .bl-bar a:hover {
        color: #fff;
        background-color: #062a4d;
    }

    .b-listimg .bl-bar a:hover i {
        background-image: url("../images/glyphicons-halflings-white.png");
    }


    /* b-listphoto */
    .b-listphoto {
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 5px;
        padding-left: 5px;
        padding-bottom: 20px;
        width: 700px;
        list-style-type: none;
    }

    .b-listphoto li {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 120px
    }

    .b-listphoto .bl-photo {
        display: block;
        margin-bottom: 5px;
    }

    .b-listphoto.photo-hv .bl-photo img {
        display: block;
        width: 120px;
        height: 90px;
    }

    .b-listphoto .bl-link {
        display: none;
        margin-bottom: 5px;
        color: #333;
    }
	.bl-photo{
		/*border:1px solid #999;*/}
	.bl-link {
		text-align:center;
		
    }
    .b-listphoto .bl-link:hover { color: #ff3300; }

    .b-listphoto .bl-info {
        display: block;
        font-size: 12px;
        color: #999;
    }





    /*------------------------------------------------------------
    * page path
    */
    .b-pagepath {
        margin-top: -30px;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 10px;
        list-style-type: none;
    }

    .b-pagepath li {
        font-size: 12px;
    }

    .b-pagepath li a {
        color: #666;
        text-decoration: none;
    }

    .b-pagepath li a:hover { color: #333; }

    .b-pagepath li.active a,
    .b-pagepath li.active a {
        color: #999;
        cursor: default;
    }

 
 


    /*------------------------------------------------------------
    * login
    */
    

    /*------------------------------------------------------------
    * footer
    */
    #footer {
    	padding-left:20px;
    	/* width: 980px; */
    	/* margin: 0 auto; */
    	padding-top: 20px;
    	padding-bottom: 20px;
    	border-top: 1px solid #ddd;
    	background-color: #086600;
    	font-size: 12px;
    }

    #footer .container {
        width: 980px;
        margin: 0 auto;
        position: relative;
        zoom: 1;
        /* margin-left: 10px; */
        background: transparent url(../images/footer-logo-w.png) 0 5px no-repeat;
    }

    .b-footer-link {
        float: right;
    }

    .b-footer-link .dropdown-toggle {
        color: #0066cc;
    }

    .b-footer-link .dropdown-toggle:hover {
        background-color: #eee;
    }

    .b-footer-link .dropdown-menu {
        top: auto;
        right: 0;
        bottom: 20px;
        left: auto;
        border-radius: 0;
    }

    .b-footer-link .dropdown-menu li a:hover {
        background-image: none;
        background-color: #666;
    }

    .b-footer-copy {
        margin-left: 117px;
        color: #fff;
    }
    
    .b-footer-add {
        margin-left: 117px;
        color: #fff;
    }

    .b-footer-beian {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .b-footer-beian a { color: #666; }

    /*------------------------------------------------------------
    *  通用
    */
    .m-clear { clear: both; }

    /* heigth */
    .m-hide { display: none; }
    .m-show { display: block; }
    .m-img-120-168 { width: 120px;height: 168px; }
    .m-img-120-90 { width: 120px;height: 90px; }
    .m-img-120-68 { width: 120px;height: 68px; }
	 /* b-classlink */
    .b-classlink {
        overflow: hidden;
    }

    .b-classlink h2 {
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 20px;
        height: 30px;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
    }

    .b-classlink h2 span {
        position: relative;
        z-index: 2;
        float: left;
        display: block;
        margin-bottom: -1px;
        padding-left: 20px;
        padding-right: 20px;
        height: 30px;
        background-color: #ccc;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        line-height: 30px;
    }

     .b-classlink .bc-list {
        overflow: hidden;
        margin-left: -20px;
        margin-bottom: 40px;
        width: 708px;
        list-style-type: none;
    }

    .b-classlink .bc-list li {
        float: left;
        margin-left: 20px;
        margin-bottom: 5px;
        width: 157px;

    }

    .b-classlink .bc-list li a {
        font-size: 12px;
        color: #666;
    }

    .b-classlink .bc-list li a:hover {
        color: #0088cc;
    }
	


    .b-abody .ba-imglist {
        overflow: hidden;
        width: 688px;
    }

    .b-abody .ba-imglist ul {
        margin-left: -20px;
        margin-bottom: 0;
        width: 708px;
        list-style-type: none;
    }

    .b-abody .ba-imglist ul li {
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        width: 216px;
    }
	
	
    /* m-element */
    .m-element {
        overflow: hidden;

    }

    .m-element ul {
        margin-left: 20px;
        margin-bottom: 0;
        list-style-type: none;
    }

    .m-element ul li {
        float: left;
        /*width: 160px;
        height: 120px;*/
    }

    .m-element ul li a {
        display: block;
    }

    .m-element ul li img {
        width: 160px;
        height: 50px;
    }
	
	.b-search{
		float:right;
		padding-right:10px;
		margin-top:20px;
	}
	div.mod-languages ul{
		margin:5px 0;
	}
	
	 .b-abody .bc-play{
		text-align:center;
		color:#666666;
		display:block;
	 }
	 .b-abody .bc-play  iframe{
		background-color:#fff;
		box-shadow:0 0 7px rgba(0,0,0,0.5);
	 }

 /* cbox color */

    /* red */
    .m-cbox.m-red {
        border-color: #DF3C3C;
    }

    .m-cbox.m-red .mc-head {
        background-color: #DF3C3C;
    }
    /* yellow */
    .m-cbox.m-yellow {
        border-color: #D2A528;
    }

    .m-cbox.m-yellow .mc-head {
        background-color: #D2A528;
    }
    /* blue */
    .m-cbox.m-blue {
        border-color: #cccccc;
    }

    .m-cbox.m-blue .mc-head {
        background-color: #3C78D2;
    }
    /* light-green */
    .m-cbox.m-light-green {
        border-color: #A0BC23;
    }

    .m-cbox.m-light-green .mc-head {
        background-color: #A0BC23;
    }
    /* green */
    .m-cbox.m-green {
        border-color: #39A930;
    }

    .m-cbox.m-green .mc-head {
        background-color: #39A930;
    }
    /* cyan */
    .m-cbox.m-cyan {
        border-color: #33AAB5;
    }

    .m-cbox.m-cyan .mc-head {
        background-color: #33AAB5;
    }
    /* light-purple */
    .m-cbox.m-light-purple {
        border-color: #BA3483;
    }

    .m-cbox.m-light-purple .mc-head {
        background-color: #BA3483;
    }
    /* purple */
    .m-cbox.m-purple {
        border-color: #6C42B0;
    }

    .m-cbox.m-purple .mc-head {
        background-color: #6C42B0;
    }
	 .m-cbox .mc-body {
        color: #888;
    }

    .m-cbox .mc-body p,
    .m-cbox .mc-body table {
        
    }
  .m-cbox .mc-body table  td{
       padding: 10px 0;
        background: #F3F9FC;
        text-align: center;
		line-height:1px;
    }
    .m-cbox .mc-body h1,
    .m-cbox .mc-body h2,
    .m-cbox .mc-body h3,
    .m-cbox .mc-body h4,
    .m-cbox .mc-body h5,
    .m-cbox .mc-body h6 {
        font-weight: normal;
    }

    .m-cbox .mc-body .mcb-title {
        display: block;
        margin-bottom: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        border-bottom: 1px solid #D9D9D9;
        background-color: #f6f6f6;
        font-size: 14px;
        color: #333;
    }

    .m-cbox .mc-body .mcb-actions {
        text-align: right;
        margin: 0 0 20px 0;
    }

    .m-cbox .mc-body .mcb-actions a {
        color:#fff;
        font-size: 12px;
    }

    .m-cbox .mc-body .mcb-search {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .m-cbox .mc-body .mcb-search input,
    .m-cbox .mc-body .mcb-search select,
    .m-cbox .mc-body .mcb-search .btn,
    .m-cbox .mc-body .mcb-search .input-append {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .m-cbox .mc-body .mcb-search .input-append input {
        margin-bottom: 0;
    }

    .m-cbox .mc-body .mcb-actions .dropdown-menu a {
        color: #333;
        text-align: left;
    }
	 /* m-cbox /content box */
    .m-cbox {
        margin: 0 0 10px 0;
        padding: 0;
        border: 1px solid #505050;
    }

    .m-cbox .mc-head {
        overflow: hidden;
        margin: 0;
        padding: 5px 0px;
        height: 26px;
        line-height: 26px;
        background-color: #505050;
    }

    .m-cbox .mc-head h4 {
        display:block;
		text-align:center;
        margin: 0;
        padding: 0;
        line-height: 26px;
        font-size: 14px;
        font-weight: normal;
        color:#fff;
    }

    .m-cbox .mc-head .mch-tool {
        float: right;
        margin-right: -7px;
    }
    .m-cbox .mc-head .mch-tool a {
        display: block;
        float: left;
        margin: 0 7px;
        color:#fff;
        text-decoration: none;
    }

    .m-cbox .mc-head .mch-tool a:hover {
        color:#ccc;
    }

    .m-cbox .mcht-zoom-btn {
       /*margin-right: 10px;*/
    }

    .table-bordered{
		margin-bottom:0;
	}
	
	ul.tabs{
	position:absolute;
	display:block;
	width:260px;
	margin-left:15px;
	padding:0;
	}
	ul.tabs li{
	list-style:none;
	display:inline;
	height:35px;
	line-height:35px;
	}
	ul.tabs li a{
	color:#fff;
	font-size:20px;
	}
	#leftbtn{
		float:left;
	}
	#rightbtn{
		float:right;
	}
	.tab_container .tab_content td a{
		font-size:20px;
		padding:3px;
	}
	.row-fluid .row1s1,.row-fluid .row1s1 .b-hero{
	width:645px;
	padding-top: 5px;
	}
	.row-fluid .row1s1 .m-pagebox{
	display:inline-block;
	width:42%;
	}
	.row-fluid .row1s1 .tzgg{
	float:right;
	}
	ul.well{
	overflow: hidden;
	margin:0;
	padding:0px;
	background:none;
	border:0;
	margin-top:-4px;
	}
	ul.well li{
	list-style:none;
	float:left;
	margin-left:10px;
	margin-bottom:17px;
	}
	ul.well li img{
	width:140px;
	height:29px;
	}
	.menuhome{
	padding: 20px 0 0 0;

}
	.jxzl{
		margin:0;
		padding:0 10px;
		margin-top:-13px;
	}
	.zhouli{
	padding: 20px 0 0 0;
}

	 .smkx-mp-plist{
 	padding:0;
 	overflow:hidden;
 	margin:0;
 }
  .smkx-mp-plist li{
  	padding-right:20px;
  	list-style:none;
  	float:left;
  }

	.kecheng-list{

	}
	.kecheng-list span{
		display:inline-block;
		width:85px;
		height:20px;
		line-height:20px;
		text-align:center;
		padding:2px 2px;
	}
	
	.kecheng-list .kechengmingcheng{
	width:200px;
	}
	
	.xsh-list{

	}
	.xsh-list span{
		display:inline-block;
		width:15%;
		height:20px;
		line-height:20px;
		text-align:center;
		padding:2px 2px;
	}
	
	.xsh-list span.pydw{

		width:30%;

	}
	

	.zoom-box {
    margin-bottom: 10px;
}

.zoom-box .zoom-box{
    display: none;
}

.zoom-box.open {
    display: block;
}

.zoom-box .zb-btn {
    display: block;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 15px;
    background: #fff url(img/plus.gif) left center no-repeat;
    cursor: pointer;
}

.zoom-box .zb-btn.open {
    background-image: url(img/minus.gif);
}

.zoom-box h4.zb-btn {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 1px dashed #ddd;
    margin-left: 0;
    font-size: 14px;
    line-height: 34px;
}

.noselect,
.zoom-box .zb-btn {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.zoom-box .table {
    font-size: 12px;
}

#tbox{width:26px; float:right; position:relative; right:-30px;  z-index:1000;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:100px;
}


#gotop{
position:fixed;
bottom:365px;
display:block;
width:30px;
height:77px;
background:url(../images/gototop.gif) no-repeat 50% 0;
line-height:999px;
overflow:hidden;
cursor:pointer;
}
.ie6 #gotop{position:absolute;bottom:auto;}


#goback{
position:fixed;
bottom:300px;
display:block;
width:30px;
height:63px;
background:url(../images/close.gif) no-repeat 50% 0;
line-height:999px;
overflow:hidden;
cursor:pointer;
}
.ie6 #goback{position:absolute;bottom:auto;}

.carousel-caption h4{
/*color:#0088cc;*/

}


.xglj{
		width: 227px;
		height: 0px;
		line-height: 35px;
		padding-top:8px;
		font-size:12px;
	}
	.xglj-title{
	text-indent:20px;}
	.xglj a{
	display:block;
	border-top:1px solid #ccc;
	padding-bottom:10px;
	}
	.xglj a:hover{background:#f1f2f3 ;}
	.highlight{height:160px;}
}
.cyxx .b-menu{
	overflow:hidden;
	height:188px;
	border:0px;
	margin:0;
	padding:0;
	text-align:center;

}
.cyxx .b-menu li{
	list-style:none;
	height:65px;
}
.cyxx .b-menu .bm-node{
	display:block;
	width:300px;
	padding:0;
	margin:3px;
}

.cyxx .b-menu .bm-node a span{
	display:none;
}
.cyxx .b-menu .bm-node img{
	width:330px;
	height:50px;
}

.b-listphoto .bl-photo .video_img{
     	width:200px;
     	height:150px;
     }
 .b-listphoto  .play_btn img{
	display:none;
	position:relative;
	width:50px;
	height:50px;
	left:0px;
	top:-90px;
	}
.lang-block li{
    	float:right;
    	position:relative;
    	right:55px;
		width:50px;
		height:20px;
		overflow:hidden;
	}
.tzgg{
height:292px;}
.hr-after {
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 9px;
    height: 34px;

}

 #newList{	margin-top:3px;}
    #newList li a{
    
    	font-size:16px;
    	color:#009688;
    }

  .tzgg{
    	height: 300px;
    }


    .jzyg{
    	height:180px;
    }
    .xwzx{
    	height:334px;
    }
    .kydt{
    		height:82px;
    }
.span8 .b-hero >div{height:368px;}




/* ============================================= */

#smkx-header {
        padding-top: 20px;
    height: 103px;
   /* background: url(/passinstitute/images/_thumbs/2021/202109/141946_106200_body_bg3.jpg) repeat-x; */
}
.element-invisible{
      color:#013f98;
}
input.search-query{
background-color: #b2caf0;
    border: 1px solid #abc7ef;}
.yqlj-link{
	margin: 0px 0px;
}
 .m-element ul .xufc-ne img{
    	width:198px;
	height:132px;
    }
.m-element ul .xufc-ne{
    margin:4px
}

.mp-title-jpkc i{
    font-weight:normal;
    font-size:12px;
    float:right;
    font-style:normal;
    margin-right:30px;
    color:black;
}

.fc-list{
  margin:0;
overflow:hidden;
text-align:center;
padding-left:10px;
}

.fc-list li{
  list-style:none;
  float:left;
  margin:6px;
}
.mp-listA, .mp-listB {
	margin-left:0;
	padding-top:1px;
}
.mp-listA li, .mp-listB li{
	list-style:none;
	margin:20px 0;
	
}

.mp-listA img{

	margin:0 10px;
}




 .m-pagebox  .mp-listA {
	    margin-left:0;
        margin-top: 10px;
        font-size: 12px;
    }

    .m-pagebox .mp-listA li {
	    list-style: none;
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
	/*padding-left: 18px; 
        background: url("../images/jt.PNG") left center no-repeat; */
     }
	.m-pagebox .mp-listA img{
		float:left;
		list-style: none;
		display:inline;
		height: auto;
		padding-right:20px;
		width: 160px;
		height: 110px;
		}
    .m-pagebox .mp-listA li a{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        width: 240px;
        text-align: center;
        color: #004098;
        padding-left: 0px;
		}
	 

	.m-pagebox .mp-listA li a:first-child{
		background: none;
     }
	 .m-pagebox .mp-listA li a span{
		font-size:14px;
		line-height:22px;
		display: block;
		color:#004098;
     }
 .m-pagebox .mhp-content{
	margin-top:0px;
	margin-left:20px;
}
    .m-pagebox .mp-listA .mpl-date {
        float: right;
        color: #999;
    }








 .m-pagebox  .mp-listB {
	    margin-left:0;
        margin-top: 10px;
        font-size: 12px;
    }

    .m-pagebox .mp-listB li {
	list-style: none;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
	/*padding-left: 18px; 
        background: url("../images/jt.PNG") left center no-repeat; */
     }
	.m-pagebox .mp-listB img{
		float:right;
		list-style: none;
		display:inline;
		height: auto;
		padding:0 20px;
		width: 90px;
		height: 110px;
		}
     .mp-listB .mhp-title{
     	float:left;
     	width:290px;
     } 
    .mp-listB  .mhp-photo{
    	float:right;
    }
     .mp-listB img{
     	width:180px;
     	float:right;
     }
    .m-pagebox .mp-listB li a{width: 342px;display: block;overflow: hidden;font-size: 14px;text-align:center;text-overflow: ellipsis;white-space: nowrap;word-break: break-all;/*margin-left:10px;*/line-height:30px;color:#004098;padding-left: 5px;}
	 

	.m-pagebox .mp-listB li a:first-child{
		background: none;
     }
	 .m-pagebox .mp-listB li a span{
		font-size:14px;
		line-height:22px;
		display: block;
		color:#004098;
     }
 .m-pagebox .mhp-content{
	margin-top:0px;
	margin-left:20px;
}
    .m-pagebox .mp-listB .mpl-date {
        float: right;
        color: #999;
    }


.code{
                   width:45%;
	float:left;
	text-align:center;
}
.code span{
both:clear;
display:inline-block;}
    .insertimg{
    	/* width:120px;*/

    }