.dqwz {
  color: #333;
  padding-left: 25px;
  background: url(images/new_images/icon-b.png) left center no-repeat;
  font-size: 14px;}
.dqwz a {
  color: #333;
  font-size: 14px;
  transition: all 0.2s;}
.dqwz a:hover {
  color: #920606;}
.list_content_item_box {
  position: relative;
  width: 100%;
  height: 53px;
  margin-bottom: 10px;}
.list_content_item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 3px);
  height: 50px;
  font-size: 17px;
  padding-left: 34px;
  padding-right: 180px;
  background: #fff url(images/new_images/arrow-circle.png) right 20px center no-repeat;
  background-size: 20px 20px;
  position: relative;
  transition: all .2s;}
.list_content_item_map {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f1f1f1;
  width: calc(100% - 3px);
  height: 50px;
  transition: all 0.2s;}
.list_content_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ae4444;}
.list_content_title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  transition: all .2s;
  line-height: 1;}
.list_content_time {
  position: absolute;
  right: 60px;
  font-size: 16px;
  color: #7f7f80;}
.list_content_item_box:hover .list_content_item_map {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);}
.list_content_item_box:hover .list_content_title {
  color: #920606;}

/* 分页 */
.my_page_bar {
  margin-top: 20px;}
.my_page_bar td {
  font-size: 14px !important;}
.my_page_bar td div span,
.my_page_bar td div a {
  height: auto !important;
  padding: 3px 7px !important;
  font-size: 14px !important;
  border: 1px solid #920606 !important;
  margin: 0 5px !important;
  transition: all .2s;}
.my_page_bar span.this-page {
  /* color: #9f3131; */
  /* background: #f6f6f6; */
  color: #ffffff;
  background: #9f3131;}
.my_page_bar a:hover {
  color: #9f3131 !important;
  /* background: #f6f6f6 !important; */
  background: rgba(146, 6, 6, .1) !important;}


/* 以下样式不用修改 开始*/
/* 默认ul 无需修改 */
.nav_menustyle_1_3 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;}
/* 默认li 无需修改 */
.nav_menustyle_1_3 li {
  float: none;
  text-align: center;
  position: relative;}
/* 2级以上 li 无需修改 */
.nav_menustyle_1_3 ul li ul li {
  z-index: 100;}
/* 3级以上默认ul 无需修改 */
.nav_menustyle_1_3 ul li ul {
  left: 100%;
  top: 0px;}
/* IE6下的table样式 无需修改 */
.nav_menustyle_1_3 table {
  position: absolute;
  top: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  z-index: 100;}
.nav_menustyle_1_3 td {
  padding: 0;}
/* 共6级导航子菜单打开关闭控制 无需修改 */
.nav_menustyle_1_3 li ul,
.nav_menustyle_1_3 li:hover ul li ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul li ul {
  display: none;}
.nav_menustyle_1_3 li a:hover ul li ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul {
  visibility: hidden;}
.nav_menustyle_1_3 li a:hover ul,
.nav_menustyle_1_3 li:hover ul,
.nav_menustyle_1_3 li:hover ul li:hover ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul,
.nav_menustyle_1_3 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  display: block;
  position: absolute;}
.nav_menustyle_1_3 li a:hover ul li a:hover ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
.nav_menustyle_1_3 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul {
  visibility: visible;}
/* 默认a属性 无需修改 */
.nav_menustyle_1_3 a {
  display: block;
  text-decoration: none;
  white-space: nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 a {
  width: 100%; /*菜单宽度*/
  height: 60px; /*菜单高度*/
  line-height: 60px; /*字体高度, 可设为菜单高度*/
  font-size: 16px; /*字体大小*/
  color: #333; /*字体颜色*/
  padding-right: 20px;
  background: url(images/new_images/arrow-left-gray.png) right 16px center no-repeat;
  background-size: 12px 12px;
  transition: all 0.2s;}
.nav_menustyle_1_3 a::before,
.nav_menustyle_1_3 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s;}
.nav_menustyle_1_3 a::before {
  top: 0;
  z-index: 2;
  width: 6px;
  background-color: #f0f0f0;}
.nav_menustyle_1_3 a::after {
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_3 .nav_1_active>a,
.nav_menustyle_1_3 a:hover {
  color: #9f3131; /*鼠标移上颜色*/
  background: #f6f6f6 url(images/new_images/arrow-left-red.png) right 16px center no-repeat;
  padding-right: 0px;}
.nav_menustyle_1_3 .nav_1_active>a::before,
.nav_menustyle_1_3 a:hover::before {
  background-color: #9f3131;}
.nav_menustyle_1_3 {
  width:100%;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_3 table {
  left: 91px;}
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li a {}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li a:hover {}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_3 ul li ul li ul li a {}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_3 ul li ul li ul li a:hover {}
