.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}
.i_bg1{
    background: url(../images/i_bg1.png) no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.i_bg2{
    background: url(../images/i_bg2.png) no-repeat;
    background-size: cover;
    padding: 40px 0 80px 0;
    }
.i_part {
    width: 1200px;
    margin: auto;
    height: auto;
    overflow: hidden;
}

.i_part .i_part_l {
    float: left;
    width: 580px;
    height: auto;
    overflow: hidden;
}

.i_part .i_part_r {
    float: right;
    width: 580px;
    height: auto;
    overflow: hidden;
}

.i_part .i_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

.i_part .i_title .i_th2 {
    font-size: 20px;
    color: #292929;
    float: left;
}

.i_part .i_title .i_tspan {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}

.i_part .i_title .i_tmore {
    float: right;
    font-size: 12px;
    color: #414141;
}
.i_part .i_title .i_tmore:hover{color: #892020;}

.i_part .i_title .i_tmore a {}

.i_part .i_title .i_tmore a:hover {}

/*  */
.i_newslist {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.i_newslist ul {}

.i_newslist li {
    border: #fff0 1px solid;
    padding: 11px 0;
    position: relative;
    margin-left: 10px;
    border-bottom: #ccc 1px solid;
    transition: all 0.3s;
}
.i_newslist li:last-child{ border-bottom:none}

.i_newslist li a {
    display: flex;
    align-items: flex-start;
}

.i_newslist li .date {
    width: 90px;
    height: 70px;
    text-align: right;
    padding: 0 15px;
    padding: 15px;
    margin: 5px auto;
    position: relative;
    left: -12px;
    transition: all 0.3s;
    color: #892020;
    background: url(../images/idatebg.png) no-repeat;
    background-size: cover;
}

.i_newslist li .date b {
    font-size: 20px;
    display: block;
}

.i_newslist li .date span {
    font-size: 14px;
    display: block;
}

.i_newslist li .info {
    flex: 1;
    /* border-top: #ccc 1px solid; */
    padding: 10px 0 0 5px;
}

.i_newslist li:last-child-child {
    border-top: none;
}

.i_newslist li .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}

.i_newslist li .info .titline i {}

.i_newslist li .info .titline i {
    font-size: 18px;
    color: #464646;
    font-weight: bold;
    line-height: 26px;
}

.i_newslist li .info p {
    color: #9E9E9E;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.i_newslist li:hover {
    border: #892020 1px solid;
    box-shadow: 0 0 10px rgb(137 32 32 / 40%);
    background: #fff
}

.i_newslist li:hover .info {
    border-bottom: #fff0 1px solid;
}

.i_newslist li:hover .date {
    background: #e3bb5b;
    color: #fff;
    left: -15px
}

.i_newslist li:hover .info .titline i {
    color: #892020
}

.i_newslist li:hover .info p {
    color: #892020
}

.i_newslist li:hover {}

.i_newslist li:hover {}

/*  */
.i_noticlist {}

.i_noticlist ul {}
.i_noticlist .first_tz{
    height: 102px;
    padding: 10px 0;
}
.i_noticlist .first_tz a{
    padding: 0;
    display: flex;
    align-items: flex-start;
overflow:hidden;
width:100%;

}
.i_noticlist .first_tz a:before{display:none;}
.i_noticlist .first_tz .date{
    width: 63px;
    height: 63px;
    text-align: center;
    padding: 0;
    margin: 5px auto;
    position: relative;
    left: 0;
    transition: all 0.3s;
    color: #892020;
    background: #fff;
    border: #892020 1px solid;
}
.i_noticlist .first_tz .date b{
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}
.i_noticlist .first_tz .date span{float: none;padding: 0;color: #fff;display: block;margin: 0 auto;background: #892020;height: 24px;line-height: 25px;}
.i_noticlist .first_tz .date span:before{display:none}
.i_noticlist .first_tz .info{}
.i_noticlist .first_tz .info{
    flex: 1;
    /* border-top: #ccc 1px solid; */
    padding: 10px 0 0 20px;
}
.i_noticlist .first_tz .info .titline{
    font-size: 18px;
    color: #892020;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    font-weight: bold;
}
.i_noticlist .first_tz .info p{
    color: #892020;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.i_noticlist li {
    border-bottom: 1px dashed #D8D8D8;
    line-height: 47px;
    font-size: 16px;
    color: #262626;
    height: 47px;
    transition: all .3s;
}
.i_noticlist li:last-child{border-bottom:none}
.i_noticlist li a {
    text-align: left;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.i_noticlist li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #892020;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.i_noticlist li span {
    float: right;
    color: #949494;
    position: relative;
    padding-left: 15px;
}

.i_noticlist li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 2px;
    height: 10px;
    background: #ebeae8;
}

.i_noticlist li:hover {
    padding-left: 10px
}

.i_noticlist li:hover a {
    color: #892020
}

/*  */
.i_researchlist {}
.i_researchlist ul{padding-top:10px;position: relative;}
.i_researchlist ul:before{content:"";position:absolute;opacity: 0.1;border: 1px solid #892020;width: 1px;height: 100%;left: 4px;}
.i_researchlist li {
    line-height: 47px;
    font-size: 16px;
    color: #262626;
    height: 47px;
    transition: all .3s;
}
.i_researchlist li:last-child{border-bottom:none}
.i_researchlist li a {
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    transition:all 0.3s
}

.i_researchlist li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
    border: #f1e0e0 3px solid;
    background: #892020;
    transition:all 0.3s
}

.i_researchlist li span {
    float: right;
    color: #949494;
    position: relative;
    padding-left: 15px;
}



.i_researchlist li:hover a:before {
      background: #fff;
    border: #892020 3px solid;
}

.i_researchlist li:hover a {
    color: #892020;padding-left:35px
}
.qt_more{
    color: #FF8B26;
    font-size: 16px;
    text-align: right;
    display: block;
    line-height: 40px;
    transition: all 0.3s;
    position: relative;right:0px
}
.qt_more:hover{
    right:5px
}

/*  */
.izt_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.izt_list ul {
    width: calc(100% + 20px);
    margin: 0;
}

.izt_list li {
    width: 25%;
    margin: 0 0;
    box-sizing: border-box;
}
.izt_list li:nth-child(1){margin-left:-10px}
.izt_list li:nth-child(5){margin-left:-10px}
    .izt_list li:nth-child(4n){margin-right:-10px}
.izt_list li a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #e0c5c3;
    margin: 10px;
    text-align: center;
    font-size: 18px;
    color: #3E3E3E;
    padding: 0 20px;
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
    justify-content: center;
    transition:all 0.3s
}
.izt_list li:hover a{
    background: #892020;
    color:#fff
}
.izt_list li img {}

.izt_list li:hover img {}
.footers{margin-top: 0 !important;}