@charset "GBK";

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.mar30 {
	margin: 30px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.p {
	text-indent: 2em;
	line-height: 2em;
}

.title_main {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.zxbtn {
	width: 350px;
    line-height: 50px;
    background: #f64c42;
    text-align: center;
    display: block;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    margin: 30px auto;
}

/*标题*/
.title-main {
	margin: 30px auto;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
  }
  .title-main strong {
	font-size: 46px;
    color: #9c0505;
}
  .title-main img {
	width: 46px;
	height: 45px;
	padding: 0 10px;
	vertical-align: middle;
  }

  /*学习内容*/
.list2 {
	font-size: 0;
	text-align: center;
  }
  .list2 li {
	display: inline-block;
    width: 239px;
    margin: 30px 15px 0px;
    text-align: left;
    cursor: pointer;
  }
  .list2 li .txt {
	width: 219px;
	height: 168px;
	background: url("http://www.xdfpr.cn/images/zhuanye/cchg/bg_1.jpg") no-repeat top center;
	margin-bottom: 10px;
	padding: 20px 10px;
	font-size: 0;
  }
  .list2 li .txt span {
	display: inline-block;
	width: 128px;
	text-align: center;
	vertical-align: top;
	font-size: 80px;
	color: #d42c2c;
	font-weight: bold;
  }
  .list2 li .txt strong {
	display: inline-block;
	width: 80px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	writing-mode: vertical-rl; /*writing-mode: tb-rl;*/
  }
  .list2 li:hover .txt {
	background: url("http://www.xdfpr.cn/images/zhuanye/cchg/bg_2.jpg") no-repeat top center;
  }

  .bgcolor1 {
    background: #d80f17;
    color: #fff;
    overflow: hidden;
	padding-bottom: 30px;
}
.bgcolor1 .title-main strong{
	color: #fff;
}
.w100{
    width: 100%;
    margin: 10px auto 0px;
    min-width: 1400px;
}

.pinzhong{
	position: relative;
}
.pinzhong .bg1{
	position: absolute;
    background: url(../images/bg1.png) no-repeat;
    width: 890px;
    height: 270px;
    z-index: 999;
    margin: 100px auto;
    left: 19%;
    padding: 52px 61px 0px 80px;
    font-size: 20px;
    line-height: 35px;
}
.youshi_img{
    margin: 30px auto 0;
    display: block;
}

.bg_huangse{
    background: #f8c301;
    padding-bottom: 30px;
}
.ul_list1 li{
    width: 21%;
    border: 2px dotted red;
    margin: 30px auto 0;
    text-align: center;
    padding: 30px 10px;
    border-radius: 12px;
}

.ul_list1 li strong{
	font-size: 30px;
	color: #624409;
}
.ul_list1 li strong i{
	font-size: 38px;
}
.ul_list1 li div{
    width: 84%;
    background: #e71b1c;
    color: #ffffff;
    line-height: 40px;
    border-radius: 10px;
    margin: 10px auto;
    font-size: 20px;
    font-weight: bold;
}

/*专业推荐*/
.tj li {
	display: inline-block;
	width: 394px;
	background: #d80f17;
	color: #fff;
	line-height: 3em;
	text-align: center;
	margin-bottom: 10px;
  }
  .zxbox .tj-a {
	background: #d80f17;
	color: #fff;
  }

.justify {
	margin: 30px auto;
}