.mt30{
    margin-top: 30px;
}
.content {
    width: 1200px;
    margin: 0 auto;
}

.introd .img1{
    width: auto;
    height: 150px;
}

.topmenu .content .introd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.topmenu .content .introd .img1 {
    width: auto;
    height: 150px;
}

.topmenu .content .introd .intlef {
    position: absolute;
    left: 0;
    display: flex;
}

.topmenu .content .introd .intlef img {
    width: auto;
    height: 65px;
}

.topmenu .content .introd .intlef .title {
    /* margin-left: 10px; */
    /* border-left: 1px solid #c4c4c4; */
    /* padding-left: 20px; */
    font-size: 28px;
    font-weight: bold;
    line-height: 65px;
    color: #000000;
}

.content .navbar {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background: #FFFBF7;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}

.content .navbar .new_1 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
}

.content .navbar img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.content .navbar .list {
    display: flex;
    align-items: center;
}

.content .navbar .list .item {
    cursor: pointer;
    color: #666;
}

.content .navbar .list .item span {
    margin: 0 5px;
}

.content .navbar .list .item:last-child {
    cursor: auto;
}

.content .navbar .list .item:last-child span {
    display: none;
}

.content .navbar .list .item:hover {
    color: #bc0000;
}

.content .navbar .list .item:last-child:hover {
    color: #666666;
}

.content .xinwen {
    display: flex;
    justify-content: space-between;
}

.content .xinwen .xinwenlef {
    width: 874px;
}

.content .xinwen .xinwenlef .newslist {}

.content .xinwen .xinwenlef .newslist .newsitem {
    display: flex;
    margin-top: 30px;
    background: #fcfcfc;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemimg {
    width: 350px;
    height: 190px;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemimg .img {
    width: 100%;
    height: 100%;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemimg .img img {
    width: 100%;
    height: 100%;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 20px;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .con {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .det {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .det .look {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #999999;
    cursor: pointer;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .det .imgs {
    display: flex;
}

.content .xinwen .xinwenlef .newslist .newsitem .itemrig .det .imgs img {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.content .xinwen .xinwenlef .page {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.pagination{
    display: flex;
}

.pagination .disabled span {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f4f4f5;
    color: #c0c4cc;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}

.pagination .active span {
    font-size: 14px;
    box-sizing: border-box;
    margin-right: 6px;
    color: #fff;
    background-color: #bc0000;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}

.pagination li a {
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f4f4f5;
    border-radius: 2px;
    color: #606266;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
}


.content .main .mainrig {
    width: 400px;
}

.main .mainrig .card {
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 25px 32px;
}

.main .mainrig .card .cardtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}

.main .mainrig .card .cardtit .titlef {
    font-size: 24px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
}

.main .mainrig .card .cardtit .titlef span {
    color: #C32A39;
}

.main .mainrig .card .cardtit .titrig {
    text-align: right;
    flex: 1;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    font-weight: 500;
}

.main .mainrig .card .cardtit .titrig img {
    width: 9px;
    height: 14px;
    margin-left: 5px;
}

.main .mainrig .card .cardtit .titrig:hover {
    color: #C22A39;
}

.main .mainrig .card .ul {
    margin-top: 6px;
}

.main .mainrig .card .ul .li {
    margin-top: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.main .mainrig .card .ul .li .yuan {
    width: 4px;
    height: 4px;
    background: #bc0000;
    border-radius: 50%;
    margin-right: 6px;
}

.main .mainrig .card .ul .li:nth-child(1)>div:nth-child(1) {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF4802;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li:nth-child(2)>div:nth-child(1)  {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF8043;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li:nth-child(3)>div:nth-child(1) {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FEC5B2;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li>div:nth-child(1) {
    font-family: "宋体", "SimSun", sans-serif;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #D8D8D8;
    border-radius: 2px;
    margin-right: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.main .mainrig .card .ul .li .paixu {
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}

.main .mainrig .card .ul .li .sort1 {
    background: #ff3d3f;
}

.main .mainrig .card .ul .li .sort2 {
    background: #ff983d;
}

.main .mainrig .card .ul .li .sort3 {
    background: #ffbe3d;
}

.main .mainrig .card .ul .li .text {
    font-family: "宋体", "SimSun", sans-serif;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: bold;
}

.main .mainrig .card .ul .li .text:hover {
    color: #bc0000;
}

.main .mainrig .card .imglist {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.main .mainrig .card .imglist .imgitem {
    margin-top: 10px;
    width: 100%;
    height: 190px;
    position: relative;
    cursor: pointer;
}

.main .mainrig .card .imglist .imgitem .imag {
    width: 100%;
    height: 100%;
}

.main .mainrig .card .imglist .imgitem .imag img {
    width: 100%;
    height: 100%;
}

.main .mainrig .card .imglist .imgitem .imgtit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    line-height: 48px;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.main .mainrig .img {
    margin: 20px 0;
    cursor: pointer;
}

.main .mainrig .img img {
    width: 100%;
}
