* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    background-color: #272024;
}

.main {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
}
.nav{
    margin: 0 auto;
}
.banner {
    width: 1000px;
    font-size: 0px;
}

.banner img {
    width: 1000px;
}

.banner p {
    font-size: 40px;
    position: absolute;
    top: 200px;
    width: 400px;
    color: #CB4F25;
    text-align: center;
    margin-left: 300px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.heard {
    display: flex;
    height: 40px;
    background-color: #5D0E07;
    width: 900px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}

.heard a {
    height: 26px;
    background-color: #5D0E07;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 26px;
}

.heard a:not(:first-child) {
    margin-left: 60px;
}

.heard a:hover {
    background-color: #fff;
    color: #5D0E07;
}

.main_neirong {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.clear {
    height: 3px;
    width: 1000px;
    margin: 0 auto;
    background-color: #8D3A16;
}

.footer {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #FFFFD1;
    font-size: 12px;
}
.item:hover{
    color: #5d0e07;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #5d0e07;
}
.top {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
}

.top_left {
    margin-bottom: 0px;
    display: inline-block;
    width: 520px;
    overflow: hidden;
    position: relative;
}

.top_left img {
    width: 520px;
}

.ttop_title {
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(3, 3, 3, 0.628);
    text-align: center;
    line-height: 35px;
    color: rgb(171, 171, 171);
}

.top_right {
    width: 440px;
    float: right;
}

.top_right_title {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.top_right_title p:first-child {
    font-size: 18px;
    color: #fff;
    background-color: #5d0e07;
    width: 85px;
    text-align: center;
}

.top_right_title p:last-child {
    position: absolute;
    right: 6px;
    height: 34px;
    line-height: 34px;
    top: 0px;
    
}

.top_right ul {
    margin-top: 10px;
}

.top_right ul li {
    position: relative;
    list-style: disc;
    font-size: 12px;
    width: 420px;
    margin-left: 20px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
}

.top_right ul li p:last-child {
    width: 62px;
    position: absolute;
    right: 0px;
    height: 18px;
    top: 0px;
    text-align: center;
}

.top_right ul li p:hover {
    color: #BB220F;
}

.bottom_list{
    display: flex;
    justify-content: space-between;
}
.banner_box{
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
}
.banner_t{
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    width: 964px;
    height: 254px;
    margin: auto;
    border:2px solid #5d0e07;
}
.banner_t:hover img{
    transform: scale(1.1);
}
.banner_t img{
    width: 100%;
    height: 100%;

    transition: all .3s;
}
.top_box{
    display: flex;
    box-sizing: border-box;
    padding-right: 26px;
}

.top_box .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.top_box .avatar img{
    width: 200px;
}
.top_box .msg{
    flex: 3;

}
.top_box .msg .name{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.top_box .msg .txt{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
.top_box .news{
    flex: 2;
    padding-left: 20px;
}
.top_box .news .title ,.bottom_list .title{
    width: 100%;
    padding: 10px 5px 10px 20px;
    background: #5d0e07;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s;
}
.top_box .news .title:hover,.bottom_list .title:hover{
    background-color: rgb(90, 88, 88);
}
.top_box .news .list {
    margin: 10px 0;
}
.top_box .news .list .item,.bottom_list .list .item{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
.bottom_list > .list{
    width: 49%;
}
.bottom_list{
    padding: 0 26px;
}
.item:hover{
    color: #5d0e07;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #5d0e07;
}
.main_neirong2 {
    display: flex;
}

.main_left {
    margin-left: 20px;
    height: 566px;
    width: 200px;
    /* background-color: brown; */
}

.left_top {
    height: 30px;
    width: 180px;
    background-color: #8C1A11;
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
}

.top_list {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.top_list li {
    list-style: disc;
    font-size: 12px;
    margin-left: 20px;
    line-height: 20px;
}

.bainkaung {
    border: 1px solid #ccc;
}

.right_top {
    width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.right_top_title {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
}

.title_right {
    display: flex;
    position: absolute;
    height: 40px;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

.title_right a {
    text-decoration: none;
    color: rgb(59, 59, 59);
}

.title_right p {
    margin-right: 10px;
}

.right_top_title ul {
    padding-top: 10px;
}

.right_top_title ul li {
    width: 680px;
    margin-left: 20px;
    list-style: disc;
    font-size: 12px;
    line-height: 20px;
}

.right_top_title ul li a {
    text-decoration: none;
    color: black;
}

.clear3 {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}

.xuanze {
    width: 100%;
    margin-top: 30px;
}

.yemian {
    display: flex;
    margin: 0 auto;
    height: 20px;
    width: 370px;
}

.yemian p {
    margin-left: 20px;
    font-size: 12px;
    line-height: 20px;
}

.yemian a {
    width: 30px;
    height: 20p;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    margin-left: 2px;
    text-align: center;
    border: 1px solid #B7D4F2;
}

.neirong2 h3 {
    text-align: center;
    margin-top: 10px;
}

.neirong2 h4 {
    font-size: 13px;
}

.time {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.neirong2 img {
    width: 300px;
    margin-left: 200px;
}

.neirong2 p {
    font-size: 12px;
}

.zhuce {
    width: 100%;
    height: 300px;
    position: relative;
}

.zhuce h5 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}

.zhuce input {
    width: 30%;
    display: block;
    margin: 0 auto;
    height: 24px;
    margin-bottom: 20px;
}

.zhuce button {
    height: 24px;
    width: 20%;
    margin-left: 40%;
}

.zhuce img {
    height: 24px;
    position: absolute;
    left: 70%;
    top: 236px;
}
.audio_box{
    height: 200px;
    width: 464px;
}