
/**
 * YH默认样式
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
sup{
    vertical-align: super;
    font-size: smaller;
}

strong {
  font-weight: bold;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  outline: none;
  color: inherit;
}

a:link, a:visited, a:active {
  text-decoration: none;
}


html, body {
  width: 100%;
  height: 100%;
  font-family: '微软雅黑',Arial;
  position: relative;
}

.w1000 {
	width: 1000px;
  	margin: 0 auto;
}

.w1200 {
	width: 1200px;
  	margin: 0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.banner{
    width:1200px;
    height:400px;
    background-image: url("../image/bannerbg.png");
    background-size: 100% 100%;
}

/*正文*/
/*header start*/
header{
	height: 109px;
}

.logo-right{
    padding-top: 45px;
    font-size: 0;
}

.logo-right>input{
	color: #333;
    width: 200px;
    height: 28px;
    border-radius: 3px 0 0 3px;
    border: solid 1px #666;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0;
}
.searchBtn{
    color: #fff !important;
    text-align: center;
    border-radius: 0 3px 3px 0;
    background-color: rgb(36, 36, 36);
    width: 56px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
}

.y-flex{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}


/*header*/

/*nav start*/
nav{
	width: 100%;
	height: 50px;
    background-color:#fff;
}

.nav-list li{
	flex: auto;
	height: 50px;
}
/*.nav-list>li:hover{*/
/*    background-color: #ba2a17;*/
/*}*/

.nav-list li>a{
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.nav-list li:hover a{
    color:#ba2a17;
}
.nav-list li.active{
    color:#ba2a17;
}
/*nav end*/



/*footer start*/
footer{
	width: 100%;
    /*height: 213px;*/
    height: auto;
    background-color: #ba2a17;
}

.footer{
    /*height: 213px;*/
    height: auto;
    background-color: #ba2a17;
    vertical-align: top;
}

.blogroll-list{
	height: 75px;
    margin-bottom:20px;
}

.blogroll-list>li{
	flex: 1;
    line-height: 75px;
    text-align: center;
    font-size: 14px;
    margin-left:8px;
    border:1px solid #c9c9c9;
	/*color: #e0bbbe !important;*/
}

.blogroll-list>li>a{
	color: #e0bbbe !important;
    line-height: 17px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blogroll-list>li>a:hover{
	text-decoration: underline;
}
.blogroll-list>li img{
    width:90%;
    height:90%;
}
.blogroll-list>li:nth-child(2) img{
    width:100%;
    height:100%;
}
.blogroll-list>li:nth-child(5) img{
    width:100%;
    height:100%;
}

.foot-address{
	padding: 50px 0;
	justify-content: space-between;
	align-content: center;
    color:#fff;
}


/*footer end*/


/*板块公用*/
.p-banner{
	height: 368px;
	background: url(../image/cy_topbg2.jpg);
	text-align: center;
	width: 100%;
}

/*p-content start*/
.p-content{
	padding: 20px 0px;
}

.cont-left {
	width: 200px;
    display: inline-block;
}

.cont-left h2{
    background-color: #ba2a17;
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.cont-left ul>li{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 28px;
    cursor: pointer;
    background-color: #e9e9e9;
    border-bottom:1px solid #dfdfdf;
    text-align: left;
    overflow: hidden;
    color: #555;
    font-size: 16px;
}

.cont-left ul>li:hover{
    background-color: #fff;
}

.cont-left ul>li.cont-active{
    background-color: #fff;
}

.cont-right{
    width: 790px;
    display: inline-block;
    min-height: 500px;
    height: auto;
}
#postgraduateContent_cont {
    width:100%;
}

.cont-center{
    width: 790px;
    display: inline-block;
    min-height: 600px;
    height: auto;
}

.eachblock{
    width: 100%;
    display: none;
    height: auto;
}

.block-title{
    padding: 10px;
    border-bottom: solid 2px #ba2a17;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
}

.block-body{
    font-size: 16px;
    line-height: 22px;
    /*color: #29166F;*/
    padding: 15px;
    width: 96%;
}

.block-body table tbody tr td{
	padding: 10px;
    /*text-align:center;*/
}
#detail table{
    width:100%;
    margin:0;
}

.block-body li{
	line-height: 30px;
    list-style: none;
}
#detail a{
    text-decoration:underline !important;
    text-decoration:#ba2a17;
    color:#bb3f62;
}
.infobox{
	width: 100%;
}
.info-head{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    line-height:1.5;
}

.info-title{
    font-size: 24px;
    width: 100%;
    text-align: center;
}


.info-deta{
	text-align: center;
	width: 100%;
	margin-top: 14px;
	box-sizing: border-box;
	
}
.info-head span{
	font-size: 14px;
	color: rgb(150, 150, 150);
	padding-right: 10px;
}
.flex-content{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.botNav_item{
    width:48%;
    height:160px;
    border:1px solid #c9c9c9;
    box-sizing: border-box;
    margin-top:30px;
    cursor: pointer;
}
.botNav_item:first-child{
    margin-top:0;
}
.botNav_item:nth-child(2){
    margin-top:0;
}
.item_img{
    width:45%;
    height: 100%;
    overflow: hidden;
}
.item_img img{
    display:block;
    width:100%;
    height:100%;
    cursor: pointer;
    transition: all 0.6s;
}
.item_img  img:hover{
    transform: scale(1.4);
}
.item_main{
    width:55%;
    height:100%;
    box-sizing: border-box;
    padding: 0 20px 12px;
    border-top:5px solid #ba2a17;
}
.item_title{
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 0;
}
.item_content{
    color:#999;
    font-size:14px;
    text-align: justify;
    padding-top:5px;
}
.botNav_item:hover{
    color:#fff;
    border:1px solid #fff;
}
.botNav_item:hover .item_main{
    background:#ba2a17;
}
.botNav_item:hover .item_title{
    border-bottom:1px solid #fff;
}
.botNav_item:hover .item_content{
   color:#fff;
}
/*p-content end*/

/*常用链接*/
.row4 {
    position: relative;
    padding: 20px 0 40px;
    overflow: hidden;
    margin-top:30px;
}
.hm-link .item {
    margin: 0 0.2%;
}
.row4 .slick-prev, .row4 .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius:50%;
    background-color: #b1b1b1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 58%;
    z-index: 1000;
}
.row4 .slick-prev:hover, .row4 .slick-next:hover {
    background-color: #2670d5;
}
.row4 .slick-prev {
    left: -8px;
    background-image: url(../image/ico-2.png);
}
.row4 .slick-next {
    right: -8px;
    background-image: url(../image/ico-3.png);
}
.row4 img {
    display: block;
    border: 1px solid #ccc;
}
.long_li{
    line-height:20px !important;
}
.long_left{
    width:220px;
}
.short_right{
    width:770px
}
.block-body a:hover{
    color:#b52b27 !important;
    text-decoration: underline !important;
}
.block-body a span:hover{
    color:#b52b27 !important;
}
