@charset "utf-8";
 a{
     display: inline-block;
 }
#topHead {
    background: rgba(255, 255, 255, .2);
}

#topHead.bg {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.banner img {
    display: block;
    width: 100%;
}

 

/* 分页 */

.footer {
    margin-top: 30px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #821418;
    color: #fff;
    border: 1px solid #821418;
}

.pagination a:hover {
    background: #821418;
    color: #fff;
    border: 1px solid #821418;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
.sjdh{
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: flex-start; /* 整体居左 */
    gap: 10px; /* 子元素间距 */
    width: 100%;
    box-sizing: border-box;
}
.sjdh a{
    background: #e9e9e9;
    padding: 15px 0;
    font-size: 15px;
    transition: .5s;
    flex: 1; /* 平均分配每行可用宽度 */
    min-width: 16%; /* 最小宽度，确保内容可读性 */
     /* 可选：限制最大宽度，控制每行最多显示数量 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.sjdh a:hover{
    /* color: #FFF; */
    background: #d5d2d2;
}
.sjdh a.on{
	color: #FFF;
    background: #821418;
}
.sjdh a.on:hover{}
#nymain {
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain .leftNav {
    float: left;
    width: 250px;
    position: relative;
    margin-right: 55px;
    margin-top: -105px;
}

.nymain .leftNav>h2 {
    line-height: 100px;
    text-align: center;
    background: url(../images/dq-lanmu-bj.png) no-repeat;
    background: rgba(255,255,255,.8);
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    overflow: hidden;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background: #f9f9f9;
    padding: 30px;
    padding-bottom: 155px;
}

.nymain .leftNav>ul>li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.nymain .leftNav>ul>li::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 22px solid #fefefe;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 100%;
    margin-left: -7px;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 51px;
    background: #fefefe;
    text-align: center;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 25px;
    top: 20px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    /* background-size: 14px 14px; */
}

.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    background: #821418;
    font-weight: 600;
    color: #fff;
}

.nymain .leftNav>ul>li.active.on>span {
    background: url(../images/sub_left_up3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active::after {
    border-left-color: #821418;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: none;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    background: #FFF;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
    line-height: 50px;
    background: none;
    position: relative;
}
.nymain .leftNav>ul>li>ul>li>a.on {color: #821418;background: #e5d1d2;}


.ny-right {
    overflow: hidden;
}

.ny-rcom {
    font-size: 24px;
    color: #821418;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-top: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 51px;
}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #821418;

    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
    background-size: 100% 100%;
    z-index: 9;
}

.position span {
    color: #888888;
    font-size: 13px;
    vertical-align: middle;
}

.position h2 {
    float: left;
    position: relative;
    color: #9b0d14;
    font-size: 18px;
}


.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 13px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #0166b3;
}
.text-listm{}
.text-listm .box{
    margin-top: 1.2rem;
}
.text-listm .box h5{
    font-size: 1rem;
    font-weight: bold;
    color: #821418;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE;
}
.text-listm ul{
    display: flex;
    row-gap: 1rem;
    column-gap: 2rem;
    flex-wrap: wrap;
}
.text-listm ul li{
    display: inline-block;
    min-width: 53px;
}
.text-listm ul li a{
    display: block;
    /* display: flex; */ /* 核心：将父容器设为 Flex 容器 */
    /* justify-content: space-between; */ /* 关键：子元素沿主轴（水平）两端对齐 */
    /* align-items: center; */ /* 可选：子元素在交叉轴（垂直）居中对齐（避免高度不一致导致错位） */
    /* width: 100%; */ /* 需给父容器设置宽度（如100%或固定值），否则无法生效 */
}
.text-listm ul li a span{
    text-align-last: justify;
    display: block;
    font-size: 16px;
}
.art-main .art-tit h3 {
    text-align: center;
    color: #444444;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}
.szdw .art-tit h3 {
    text-align: center;
    color: #444444;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.xrld-list{}
.xrld-list ul{
    margin: 2rem 0;
}
.xrld-list ul li{
    border-bottom: 1px solid #DEDED5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.xrld-list ul li a{
    display: flex;
    border: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xrld-list ul li a span{
    width: 15%;
}
.xrld-list ul li a span img{
    width: 100%;
}
.xrld-list ul li a .txt{
    width: 82%;
}
.xrld-list ul li a .txt h1{
    font-size: 1.3rem;
}
.xrld-list ul li a .txt p{
    margin: 15px 0;
    line-height: 1.8;
}

.art-main .art-tit h4 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 17px !important;
    line-height: 41px;
    margin-bottom: 16px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
    height: auto;
}

.art-main a{display: inline;}
.art-main img.simg{max-width: none !important;display: inline-block;width: auto !important;margin: 0 10px 0 0 !important;vertical-align: -1px;}

.art-main .art-body p video{
    max-width: 80% !important;
    margin-left:-2em;
    height:auto;
}
.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px dashed #d9d9d9;
}

.szdw .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px dashed #d9d9d9;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}
.art-main .art-body table tr td p{
    text-indent: 0;
    margin: 0;
}
.art-main .art-body table{position:relative;border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;clear:both;text-align:center;border-top: 2px solid #000 !important;font-size:17px;font-weight:400;border-bottom: 1px solid #bbb !important;}
.art-main .art-body table th {font-weight:500;color:#333;}
.art-main .art-body table th,.art-main .art-body table td {padding: 15px 10px 14px !important;border-left: 1px solid #ccc !important;border-right: 1px solid #ccc !important;border-bottom: 1px solid #ccc !important;word-wrap: break-word !important;word-break: keep-all !important;color:#555;}
.art-main .art-body table thead th {background:#f7f7f7;padding:16px 0 16px 0;font-size:17px;border-left:0;color:#333;}
.art-main .art-body table thead tr:last-child th {border-bottom:1px solid #999;}
.art-main .art-body table th {color:#444;font-size:17px;}
.art-main .art-body table th:first-child,.art-main .art-body table td:first-child {border-left:0}
.art-main .art-body table th:last-child, .art-main .art-body table td:last-child {border-right:0}
.art-main .art-body table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }

.szdw p,.szdw p * {color: #333;text-indent: 0 !important;font-size: 17px !important;line-height: 41px;margin-bottom: 16px;}
.szdw .art-body table{position:relative;border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;clear:both;text-align:center;border-top: 0;font-size:17px;font-weight:400;border-bottom: 1px solid #ccc !important;}
.szdw .art-body table th {font-weight:500;color:#333;}
.szdw .art-body table th,.szdw .art-body table td {padding: 30px 10px !important;border-left: 0;border-right: 0;border-bottom: 1px solid #ccc !important;word-wrap: break-word !important;word-break: keep-all !important;color: #333;}
.szdw .art-body table thead th {background:#f7f7f7;padding:16px 0 16px 0;font-size:17px;border-left:0;color:#333;}
.szdw .art-body table thead tr:last-child th {border-bottom:1px solid #999;}
.szdw .art-body table th {color:#444;font-size:17px;}
.szdw .art-body table th:first-child,.szdw .art-body table td:first-child {border-left:0}
.szdw .art-body table th:last-child,.szdw .art-body table td:last-child {border-right:0}
.szdw .art-body table tr td p{text-indent:0em;padding:0px;margin:0px;text-align: left;}
.szdw .art-body table tr td p img{display: block;max-width: 80%;height: auto;margin: 0 auto;}
.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span,.szdw .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pnext p a {
    font-size: 16px;
    color: #555555;
    display: inline;
}

.pnext p:hover {
    color: #9b0d14;
}

.pnext p:hover a {
    color: #9b0d14;
}


/* 列表 */

.text-list ul li a {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    transition: all 0.3s;
    border-bottom: 1px solid #DEDEDE;
}

.text-ldata {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.text-ldata img {
    display: block;
}

.text-ldata div {
    height: 80px;
    transition: all 0.3s;
    padding-left: 10px;
}

.text-ldata div p {
    color: #9b0d14;
    font-size: 26px;
    line-height: 28px;
    padding-top: 15px;
}

.text-ldata div span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

.text-linfo {
    overflow: hidden;
    padding-bottom: 30px;
    transition: all 0.3s;
}

.text-linfo h3 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-linfo p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
/* 必须设置为块级元素或弹性元素 */
  display: -webkit-box;
  /* 限制最大行数为2行 */
  -webkit-line-clamp: 2;
  /* 设置盒模型的排列方向为垂直 */
  -webkit-box-orient: vertical;
  /* 超出部分隐藏 */
  overflow: hidden;
  /* 超出隐藏部分显示省略号 */
  text-overflow: ellipsis;
  /* 可选：设置行高以控制整体高度 */
  line-height: 1.5;
  /* 可选：设置最大高度（与行高配合，2行则为 line-height × 2） */
  max-height: 3em; /* 1.5 × 2 = 3 */
}

.text-list ul li a:hover {
}

.text-list ul li a:hover .text-ldata img {
    display: none;
}

.text-list ul li a:hover .text-ldata div {
}

.text-list ul li a:hover .text-ldata div p {
}

.text-list ul li a:hover .text-ldata div span {
}

.text-list ul li a:hover .text-linfo {
    border-color: transparent;
}

.text-list ul li a:hover .text-linfo h3 {
    font-weight: 600;
    color: #9b0d14;
    font-size: 18px;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;
}

.img-lists ul li:hover .info p {
    color: #9b0d14;
    font-weight: 600;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    padding: 10px 10px 10px 25px;
    font-size: 0;

    background-position: left center;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 40px;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;
}

.dt-list2 li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding: 30px 25px;
    box-shadow: 6px 6px 0 0px #dbe8f7;
    transition: all 0.3s;
}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;
}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;
}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #27aeb6;
    width: 50px;
    height: 3px;
}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -2px;
    transform: translateY(-50%);
    background: #9b0d14;
    width: 50px;
    height: 3px;
}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 24px;
    margin-top: 25px;
}

.dt-list2 li a p span {
    float: left;
    padding-left: 25px;
    background-position: left center;
    color: #9b0d14;
}

.dt-list2 li a p em {
    float: right;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #9b0d14;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.dt-list2 li a:hover {
    background: #9b0d14;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .3);
}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.dt-list2 li a:hover h4 {
    color: rgba(255, 255, 255, .6);
}

.dt-list2 li a:hover p em {
    background: rgb(128, 40, 40);
}

.dt-list2 li a:hover p span {
    color: #fff;

    background-position: left center;
}

.dt-list2 li a:hover div::before {
    background: #27aeb6;
}

.dt-list2 li a:hover div::after {
    background: #f29b76;
}



/* 名师风采 */

.ldtz ul {
    margin-top: 30px;
}

.ldtz ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ldtz ul li a {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(199, 207, 228, 0.33);
    overflow: hidden;
    margin: 0 18px;
    padding: 25px;
    transition: all 0.3s;
}

.ldtz ul li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.ldtz-pic {
    float: left;
    width: 320px;
    /* height: 214px; */
    overflow: hidden;
    margin-right: 40px;
}

.ldtz-pic .pic {
    width: 100%;
    height: 100%;
    padding-top: 66%;
    font-size: 0;
}

.ldtz-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ldtz-info {
    overflow: hidden;
}

.ldtz-info {
    overflow: hidden;
    padding-top: 30px;
}

.ldtz-info h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    padding-top: 15px;
    position: relative;
}

.ldtz-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 4px;
    background: #821418;
}

.ldtz-info p.zc {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
}

.ldtz-info p.zy {
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    color: #666666;
    margin-top: 10px;
}

.ldtz ul li a:hover {
    background: #f3f5f9;
    color: #fff;
}

.ldtz ul li a:hover:after {
    display: block;
}



/*机构*/
.list-jg{
	margin-top: 50px;
}

.list-jg h3{
	font-size: 24px;
	color: #000;

	padding-left: 40px;
}

.list-jg ul {
	margin-left: -15px;
	margin-right: -15px;
}

.list-jg ul li {
	float: left;
	width: 25%;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

.list-jg ul li a {
	display: block;
	background: #f2f4f7;
	box-sizing: border-box;
	color: #666;
	padding: 0 38px;
	margin: 0 15px;
	font-size: 0;
	line-height: 100px;
	border-top: 2px solid #821418;
	transition: all 0.3s;
}

.list-jg ul li a span {
	display: inline-block;
	color: #333;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
}

.list-jg ul li:hover a {
	background: #821418;
	color: #fff;
}

.list-jg ul li:hover a span {
	color: #fff;
}



.contimgt14_5_tlist ul li a {
  display: flex;
  padding: 45px 0 38px 0;
  align-items: center;
  border-bottom: 1px solid #D6D5D5;
}

.contimgt14_5_tlist ul li a .modulepics {
  width: 276px;
  margin-right: 40px;
}

.contimgt14_5_tlist ul li a .modulepics .modulepic {
  padding-top: 71%;
}

.contimgt14_5_tlist ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.contimgt14_5_tlist ul li a .moduleinfo h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contimgt14_5_tlist ul li a .moduleinfo span {
  display: block;
  background-position: left center;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #9B0D14;
  margin: 15px 0;
}

.contimgt14_5_tlist ul li a .moduleinfo p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}

.contimgt14_5_tlist ul li a:hover {
}

.contimgt14_5_tlist ul li a:hover .moduleinfo h3 {
  font-weight: bold;
  color: #9B0D14;
}

.contimgt14_5_tlist ul li a:hover .moduleinfo p {
}

.contimgt14_5_tlist ul li a:hover .moduleinfo span {
  color: #9B0D14;
}
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}


.contchar14_5_tlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contchar14_5_tlist ul li {
  width: 48%;
  padding: 13px 20px 13px 13px;
  border: 1px solid #C0C0C0;
  position: relative;
  margin-top: 40px;
}

 .contchar14_5_tlist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  background: rgba(155, 13, 20, 0.1);
  clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%);
  transition: all 0.3s;
}

.contchar14_5_tlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.contchar14_5_tlist ul li a .modulepics {
  width: 205px;
  margin-right: 6%;
}

.contchar14_5_tlist ul li a .modulepics .modulepic {
  padding-top: 129%;

}

 .contchar14_5_tlist ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

 .contchar14_5_tlist ul li a .moduleinfo h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #9B0D14;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .contchar14_5_tlist ul li a .moduleinfo div {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 33px;
  padding-top: 20px;
}

.contchar14_5_tlist ul li a .moduleinfo div p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  height: 60px;
word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

 .contchar14_5_tlist ul li a .moduleinfo span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  background: url(../images/contchar14_5_itemmore.png) no-repeat;
  background-position: right center;
  margin-top: 20px;
}

.contchar14_5_tlist ul li:hover::before {
  background: #9B0D14;
}
 

@media screen and (max-width: 1400px) {
  
 .contchar14_5_tlist ul li a .modulepics {
    width: 160px;
  }
 .contchar14_5_tlist ul li::before{
    width:180px
  }
}


@media screen and (max-width: 1350px) {
    .position h3 {
        left: 10px;
    }
}

@media screen and (max-width: 1024px) {
	.szdw .art-body table{
    table-layout: auto;
}
	.szdw .art-body table td{display:block;width: 100%;word-wrap: normal !important;word-break: normal !important;}
	.szdw .art-body table tr td{padding: 15px !important;}
	.contchar14_5_tlist ul li {margin-top: 25px}
	.contimgt14_5_tlist ul li a .modulepics {width: 180px;margin-right: 20px;}
	.contimgt14_5_tlist ul li a .moduleinfo h3 {font-size: 16px;}
	.contimgt14_5_tlist ul li a .moduleinfo p {font-size: 14px;}
	.contimgt14_5_tlist ul li a .moduleinfo span {margin: 10px 0;}
	.position{ margin-top: 0;}
	
	.art-main .art-body table{border: 0px!important;border-left: 1px solid #ddd!important;border-top: 1px solid #ddd!important;margin: 0px auto;display: block;width: 100%!important;}
	.art-main .art-body table tr td{border-left: 0px!important;text-align: center;border-top: 0px!important;line-height: 23px;padding: 1px!important;border-right: 1px solid #ddd!important;border-bottom: 1px solid #ddd!important;text-indent: 0!important;}
	.art-main .art-body table tr td p{text-indent: 0em!important;padding:0px;margin: 0px!important;text-align: left;}
	.art-main .art-body table img{ margin: 0!important; border: 0!important; max-width: 105px;}
	.art-main .art-body table tbody{overflow-x: auto;overflow-y: hidden;white-space: nowrap;width: 100%;display: block;}
	.szdw .art-body table tr td{border-left: 0px!important;text-align: center;border-top: 0px!important;line-height: 24px;padding: 30px 010px !important;border-right: 0;border-bottom: 1px solid #ddd!important;text-indent: 0!important;}
	.szdw .art-body table tr td p{text-indent: 0em;padding:0px;margin: 0px!important;text-align: left;font-size: 16px !important;}
	.szdw p, .szdw p *{
    font-size: 16px !important;
}
	.szdw .art-body table img,.szdw .art-body table tr td p img{border: 0!important;max-width: 100%;width: 40%;}
    .nymain .leftNav>h2 {
        font-size: 20px;
        line-height: 51px;
        color: #FFF;
        background: #8e0c0c;
        margin: 10px 0;
    }

    .nymain .leftNav {
        width: 100%;
        margin: 0;
        display: block;
        float: none;
        position: relative;
        z-index: 99;
    }
	.nymain .leftNav>ul {
	    background: #f9f9f9;
	    position: absolute;
	    width: 100%;
	    top: 51px;
	    margin: 0;
	    padding: 15px;
	}
	
	.nymain .leftNav>ul>li {
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 15px;
	}
	.nymain .leftNav>ul>li:last-child{
    margin-bottom: 0;
}
    .nymain .leftNav ul li a {
        font-size: 15px;
    }

    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }

    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;
    }

    .img-lists ul li {
        width: 49%;
        margin-left: 2%;
        margin-top: 20px;
    }

    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0
    }

    .img-lists ul li a>img {
        height: 209px;
    }

    .img-lists ul li a>div.info p {
        font-size: 14px;
    }

    .img-lists ul li a>div.info img {
        height: 12px;
    }

    .img-lists ul li a>div.info span {
        font-size: 12px;
    }

    .dt-list2 li a {
        padding: 20px 15px;
    }

    .ldtz ul li {
        margin-bottom: 25px;
    }

    .ldtz-pic {
        margin-right: 30px;
        width: 200px;
        /* height: 148px; */
    }

    .ldtz-info h3 {
        font-size: 18px;
        padding-top: 10px;
    }

    .ldtz-info p.zc {
        line-height: 26px;
        margin-top: 5px;
        font-size: 14px;
    }

    .ldtz-info p.zy {
        line-height: 24px;
        margin-top: 5px;
        font-size: 12px;
    }

    .ldtz-info {
        padding-top: 15px;
    }

    .ldtz ul li a {
        padding-top: 15px;
    }

    .list-jg ul li a {
        font-size: 16px;
    }
    .list-jg ul li a {
		font-size: 16px;
	}
	.list-jg ul li a span {
		font-size: 14px;
	}
    .list-jg ul {
		padding: 20px;
	}
    .list-jg ul li{
        width: 33.33%;
    }



}

@media screen and (max-width:768px) {
	.pagination .pb_sys_common .p_pages >span{margin: 5px 0 5px 5px;}
	.pagination .pb_sys_common .p_pages >span >a{margin: 0;}
	.szdw .art-body table{}
	.szdw .art-body table img,.szdw .art-body table tr td p img{border: 0!important;max-width: 100%;width: 80%;}
	.xrld-list ul li a span{
    width: 32%;
}
.xrld-list ul li a span img{
    width: 100%;
}
.xrld-list ul li a .txt{
    width: 62%;
}
.xrld-list ul li a .txt h1{
    font-size: 1.1rem;
}
.xrld-list ul li a .txt p{
    margin: 15px 0;
    font-size: 15px;
}


.contchar14_5_tlist ul li::before {
    display: none;
  }

.contchar14_5_tlist ul li a {
    display: block;
  }

.contchar14_5_tlist ul li a .modulepics {
    margin: 0 auto;
    width: 120px;
  }

.contchar14_5_tlist ul li a .moduleinfo h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }

.contchar14_5_tlist ul li a .moduleinfo div {
    padding: 10px 0;
  }

.contchar14_5_tlist ul li a .moduleinfo div p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
height: 52px;
  }

.contchar14_5_tlist ul li a .moduleinfo span {
    margin-top: 10px;
  }

.contchar14_5_tlist ul li {
    width: 49%;
    padding: 10px;
  }
	.sjdh{
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}
	.sjdh a{
    font-size: 13px;
    width: 48.5%;
    text-align: center;
    margin: 0;
}

    .nymain .leftNav>h2 {
        /* line-height: 40px; */
        /* font-size: 16px; */
        /* text-align: left; */
        /* padding-left: 15px; */
        /* font-weight: 600; */
        /* border-radius: 0; */
        /* display: none; */
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;
    }

    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: left center;
    }

    .nymain {
        padding: 0 10px 10px 10px;
    }

    .nymain .leftNav {
        /* float: none; */
        /* width: auto; */
        /* top: 0; */
        /* margin-right: 0; */
        /* margin-top: 10px; */
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }

    .ny-right {
        float: none;
        width: auto;
    }

    .position h2 {
        float: none;
        font-size: 16px;
    }

    .position {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .position>div {
        text-align: left;
        line-height: 40px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .nymain .leftNav ul li a {
        line-height: 40px;
        padding-left: 10px;
    }

    .nymain .leftNav>ul {
        background: #9b0d14;
    }

    .nymain .leftNav>ul>li>span {
        top: 13px;
    }

    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;
    }

    .art-main .art-tit h3,.szdw .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
    }

    .art-main .art-body p {
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

	.pnext p {
        line-height: 30px;
        margin-bottom: 0;
        font-size: 14px !important;
    }
	.pnext p *{
	        line-height: 30px;
	        font-size: 14px !important;
	   }

    .zzjg_text li {
        width: 50%;
    }

    .img-lists ul li a>div.info p {
        font-size: 12px;
    }

    .xbxx {
        padding-top: 0;
    }

    .xbxx ul li a {
        padding: 15px 10px;
    }

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }

    .xbxx ul li a div span {
        font-size: 12px;
    }

    .xbxx ul li a div img {
        height: 14px;
    }

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .nymain .leftNav>h2 img {
        height: 20px;
    }

    .position a {
        margin: 0 2px;
        font-size: 12px;
    }

    .position span {
        font-size: 12px;
    }

    .text-ldata {
        width: 75px;
        overflow: hidden;
        margin-right: 15px;
    }

    .text-ldata div {
        margin-left: 0;
    }

    .text-ldata div p {
        font-size: 20px;
    }

    .text-ldata div span {
        font-size: 12px;
    }

    .text-list ul li a:hover .text-linfo {
        padding-left: 5px;
    }

    .text-list ul li a {
        padding-top: 20px;
    }

    .text-linfo {
        padding-bottom: 20px;
    }

    .ldtz ul li a {
        margin: 0 10px;
        padding: 15px;
    }

    .ldtz-pic {
        margin-right: 15px;
    }
    .list-jg h3 {
		padding: 0 20px;
	}
	.list-jg ul {
		padding: 20px 0;
        margin: 0;
	}
    .list-jg ul li{
        width: 50%;
        margin-top: 20px;
    }
	.list-jg ul li a {
		padding: 0 10px;
        margin: 0 5px;
	}
}

@media screen and (max-width:480px) {
    .img-lists ul li a>img {
        height: 100px;
    }

    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .dt-list2 li {
        width: auto;
        float: none;
    }

    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;
    }

    .ldtz-pic {
        float: none;
        width: auto;
        margin: 0 auto;
    }

    .ldtz-info h3 {
        font-size: 16px;
    }

    .ldtz-info h3::before {}

    .ldtz-info p.zc {}

 .contimgt14_5_tlist ul li a {
    display: block;
    padding: 15px 0;
  }

 .contimgt14_5_tlist ul li a .modulepics {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

.contimgt14_5_tlist ul li a .moduleinfo span {
    margin: 10px 0;
  }

 .contimgt14_5_tlist ul li a .moduleinfo h3 {
    font-size: 16px !important;
  }

.contimgt14_5_tlist ul li a .moduleinfo p {
    font-size: 14px !important;
  }



}

@media screen and (max-width:320px) {
    .art-main .art-tit h3 {
        /* font-size: 20px; */
        /* font-weight: bold; */
    }

    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }

    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }

    .img-lists ul li a>img {
        height: 84px;
    }
}