* {
    margin: 0;
    padding: 0;
}

input {
    outline: none;
}

html,
body {
    max-width: 1920px;
    margin: 0 auto;
    /* background-color: #cccccc; */
}

a {
    color: black;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}
ul,
ol {
    padding-left: 0;
}

.w-style {
    max-width: 1220px;
    margin: 0 auto;
}

/* top */
#header {
    height: 45px;
    background-color: #E6E6E6;
}
#header .top {
   overflow: hidden;
   padding-left: 5px;
   padding-right: 5px;
}


#header .zx {
    float: left;
    line-height: 45px;
    font-size: 14px;
}

#header .but {
    float: right;
    border: 1px solid #0371D3;
    border-radius: 5px 5px;
    height: 29px;
    margin-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 29px;
}

/* logo */
.logo {
    width: 100%;
    height: 105px;
    background: url(../images/top-bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

.logo .left-logo {
    float: left;
    width: 356px;
    height: 71px;
    margin-top: 10px;
}

.logo .right-search {
    width: 532px;
    float: right;
    height: 43px;
    background: url(../images/search.png)no-repeat;
    margin-top: 35px;
}

.logo #keyword {
    float: left;
    width: 410px !important;
    height: 35px;
    line-height: 45px;
    border-radius: 30px 30px;
    text-indent: 1em;
    margin-top: 2px;
    margin-left: 5px;
    border: none;
}

.logo .search {
    width: 107px;
    height: 40px;
    border-radius: 30px 30px;
    background: none;
    border: none;
}

/* 菜单 */
.nav-style {
    width: 100%;
    background: #4A5C6A;
    border-width: 0px;
    border-radius: 0px;
    clear: both;
}

.nav-style .navbar-gzgs {
    background-color: #4A5C6A;
    max-width: 1220px;
    margin: 0 auto;
    border-width: 0px;
    border-radius: 0px;
    clear: both;
    z-index: 999;
}
.nav-style .navbar-gzgs ul li {
    width: 170px;
    float: left;
    line-height: 59px;
    text-align: center;
}
.nav-style .navbar-gzgs ul li:hover {
   background-color: #A5040B;
}
.nav-style .navbar-gzgs ul a {
    color: #ffffff;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 15px;
}
#wp_nav_w1  .wp_nav {
    width: 1210px !important;
}
.navbar-gzgs .navbar-collapse,
.navbar-gzgs .navbar-form {
    background-color: #4A5C6A;
}

.navbar-gzgs .navbar-nav>li>a:hover,
.navbar-gzgs .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #A5040B;
}

/* 轮播图0 */
#wrapper {}

/* 内容 */
#main {
    background: url(../images/top-bg.png);
    background-repeat: repeat;
}

#main .mid_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

#main .news {
    width: 395px;
    height: 549px;
    background: url(../images/news-bg.png) no-repeat;
    float: left;
}

#main .activity {
    width: 395px;
    height: 549px;
    background: url(../images/Alumni-bg.png) no-repeat;
    float: left;
    margin-left: 10px;
}

#main .book {
    width: 395px;
    height: 549px;
    background: url(../images/Journal-bg.png) no-repeat;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

#main .title01 {
    margin-left: 50px;
    margin-top: 30px;
}

#main .articletext {
    width: 330px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
}

#main .title01 span {
    font-size: 35px;
    color: #fff;
}

#main .title01 a {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
#main .title01 a span {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
#main .title01 a span:hover {
    color: red;
}

#main .bsjCss {
    border: dashed #FF0000 0px;
    height: auto;
    width: 99%;
    cursor: pointer;
}

#main .articleList .title {
    border: 0px solid green;
    width: 85% !important;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: left;
}

#main .articletext .articleList li .title {
    font-size: 16px !important;
}
#main .articleList ul  {
    padding-left: 0px;
}

#main .articleList ul li {
    height: 45px !important;
    line-height: 45px !important;
    background-repeat: no-repeat;
    background-position: left 6px;
    text-indent: 10px;
    vertical-align: bottom;
}
#main .articleList ul li a {
    font-size: 16px;
    color: black;
}

#main a:hover {
    text-decoration: none;
    color: red !important;
    cursor: pointer;
}

#main .articleList li .time {
    color: #999;
    font-size: 14px;

}

#p-style {
    padding-top: 30px;
    padding-bottom: 30px;

}
#p-style #topw225 {
    width: auto !important;
}
.imgscroll2_img {
    width: 185px !important;
    height: 140px !important;
}

#p-style .articleList_pmd_pic {
    padding-left: 10px;
}

.yqlj {
    width: 100%;
    height: 60px;
    background: #8C8C8C;
}

.yqlj .yqlj_text {
    height: 60px;
    width: 100px;
    border-radius: 5px 5px;
    height: 32px;
    line-height: 32px;
    background: #C0C0C0;
    text-align: center;
    margin-top: 14px;
    float: left;
    font-size: 16px;
}
.yqlj a {
    font-size: 16px;
    color: #fff;
}

.footer {
    height: 150px;
    background: #4A5C6A;
}

.footer .footer-main {
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .bot_text {
    float: left;
    margin-left: 35px;
    /* color: #BABABB; */
    color: #fff;
    margin-top: 35px;
    line-height: 28px;
    font-size: 14px;
}

.footer a {
    font-size: 14px;
    color: #fff;
}

audio,
canvas,
img,
video {
    max-width: 100%;
    vertical-align: middle;
}


/*****************************二级页面开始*****************************************/
.main_container {
	width: 100%; margin: 0 auto; background: url('../images/bodybg-2.jpg') repeat-x left top #ffffff;
}

#artCont {
	margin: 2px auto; border: 1px #ccc solid; padding: 20px 10px; background-color: #fff; box-shadow: 0px 0px 10px #E0E2E4; max-width: 1210px;
}
#indexCont{
	overflow: hidden;
}
#indexCont .menu {
	float: left; width: 280px;background-color: #F1F1F1;padding-left:15px;padding-right:15px;padding-top:15px;margin-bottom: -100000px;padding-bottom: 100000px;
}
#indexCont .menu>.nav>li>.nav {
	background-color: #FBFBFB;
}

#indexCont .menu>ul>li>a:hover {
	color: red;
}

.listRight {
	float: right; width: 900px; min-height: 550px; border: 0px red solid;padding-top:15px;
}

#indexCont {
	max-width:1210px; 
    margin: 0 auto;  border: 
    0px red solid; background-color: #fff; -moz-box-shadow: 0 0 4px #9EACAF; -webkit-box-shadow: 0 0 4px #9EACAF; box-shadow: 0 0 4px #9EACAF; padding: 0px 0px 0px 0px; clear: both;
}
.singlePageRight{
	float: right; width: 900px; border: 0px red solid;padding-top:15px;
}

.contactMap{
	width:780px;height: 415px
}
.searchPageBtn{
	width:90%;
	padding-left:10%;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000;
    content: ">>";
}
.breadcrumb > li:nth-child(1) + li:before {
    padding: 0 0;
    color: #000;
    content: "";
}
.breadcrumb > li a {
    color: #000;
}
/*****************************二级页面结束*****************************************/
.jobtitle{background-color: #ebf2f9; height: 40px; line-height: 40px; vertical-align: middle; padding: 0px 20px;}

.jobtitleRight{float: right;}

.jobtitleInfo{margin-top:15px;text-align: center;}
.jobtitleInfo span{font-weight:bold;margin-right:5px;line-height: 25px;}

.tree-menu li.active>a {
	background-color: #A5040B; 
    border-color: #A5040B;
    font-size: 18px !important;
}

.tree-menu li.active>a:hover {
	color: #fff;
}

.tree-menu li {
	font-size: 16px;
}

.panel-my .nav-primary li {
	width: 100%;
}

.panel-my .nav-primary li:first-child {
	width: 100%;
}

.menu>.nav>li+li {
	margin-top: -1px;
}

#curPosMenu {
	color: #77161B; font-weight: bold;
}

.box-1 {
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    border-bottom: 1px #E6E2D9 dashed;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
.main_container .tlist li a {
    font: normal 16px/30px '微软雅黑';
    color: black;
    width: 63%;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: left;
}
.main_container .articlebox .Article_bt {
    height: auto !important;
    min-height: 50px !important;
}
#wp_paging_w66 {
    overflow: hidden;
}
#wp_paging_w66  ul a {
    width: auto !important;
}
.datetime {
    float: right;
    color: #999;
    font: normal 16px/30px '微软雅黑';
}
/* a:hover {
    color: red !important;
    text-decoration: none;
} */
.tlist li a:hover {
    color: red !important;
}
/******分页样式*******/
.pageNav{float:none;clear:both;font-size:0px;font-family:Arial,Helvetica,sans-serif;padding:18px 0px;text-align:center}
.pageNav span,.pageNav a,.pageNav b{ font-size:14px;margin-right:5px;overflow:hidden;padding:3px 8px}
.pageNav a{border:1px solid #CCDBE4;cursor:pointer}
.pageNav b{ color:#000}
.pageNav .mor{padding:3px;font-weight:bold}
.pageNav .na{color:#DBE1E6}


.card .card-heading{
	text-align: center;
}

#footer .row .col-xs-12{text-align: right;}
#noteStyle{
	float: right; width: 410px;
}

#mymain .history-date ul li dl dt span p span{display: inline;}


/* 其他 */
.parent {
    color: #fff !important;
}
.sub-nav  {
    border: none !important;
}
.sub-nav  .nav-item a {
    background: #4A5C6A !important;
    border-top: none !important;
    color: white !important;
}
.sub-nav  .nav-item a:hover {
    background: #A5040B !important;
}
#wp_listcolumn_w124 ul li a {
    font-size: 16px !important;
    font-weight: 200 !important;
}
.sub-nav li a {
    font-size: 16px !important;
}
.wp_listcolumn .wp_column {
    padding: 5px 0;
}