@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

a {
    text-decoration: none;
    color: #4f4f4f;
}

i {
    font-style: normal;
}

.red {
    color: #d61419 !important;
}

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

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.pb90 {
    padding-bottom: 90px;
}

.bge {
    background: #eee;
}

body {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    font-family: 微软雅黑;
    font-size: 14px;
}
.zixun-box li img { width:100%;}
.flex-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-flow: column;
}

/*header*/
header {
    display: flex;
    flex-flow: column nowrap;
}

.top {
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .tel {
    background: url(../images/tel.png) left no-repeat;
    padding-left: 45px;
}

.top .tel p {
    color: #d61419;
    font-size: 24px;
    font-weight: bold;
}

.top .tel span {
    color: #717171;
    font-size: 18px;
}

nav ul {
    display: flex;
    flex-flow: row nowrap;
    height: 40px;
    align-items: center;
}

nav ul li a {
    line-height: 40px;
    padding: 0 30px;
    display: block;
    font-size: 20px;
    color: #4f4f4f;
}

nav ul li.on a, nav ul li a:hover {
    background: #d61419;
    color: #fff;
}

/*banner*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner_list {
    height: 350px;
}
/*首页主体*/
main {
    display: flex;
    flex-flow: column nowrap;
}

.ihead {
    margin-top: 90px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.ihead > h2 {
    font-size: 36px;
    color: #d61419;
    border-bottom: 1px solid #a4a4a4;
    width: 100%;
    text-align: center;
}

.ihead > i {
    background: url(../images/sjx.png) center no-repeat;
    width: 25px;
    height: 12px;
    margin-bottom: 5px;
}

.ihead > p > span {
    font-size: 20px;
    color: #494949;
}
/*开设课程*/
.kskc {
}

.index-kskc {
    display: flex;
    justify-content: space-between;
}

.index-kskc li {
    width: 380px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
}

.index-kskc li h3 {
    font-size: 18px;
    color: #272727;
    margin-top: 10px;
}

.index-kskc li p {
    font-size: 16px;
    color: #767676;
    margin-bottom: 15px;
}

.index-kskc li .btn {
    line-height: 35px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #d61419;
    border-radius: 5px;
}

/*首页关于我们*/
.index-about {
    background: url(../images/about_bg.jpg) top no-repeat;
}
.index-about h2{
    border-bottom: none;
}
.about-box {
    background: #fff;
    box-shadow: 0px 0px 20px 4px #e5e5e5;
    padding: 25px 20px 25px;
    align-items: flex-start;
}

.index-case {
    width: 300px;
}

.h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.case-box {
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.case-box li {
    padding-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #eee;
}

.case-box li img {
    width: 62px;
    height: 80px;
    display: block;
}

.case-box li div {
    padding-left: 10px;
    width: 226px;
}

.case-box li .tit {
    color: #121212;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-box li .info {
    padding-top: 10px;
    color: #797979;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-case .xx_wenda{    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 10px;
	font-size:14px;
}
.index-case .xx_wenda li { border-bottom: 1px dashed #CCCCCC;}
.index-case .xx_wenda li a{ display:inline; font-weight:bold; color:#000000;}
.index-case .xx_wenda li p{ margin:10px 0; line-height:24px;}
.index-case .xx_wenda li p span{ font-size:16px; padding:3px 5px; margin-right:10px;}
.index-case .xx_wenda li .xx_ask span{ background:#d61419; color:#FFFFFF;}
.index-case .xx_wenda li .xx_ans span{color:#f0532d; border:1px solid #f0532d;}


.sy_main{    width: 1200px;
    margin: 0 auto;
}
.sy_liebiao{ width:370px;    margin: 15px;     float: left; font-size:16px;}
.sy_liebiao h3{    height: 38px;
    line-height: 38px;
    width: 100%;
    background: #e8e8e8;}
.sy_liebiao h3 span{    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    background: #d61419;
    letter-spacing: 3px;}
.sy_liebiao li{border-bottom: 1px dashed #e5e5e5;
    padding: 5px; height:30px; overflow:hidden;}

.sy_liebiao li:hover a{color:#d61419;}

.index-about2 {
    width: 500px;
}
.news_content{ text-align:left; font-size:14px; color:#999999; padding:10px 0;}
.news_content span { margin-right:30px;}

.index-about2 .about2-box {
    font-size: 14px;
    color: #797979;
    margin-top: 20px;
}

.index-about2 .about2-box li {
    padding-top: 10px;
    background: url("../images/index_13.png") left 17px no-repeat;
    padding-left: 14px;
}

.index-zixun {
    width: 300px;
}

.index-zixun .zixun-box {
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.index-zixun .zixun-box li {
    margin-top: 10px;
}

.index-zixun .zixun-box li img {
    display: block;
}
.about-more {
    background-color: #d61419;
    width: 220px;
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
}
/*PK*/
.pk {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.pk-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.pk-box .pk-list {
    display: flex;
    justify-content: space-between;
}

.pk-box .pk-list li {
    margin: 5px auto;
}

.pk-box .pk-list > ul:first-of-type {

}

.pk-box .pk-list > ul:first-of-type li {
    background: url("../images/db_01.png") no-repeat;
    width: 536px;
    height: 85px;
    line-height: 75px;
    text-align: right;
    padding-right: 75px;
    font-size: 16px;
    font-weight: bold;
    color: #d81318;
}

.pk-box .pk-list > ul:nth-of-type(2) {
    width: 120px;
}

.pk-box .pk-list > ul:nth-of-type(2) li {
    font-size: 20px;
    color: #fff;
    background: url("../images/db_02.png") no-repeat;
    width: 120px;
    height: 85px;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    padding-left: 35px;
}

.pk-box .pk-list > ul:last-of-type {
    width: 546px;
}

.pk-box .pk-list > ul:last-of-type li {
    background: url("../images/db_03.png") no-repeat;
    width: 546px;
    height: 85px;
    font-size: 16px;
    color: #5b5b5b;
    padding-left: 95px;
    line-height: 75px;
}

.yybtn {
    border: 1px solid #d81318;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.yybtn span {
    float: left;
    display: block;
    padding: 0 15px;
    color: #313131;
    font-size: 20px;
}

.yybtn a {
    display: block;
    float: right;
    background-color: #d81318;
    padding: 0 35px;
    font-weight: bold;
    color: #fff;

}
/*名师团队*/
.index-team{
    position: relative;
}
.index-team:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 225px;
    background: #d61419;
}
.teach-lists ul{
    margin: 0 40px;
}
.teach-lists ul li{
    position: relative;
    display: flex;
    flex-flow: column;
    cursor: pointer;
}
.teach-lists ul li span{
    position: absolute;
    height: 25px;
    background: rgba(214, 20, 25, 0.64);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 100%;
     bottom: 0;
}
.teach-box {
    padding: 50px 80px 25px 80px;
    z-index: 1;
    position: relative;
}

.teach-box .teach{
    background: #fff;
    justify-content: flex-start;
    position: relative;
}
.teach-box .teach:before{
    content: '';
    background: url("../images/r-icon.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    height: 122px;
}
.teach-box .teach .img img{
    display: block;
}
.teach-info {
    margin-left: 45px;
}
.teach-info dt{
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
}
.teach-info dt b{
    font-size: 30px;
    font-weight: bold;
    color: #d61419;
    padding-right: 20px;
    border-bottom: 2px solid #d61419;
    padding-bottom: 5px;
}
.teach-info dt span{
    color: #595757;
    font-size: 20px;
    border-bottom: 2px solid #9f9e9e;
    padding-bottom: 5px;
}
.teach-info .biaoqian{
    display: flex;
    font-size: 18px;
    color: #d61518;
}
.teach-info .biaoqian span{
    padding: 0 5px;
}
.teach-info .desc {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 40px;
    margin-top: 20px;
}
.teach-info .yybtn {
    display: inline-block;
}
.teach-info .yybtn a{
    padding: 0 15px;
}
/*专用教材*/
.zyjc{
    position: relative;
}
.zyjc ul {
    position: absolute;
    right: 65px;
    top: 26px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 415px;
    width: 415px;
}
.zyjc ul li{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*教室配置*/
.jiaoshi {
    background-color: #f6f6f6;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.jiaoshi-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.jiaoshi-box h2 {
    font-size: 24px;
    color: #595757;
}

.jiaoshi-box-cel {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    width: 80%;
}
.jiaoshi-box-cel dl:nth-of-type(2){
    margin-top: 20px;
}
.jiaoshi-box-cel dl dt {
    margin-top: 30px;
    color: #d81318;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jiaoshi-box-cel dl dd {
    font-size: 18px;
    color: #404040;
    padding-left: 20px;
}

.jiaoshi-box-cel dl:first-of-type dt {
    margin-top: 45px;
}

.jiaoshi-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*班型设置*/
.bxsz {
    margin-top: 25px;
    background: #d61419;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.bxsz table {
    border: 0;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    height: 265px;
}
.bxsz table:first-child{
    width: 700px;
}
.bxsz td, .bxsz th {
    border: 1px solid #d61419;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    color: #626262;
    min-width: 210px;
    line-height: 30px;
}

.bxsz th {
    font-size: 24px;
    color: #595757;
    height: 65px;
}


.bxsz td:first-child, .bxsz td:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    color: #d61419;
}

.bxsz tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 25px;
}
.bxsz table:last-child{
    width: 410px;
}
.bxsz table:last-child tr td {
    text-align: left;
    padding-left: 90px;
    font-size: 18px;
    color: #626262;
    font-weight: normal;
}

.bxsz table:last-child tr td p:first-child{
    padding-bottom: 20px;
}
/*招生信息*/
.index-news ul {
    flex-wrap: wrap;
    align-items: flex-start;
}
.index-news ul li{
    width: 555px;
    padding: 15px 10px;
    border-bottom: 1px solid #e7e7e7;
}
.index-news ul li a {
    font-size: 16px;
    color: #3d3d3d;
}
.index-news ul li span {
    font-size: 14px;
    color: #3d3d3d;
    float: right;
}
.index-news ul li p {
    font-size: 14px;
    color: #747474;
    line-height: 1.5;
    margin-top: 20px;
}
.index-news ul li:hover{
    box-shadow: 0px 0px 10px 0px #dddddd;
}
.index-news ul li:hover a,.index-news ul li:hover span{
    color: #d61419;
}
 /*列表*/
.position {
    color: #868686;
}

.position a {
    color: #868686;
}

.position span {
    background: url("../images/position.png") left no-repeat;
    padding-left: 20px;
}

.content {
    align-items: flex-start;
}

.content .c-left {
    border: #d2d2d2 1px solid;
    width: 858px;
    padding: 25px;
}

.content .c-left .change-ul {
    display: flex;
    margin-bottom: 24px;
	
}
.content .c-left .change-ul.wzxq{
	justify-content: center;
	margin-top: 25px;
	}
.content .c-left .change-ul li {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    
}
.content .c-left .change-ul.wzxq li {
	width: 140px;
	text-align: center;
    background: #eaeaea;
	position:relative;
}
.content .c-left .change-ul.wzxq li:nth-of-type(1):after {
	content:'';
	border-right:1px solid #fff;
	height: 32px;
    top: 5px;
    right: 0px;
	position: absolute;
	}
	
.content .c-left .change-ul li a {
    font-size: 24px;
    color: #282828;
    display: block;
    cursor: pointer;
}
.content .c-left .change-ul.wzxq li a {
    font-size: 20px;
}
.content .c-left .change-ul li .class1, .content .c-left .change-ul li .class2 {
    background: #d61419;
    color: #fff; border-radius:5px;
}
.content .c-left .change-ul.wzxq li .class1, .content .c-left .change-ul.wzxq li .class2 {
    background:none;
    color: #d61419;
     
}
.arc-head {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-head h2 {
    font-size: 30px;
    color: #d61419;
}

.arc-head p {
    font-size: 20px;
    color: #616161;
    padding-top: 5px;
}


#list1 {
    display: flex;
    flex-flow: column;
}

.arc-fc {
    text-align: center;
}

.arc-fc li:first-child {
    margin-bottom: 20px;
}


.arc-more {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    background: linear-gradient(to right, #d61419, #eb4950);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    border-radius: 25px;
}

.arc-pk .pk-head {
    justify-content: space-around;
}

.arc-pk .pk-head p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arc-pk .pk-head p:nth-of-type(2) {
    padding-right: 65px;
}

.arc-pk .pk-head p:last-child {
    color: #676767;
    font-size: 28.5px;
    font-weight: bold;
}

.arc-pk .pk-list {
    margin-top: 20px;
}

.arc-pk .pk-list > ul:first-of-type {
    width: 354px;
}

.arc-pk .pk-list > ul:first-of-type li {
    background: url("../images/pk_l.png") no-repeat;
    height: 66px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding-right: 15px;
    justify-content: flex-end;
}

.arc-pk .pk-list > ul:first-of-type li:last-child {
    padding-right: 10px;
}

.arc-pk .pk-list > ul:nth-of-type(2) {
    width: 103px;
}

.arc-pk .pk-list > ul:nth-of-type(2) li {
    background: url("../images/pk_c.png") center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 66px;
    font-size: 16px;
    color: #fff;
}

.arc-pk .pk-list > ul:last-of-type {
    width: 354px;
}

.arc-pk .pk-list > ul:last-of-type li {
    display: flex;
    align-items: center;
    background: url("../images/pk_r.png") no-repeat;
    height: 66px;
    font-size: 14px;
    color: #5b5b5b;
    padding-left: 15px;
}

.arc-ms {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-ms .ms-box {
    box-shadow: 0px 7px 10px 6px #dddddd;
    width: 645px;
    padding-bottom: 25px;
    margin-top: -33px;
    background: transparent;
    position: relative;
}

.arc-ms .ms-box dt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.arc-ms .ms-box dd {
    margin-top: 15px;
    font-size: 18px;
    color: #737373;
    margin-left: 125px;
    background: url("../images/arc_71.png") left center no-repeat;
    padding-left: 30px;
}

.arc-jc {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.arc-jc ul {
    border: 1px solid #d92e34;
    width: 645px;
    padding-bottom: 15px;

    margin-top: 15px;
}

.arc-jc ul li {
    margin-top: 15px;
    font-size: 18px;
    color: #4f4f4f;
    margin-left: 65px;
    background: url("../images/arc_71.png") left center no-repeat;
    padding-left: 30px;
}

.arc-bx {
    margin-top: 25px;
    width: 700px;
    background: #d61419;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
}

.arc-bx table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

.arc-bx td, .arc-bx th {
    border: 1px solid #d61419;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #626262;
    min-width: 190px;
}

.arc-bx th {
    font-size: 20px;
    color: #595757;
}

.arc-bx th:first-child {

}

.arc-bx th:nth-of-type(2) {

}

.arc-bx td:first-child, .arc-bx td:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
    color: #d61419;
}

.arc-bx tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 25px;
}


.arc-hj {
    margin-top: 20px;
    text-align: center;
}

.arc-hj h3 {
    color: #262626;
    font-size: 20px;
    margin-bottom: 10px;
}

.arc-hj .arc-hj-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: left;
}

.arc-hj dl {
    width: 25%;
    padding-right: 10px;
    margin-top: 30px;
}

.arc-hj dl:nth-of-type(4n) {
    padding-right: 0px;
}

.arc-hj dt {
    font-size: 18px;
    color: #d61419;
    font-weight: bold;
    margin-bottom: 10px;
}

.arc-hj dd {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 1.5;
}

.arc-hjpic {
    margin-top: 20px;
    text-align: center;
}

.commitment {
    background: url("../images/cb_bg.png") bottom no-repeat;
}

.commitment .commitment-box {
    width: 300px;
    margin-left: 70px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px #e4e4e4;;
}

.commitment .commitment-box {
    padding: 30px;
}

.commitment .commitment-box dl {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 90px;

}

.commitment .commitment-box dl:nth-of-type(1) {
    background: url("../images/m.jpg") 8px center no-repeat;
}

.commitment .commitment-box dl:nth-of-type(2) {
    background: url("../images/d.jpg") 8px center no-repeat;
}

.commitment .commitment-box dl:nth-of-type(3) {
    background: url("../images/t.jpg") 8px center no-repeat;
    border-bottom: none;
}

.commitment .commitment-box dt {
    font-size: 20px;
    color: #d8383d;
    font-weight: bold;
    padding-bottom: 3px;
}

.commitment .commitment-box dd {
    font-size: 16px;
    color: #4a4a4a；
}

#list2 {

}

.item-list {
    margin-top:40px;
}
.item-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
}
.item-list li:hover{
    box-shadow: 0px 0px 10px 0px #dddddd;
}
.item-list li .item-info {
    padding-left: 15px;
    display: flex;
    flex-flow: column;
	width:100%;
}
.item-list li .item-info .tit{
    color:#3a3a3a;
    font-size: 16px;
}
.item-list li .item-info p{
    color:#747474;
    font-size: 14px;
    padding: 8px 0;
}
.item-list li .item-info span{color:#a3a3a3;}

/*新闻列表分页*/
.dede_pages {
    clear: both !important;
    padding: 20px 0 0;
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    font-size: 14px;
    color:#747474;
}

.dede_pages ul {
    text-align: center;
    list-style: none;
}

.dede_pages ul li {
    list-style: none;
    text-align: center;
    height: 24px;
    display: inline;
    margin: 0 2px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.dede_pages ul li a {
    background: #e6e6e6;
    color: #d61419;
    display: inline;
    height: 24px;
    overflow: hidden;
    padding: 5px 15px;
    margin: 0;
    border: #d61419 1px solid;
    font-size: 14px;
    border-radius: 5px;
}

.dede_pages ul li a:hover {
    color: #fff;
    background: #d61419;
    border: #d61419 1px solid;
    height: 24px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.dede_pages ul li.thisclass a {
    background: #d61419;
    border: #d61419 1px solid;
    height: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
}
/*文章详情*/

.art-title h1 {
    color: #373737;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.art-title .info {
    font-size: 14px;
    color: #959595;
    text-align: center;
    margin: 10px auto;
}

.art-title .info span {
    padding: 0px 5px;
}


.news-xq {
    margin: 45px 15px 0;
}
 
.news-xq .art-con {
    line-height: 1.6;
    color: #515151;
    font-size: 14px;
    padding-bottom: 20px;

}

.news-xq .tags {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #515151;
    line-height: 35px;
}

.news-xq .tags a {
    color: #515151;
    padding: 0 5px;
}

.pian {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #d83336;
}

.pian a {
    color: #d83336;
}

.xgwz {
    overflow: hidden;
}

.xgwz h2 {
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    color: #373737;
    display: flex;
    align-items: center;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}

.xgwz h2 i {
    display: block;
    width: 5px;
    height: 20px;
    background: #d83336;
    margin-right: 6px;
}

.xgwz ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    background: url("../images/arc_40.jpg") left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xgwz ul li a {
    font-size: 16px;
    color: #373737;
}

.xgwz ul li a:hover {
    color: #d61419;
}
/*频道页*/
.list-left{
    width: 858px;
}
.list-left .news-xq{
    margin: 0px;
    padding: 20px;
    background: #eee;
}
.list-left .news-xq h1{
    font-size: 28px;
    font-weight: normal;
}

.list-left .news-xq .art-con{
    border-top:1px solid #d9d9d9;
    padding-top: 18px;
}

.list-left .xgwz ul li{
    background: url(../images/user.png) left center no-repeat;
    padding-left: 23px;
}

/*右边栏*/
.content .c-right {
    width: 295px;
}

.c-right .side-form {
    background: url("../images/arc_07.png") top no-repeat;
    height: 399px;

}

.c-right .side-form h2 {
    font-size: 27px;
    color: #ed3740;
    padding-top: 40px;
    text-align: center;
}

.c-right .side-form form {

    width: 217px;
    margin: 30px auto;
}

.c-right .side-form input[type="text"] {
    width: 217px;
    height: 35px;
    border: 1px solid #ff6d3f;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    text-indent: 10px;
    line-height: 35px;
}

.c-right .side-form .btn {
    width: 185px;
    height: 35px;
    line-height: 35px;
    background: #ffdb7b;
    color: #ff3e58;
    font-size: 20px;
    border-radius: 35px;
    border: none;
    outline: none;
    box-shadow: 1px 2px 0px 0px #b5422a;
    margin: 5px auto;
    display: block;
}

.text-radio {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.text-radio label {
    float: left;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    width: 95px;
    cursor: pointer;
    border: 1px solid #f04e34;
    color: #f04e34;
    border-radius: 5px;
}

.text-radio label.on {
    color: #fff;
    background: #f04e34;

}

.text-radio label input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.text-radio label span {
    padding: 10px 10px 10px 10px;
    position: relative;
}

.side-box {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.side-box h2 {
    font-size: 27px;
    color: #ed3740;
    text-align: center;
    margin: 5px auto 15px;
}

.side-box .zixun-box li {
    margin-top: 10px;
}

.side-box .zixun-box li img {
    display: block;
}

.js-zx {
    display: flex;
    justify-content: space-between;
}

.js-zx img {
    display: block;
}

.side-box2 {
    border: 1px solid #dcdcdc;
}

.side-box2 h3 {
    font-size: 16px;
    color: #575757;
    display: flex;
    margin: 14px 0;
    align-items: center;
    font-weight: normal;
}

.side-box2 h3 i {
    display: block;
    width: 5px;
    height: 20px;
    background: #d83336;
    margin-right: 6px;
}

.side-box2 ul {
    margin: 15px;
}

.side-box2 ul li {
    background: url("../images/arc_43.jpg") left center no-repeat;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
}
.side-box2 ul.hot li {
    background: url("../images/hot.png") left center no-repeat;
	padding-left: 25px;
	line-height: 28px;
}

.side-box2 ul li a {
    color: #575757;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    flex: 1;
}

.side-box2 ul li span {
    color: #575757;
    font-size: 12px;
}

.side-box2 ul li:hover {
    background: url("../images/arc_40.jpg") left center no-repeat;
    color: #d61419;
}
.side-box2 ul.hot li:hover {
    background: url("../images/hot_03.png") left center no-repeat;
}
.side-box2 ul li:hover a, .side-box2 ul li:hover span {
    color: #d61419;
}
.side-box2 ul.tag-l a{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #a8a8a8;
	color:#a8a8a8;
	border-radius:5px;
	margin-right:4px;
	margin-bottom:5px;
	}
.side-box2 ul.tag-l a:hover{
	background:#d61419;
	border:1px solid #d61419;
	color:#fff;
	}	
/*留言弹出框*/
.ly-box {
    width: 540px;
    height: 655px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    visibility:hidden
}

.ly-box .ly-form {
    width: 450px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(31, 31, 31, 0.5);
    border: 1px solid #ffdea2;
    border-radius: 20px;
    margin: 0 auto;
}

.ly-box .ly-form form {
    width: 290px;
    margin: 0 auto;
}

.ly-box .ly-form form h2 {
    font-size: 32px;
    color: #d8383d;
    text-align: center;
}

.ly-box .ly-form form .p1 {
    position: relative;
    text-align: center;
    line-height: 24px;
    margin-top: 15px;
}

.ly-box .ly-form form .p1 b {
    font-size: 18px;
    color: #363636;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.ly-box .ly-form form .p1 span {
    width: 250px;
    height: 8px;
    background: #ffc761;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    z-index: 1;
}

.ly-box .ly-form form input[type="text"] {
    width: 285px;
    height: 50px;
    border: 1px solid #969696;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 15px;
    outline: none;
}

.ly-box .ly-form form .p2 {
    font-size: 13px;
    color: #7f7f7f;
}

.ly-box .ly-form form .btn {
    background: #d8383d;
    width: 285px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    letter-spacing: 5px;
    cursor: pointer;
}

.notice {

    height: 38px;
    line-height: 38px;

    background: #ffdea2;
    margin-top: 10px;
    width: 449px;
    text-align: center;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 20px;
}

.notice span {
    color: #da262a;
    font-size: 18px;
    background: url("../images/notice.png") left center no-repeat;
    padding-left: 30px;
}

.text-radio2 {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.text-radio2 label {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    width: 130px;
    cursor: pointer;
    border: 1px solid #969696;
    cborder: 1px solid #969696;
    olor: #222222;
    border-radius: 5px;
}

.text-radio2 label.on {
    color: #fff;
    background: #f04e34;
    border: 1px solid #f04e34;

}

.text-radio2 label input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.text-radio2 label span {
    padding: 10px 10px 10px 10px;
    position: relative;
}

.ly-box .close {
    height: 70px;
    text-align: right;
    width: 450px;
    margin: 0 auto;
}

.bgfix {
    background: rgba(0, 0, 0, 0.54);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 888;
    display: none;
}

/*底部*/
.footer {
    margin: 20px auto 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex;

}

.foot-logo b {
    color: #d61419;
    font-size: 36px;
}

.foot-logo p {
    color: #454545;
    font-size: 20px;
}

.foot-nav {
    margin-left: 40px;
}

.foot-nav ul li {
    padding-right: 40px;
    float: left;
    line-height: 33px;
}

.foot-nav ul li a {
    color: #454545;
    font-size: 18px;
}

.foot-nav .sitemap, .foot-nav .sitemap a {
    color: #737373;
    font-size: 16px;
    padding-top: 10px;
    clear: both;
}

.powerby {
    font-size: 12px;
    color: #817e7e;
    text-align: center;
    margin-bottom: 180px;
}

