@charset "UTF-8";










/**
 * 
 * @authors zhang yizhi
 * @date    2017-12-23 19:33:46
 */


/*global*/

.hide {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #ff822e;
    text-decoration: none;
}


body{
background-attachment:fixed;
}






/*navi*/

#logo_banner {
   background-color:rgba(0, 120, 202, 0.67);
    /*background-color:rgba(255,255,255, 0.9);*/
    height: 125px;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}


@media screen and (max-width: 1000px) {
    .wrapper {
        width: 100%;
    }
}

#logo_banner img {
    width: 620px;
    margin-top: 30px;
}

@media screen and (max-width: 725px) {
    #logo_banner {
        height: auto;
    }

    #logo_banner img {
        width: 80%;
        margin-top: 15px;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    #menu_bg {
        display: none;
    }
    #cssmenu {
        background: rgba(0, 0, 0, .4);
    }
}

#menu_bg {
    position: absolute;
    z-index: 98;
    top: 125px;
    height: 54px;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

#cssmenu {
    position: relative;
    z-index: 99;
    /*margin-top: -56px;*/
}

@media screen and (max-width: 768px) {
    #cssmenu {
        position: absolute;
        z-index: 99;
        /*margin-top: -56px;*/
    }
}












/*slider*/


/*.slider {
    position: relative;
    z-index: -1;
}
*/


/*.caption {
	position: relative;
	top: -100%;
}*/

.slider-wp {

    margin-top: -52px;
    z-index: -1;
}

.caption {
    text-align: right;
    font-size: 10px;
}

.caption {
    width: 100%;
    /*padding: 0 10%;*/
    position: absolute;
    bottom: 0;
    /* left: 10%; */
    background: rgba(0, 0, 0, .5);
    background-clip: content-box;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .caption h1 {
        font-size: 10px;
    }
}









/*card*/

.card {
    width: 100%;
    padding: 0 40px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
    margin-top: 25px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .card {
        padding: 0 5px;
    }
}

.btn_more {
    position: absolute;
    right: 40px;
    width: 50px;
    margin-top: 30px;
}

.article_img {
    width: 100%;
}

.change_tab {
    margin-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.change_tab span {
    cursor: pointer;
}

.change_tab>h1 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin: 10px 20px;
}

.change_tab>h1 span {
    position: relative;
    display: inline-block;
    z-index: 98;
    top: -6px;
}



.change_tab>h1.show {
    color: #fff;
}

.change_tab>h1.show:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 150%;
    height: 25px;
    padding: 25px;
    background: #ff822e;
    z-index: 1;
    transition: all 2s liner;
}

@media screen and (max-width: 992px) {
    .change_tab>h1 {
        font-size: 16px;
    }
    .change_tab>h1 span {
        top: 0;
    }
    .change_tab>h1.show:after {
        left: -17px;
        width: 150%;
        height: 19px;
        padding: 20px;
        top: -10px;
    }
    .btn_more {
        margin-top: 1em;
        width: 40px;
        right: 15px;
    }
}

.article_img_header {
    margin: 20px 10px;
    text-align: center;

    color: #bcbcbc;
}

.article_content {}

.article_header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_abstract {
    width: 100%;
    color: #bcbcbc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

#link {
    /*	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;*/
    /*border: solid 1px #000;*/
    /*position: relative;
 	background-color: #77899f;
 	color: #fff;
	border: none;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    height: 25px;
    padding: 0 16px;
    margin-left: 50%;
    left: -150px;
    margin-top: 50px;*/
}

#link {


    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}








/*#link option{
	height: 20px;
	width: 100%;
    max-width: 120px;

}

#content {
    margin-bottom: 80px;
}*/

#link h1 {
    font-weight: lighter;
    font-size: 20px;
    color: #77899f;
}

#link a {
    display: block;
    color: #808080;
    margin: 2px;
}

#link a:hover {
    color: #ff822e;
}

@media screen and (max-width: 768px) {
    #link {
        padding: 15px;
    }
    #link h1 {
        font-size: 16px;
    }
}

.qrcode {
    text-align: center;
}

.qrcode img {
    width: 150px;
    margin: 10px;
}









/*footer*/

footer {
    /*position: fixed;*/
    position: relative;
    bottom: 0;
    min-height: 250px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

footer>img {
    width: 80%;
    position: absolute;
    /*position: fixed;*/
    left: 20%;
    bottom: 0;
    z-index: -1;
}

footer div.text_wp {
    padding-top: 70px;
    text-align: right;
}

footer div.text_wp p {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
}

footer div.text_wp p:nth-child(4) {
    font-size: 16px;
}

footer div.ecnu_logo_wp {
    text-align: left;
    padding-top: 100px;
    padding-right: 80px;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 1000px) {
    footer div.ecnu_logo_wp img {

        width: 220px;
    }

    footer div.text_wp {
        padding-top: 0;
        text-align: left;
        margin-left: 15px;
    }
    footer div.text_wp p {
        font-size: 14px !important;
        line-height: 1.5em;
    }
    footer div.text_wp p:nth-child(1) {
        margin-top: 20px;
    }
}






/*article

.article {
    background-color: #fff;
    min-height: 768px;
    padding: 25px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
}

.article h1,
.article p.article_info {
    text-align: center;
}

.article_text {
    margin: 0 auto;
    width: 1000px;
}


.article_text p {
    text-indent: 2em;
    margin-bottom: 15px;
}

.article_text p.has_img {
    text-indent: 0;
    text-align: center;
}

.article_text p.has_img img {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .article_text {
        width: 100%;
        margin: 15px;
    }
}

@media screen and (max-width: 768px) {
    .article_text {
        width: 100%;
        margin: 0;
    }
    .article {
        padding: 10px;
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .article_text p.has_img img {
        width: 80%;
    }
}



*/

/*side-bar*/

.side_bar {
    background-color: #f0f0f0;
    font-size: 16px;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.side_bar hr {

    border-top: 1px solid #ccc;
}

.side_bar>h1 {
    font-size: 25px;
    font-weight: lighter;
    text-align: left;
}

.side_bar * {
    list-style: none;
}

.side_bar>ul>li {
    display: block;
    margin: 10px;
    padding-left: 1em;
    background: url("../images/arrow.png") no-repeat;
    background-position: 0px 5px;
    cursor: pointer;
}

.side_bar>ul>li>a:hover,
.side_bar>ul>li>ul>li>a:hover {
    color: #ff822e;
}

.side_bar>ul>li>ul>li {
    margin: 1em;
    border-bottom: 1px dotted #eee;
}

.breadcrumb {
    margin-bottom: 4em;
}

.breadcrumb li,
.breadcrumb ol {
    display: inline-block;
}

.breadcrumb li.active {
    color: #ff822e;
}

.breadcrumb li:after {
    content: " ";
    width: 1px;
    height: 1em;
    background-color: #bcbcbc;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 1em;
    transform: rotate(-30deg);
}

.breadcrumb li:last-child::after {
    content: none;
}

.article_list {
    margin-bottom: 2em;
}

.article_list ul {
    list-style: none;
}

.article_list li {
    display: block;
    margin: 1em 0;
    border-bottom: 1px dotted #bcbcbc;
    background: url("../images/arrow2.png") no-repeat;
    background-position: 0px 5px;
    padding-left: 1em;
}

.article_list ul li span {
    display: inline-block;
    float: right;
}

.article_list ul li a {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_list,
.breadcrumb {
    margin-left: 1em;
}

@media screen and (max-width: 768px) {
    .article_list,
    .breadcrumb {
        margin-left: 0;
    }
}

@media screen and (max-width: 466px) {

    .article_list ul li a {
        width: 60%;
    }
}

 .search_block{position:absolute;right:-30px;top:0;margin-top:40px;height:30px;z-index:100;}
      .wp_search{height:30px;}
      input{padding:0;border:none;}
      .wp_search .search{width:30px;height:30px;background:url(/_upload/tpl/07/4a/1866/template1866/images/search.png) center no-repeat;position:relative;left:-30px;}
      input.keyword{padding-left:1em;padding-right:2em;width:190px !important;height:30px;background-color:rgba(255,255,255,.5);color:#a0a0a0;line-height:30px;border-radius:10px;color:#fff}