
/*.half {*/
/*    float: left;*/
/*    width: 50%;*/
/*    padding: 0 1em;*/
/*}*/
/* Acordeon styles */
.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
}
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: white;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    border-radius: 8px;
}
.blue label {
    height: 50px;
    background: #d92f26;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.tab-content1 {
    max-height: 0;
    overflow: hidden;
    background: white;
    -webkit-transition: max-height .35s;
    transition: max-height .35s;
}
.blue .tab-content1 {
    background:white;
}
.tab-content1 p {
    margin: 1em;
}
/* :checked */
input:checked ~ .tab-content1 {
    max-height: 240px;
}
/* Icon */
label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 4em;
    line-height: 4;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}
input[type=checkbox] + label::after {
    content: "+";
}
input[type=radio] + label::after {
    content: "\25BC";
}
input[type=checkbox]:checked + label::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
/*.news_list_op{*/
.tab-content1 ul{
    display: flex;
    width: 100%;
    height: 245px;
    border-radius: 8px;
    margin-top: 10px;
    flex-direction: column;
}
/*.news_li{*/
.tab-content1 ul li{
    width: 100%;
    height: 30px;
    font-size: larger;vertical-align: middle;
    display: flex;
    flex-direction: column;
}
.tab-content1 ul li::marker{
    color: #000000;font-size: 1.5em;
}
.news_op_left{
    font-size: 20px;
    width: 70%;
    display: flex;
    align-items: center;
    /*margin-left: 20px;*/
}
.news_op_right{
    font-size: 20px;
    width: 22%;
    display: flex;
    align-items: center;
}

/*选项卡--图片*/
.two_pho{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: center;
}
.two_pho img{
    height:380px;
    width:580px;
    margin: 20px 10px;
}
.third_pho{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    /*justify-content: center;*/
}
.third_pho img{
    height:380px;
    width:580px;
    margin: 20px 10px;
}