/*bootsharp通配符的怪异盒子模型导致以前标准盒子模型padding被计算到宽度，样式废掉*/
.l_pic , .l_xinwen, .R_tzgg {
box-sizing: content-box;
}
#L, #Z , #R{
box-sizing: content-box;

}
#content_3 ul li {
   
    box-sizing: content-box;
}
#footerw_w1200{
   
    box-sizing: content-box;
}
#footerw_w1200 .L {
   
    box-sizing: content-box;
}
/*bootsharp通配符的怪异盒子模型导致以前标准盒子模型padding被计算到宽度，样式废掉*/
/*超链接的样式*/
.hrefContent p {
   
    display: flex;
    flex-wrap: wrap;
}
.hrefContent p a{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 70px;
    margin-right:15px;
    margin-left: 15px;
    padding-top: 112px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    text-align: center;
    font-weight: bold;
}
.hrefContent3 p a{
 
    width: 33%;
    
}
 .hrefContent  p a:hover {
        color: #a7341c;
    }
/*轮播图的样式*/
.banner  video{
background: transparent;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
 
   min-height: 390px; 
}
@media screen and (max-width: 400px) {
.banner{
height:190px;
} 
.banner .swiper-container {
    height: 190px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
 
   min-height: 190px; 
}
}
/*搜索框的样式*/
#xsgzc_logo_w100  form {
  width: 260px;
  height: 44px;
  margin-top: -80px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 0;
  color: #8d9092;
  background-color: #fff;
}
#xsgzc_logo_w100  .fr {
    right: 12%;
    position: absolute;

}
@media screen and (max-width: 400px) {
#xsgzc_logo_w100  .fr {
display:none
}
}
#xsgzc_logo_w100 form input[type="text"] {
  width: 210px;
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-size: 14px;
  color: #8d9092;
    border: 1px solid #e6e6e6;
}
#xsgzc_logo_w100 form input[type="submit"] {
  width: 48px;
  height: 42px;
  float: right;
  background: #B62719 url(../images/search.png) no-repeat center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
    border: 1px solid #e6e6e6;
}
/*视频的样式*/
.wp_videos .player-type-1 .playlist li.playing {
    display: none;
}
.wp_video_player{
float:none !important;
}
.xinwen_content .player-type-1{
margin:auto;
}
.playwrap {
margin:auto;
}


.col_news_list .playwrap >div{
    background-color: black !important;
}
.col_news_list .playwrap  .playlist{
    background-color: transparent !important;
}
@media screen and (max-width: 780px) {
.playwrap >div{
    background-color: transparent !important;
}
.wp_videos img {

  width:360px !important;
}
 .wp_videos video{
  width:360px !important;
left:0px !important;
}

}
@media screen and (max-width: 400px) {
.playwrap >div{
    background-color: transparent !important;
}
.wp_videos img {

  width:360px !important;
}
 .wp_videos video{
  width:360px !important;
left:0px !important;
}
}
/*视频的样式*/

/*视频的样式  图片展示*/
.lineContent{
min-height: 420px;
    background-color: #f5f5f5;
}
.lineContent h2 {
    text-align: center;
    line-height: 90px;
    padding-top: 10px;
    font-size: 26px;
}
.ineContent h2 a {
    display: block;
    height: 100%;
}
.lineContent h2 a span.more {
    background: none;
    float: right;
    font-size: 14px;
    padding-right: 8px;
    font-weight: normal;
    color: #B62719;
    margin: 0;
}
.own-window-content .swiper-slide .pic {
    height: 240px;
}
.lineContent  .swiper-slide .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7) url(../images/play.png) no-repeat center;
    transition: all 0.35s ease 0.1s;
}
.lineContent  .swiper-slide:hover .pic:before {
    opacity: 1;
}
.own-window-content{
 min-height: 240px;
}
.lineContent  .swiper-slide p {
    line-height: 64px;
    font-size: 16px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease 0.1s;
}
.lineContent .swiper-slide:hover p {
    color: #B62719;
}
.lineContent  .swiper-button-prev {
    left: -78px;
    background: url(../images/left.png) no-repeat center;
}
.lineContent .swiper-button-prev, .lineContent .swiper-button-next {
    width: 28px;
    height: 50px;
    top: 104px;
    margin-top: 0;
    opacity: 1 !important;
}
.lineContent  .swiper-button-next {
    right: -78px;
    background: url(../images/right.png) no-repeat center;
}
/*视频的样式  图片展示*/
/* 图片展示*/
.lineContent .own-window-content  .pic {
    height: 240px;
}
.lineContent .own-window-content p {
    line-height: 64px;
    font-size: 16px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease 0.1s;
}
.lineContent .own-window-content .col-md-4:hover p {
    color: #B62719;
}
.lineContent   .own-window-content .col-md-4 a .pic span {
    width: 120px;
    height: 30px;
    line-height: 30px;
    position: absolute;
      bottom: 64px;
    left: 15px;
    background: #B62719 url(../images/date.png) no-repeat left 16px center;
    padding-left: 34px;
    font-size: 14px;
    color: #fff;
}
.timeContent {
    width: 120px;
    height: 30px;
    line-height: 30px;
   
      bottom: 34px;
    left: 15px;
    background: url(../images/timeicon1.png) no-repeat left 10px ;
    padding-left: 25px;
    font-size: 14px;
padding-top:5px;
    
}
.titleContent{
line-height: 35px!important;
    font-size: 16px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease 0.1s;
}
/*  图片展示*/
/*  卡片展示*/
.lineCardContent   .own-window-content  .col-md-3 > div {
    height: 200px;
    border: 1px solid #e6e6e6;
    transition: all 0.2s ease 0.1s;
} 
.lineCardContent   .own-window-content  .col-md-3 > div a {
    display: block;
    height: 100%;
    padding: 20px 25px;
}
.lineCardContent   .own-window-content .col-md-3 > div a span.date {
    line-height: 40px;
    color: #B62719;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Arial';
    display: inline-block;
}
.lineCardContent   .own-window-content .col-md-3 > div a em {
    width: 50px;
    height: 1px;
    background-color: #B62719;
    display: block;
}
.lineCardContent   .own-window-content .col-md-3 > div a p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 22px;
    height: 56px;
    overflow: hidden;
    color: #333;
    transition: all 0.2s ease 0.1s;
text-align: left;
    white-space: revert;
}
.lineCardContent   .own-window-content .col-md-3 > div a span.more {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding-left: 24px;
    background: url(../images/more.png) no-repeat left center;
    transition: all 0.2s ease 0.1s;

}
.lineCardContent   .own-window-content  .col-md-3 > div:hover {
	border: 1px solid #B62719;
}

.lineCardContent   .own-window-content .col-md-3 > div:hover p,
.lineCardContent   .own-window-content  .col-md-3 > div:hover span.more {
	color: #B62719;
}
/*  卡片展示*/
/*具体样式————header*/
#xsgzc_logo_w100 {
    float: left;
    height: 132px;
    width: 100%;
    /*	border-top: 3px solid #a40c00;*/
    padding-top: 5px;
    background-color: #fff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fac35f;
}
#xsgzc_logo_w1200 {
    height: 100%;
       width: 100%;
  
    margin-right: auto;
    margin-left: auto;
}
#xsgzc_logo_w1200  img {
    background-size: 100% ;
    height: 100%;
    width: 100%;
}
/*二级标题导航栏*/
#dhl_w100 {
    float: left;
    height: 48px;
    width: 100%;
    background-color: #a7341c;
    position: relative;
}
/*导航栏是否有全文搜索*/
#dhl_w1200 {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    height: 48px;
}
.wp-window{
    height: 48px;
}
.xinwen_work{
  height: 306px;
}
.xinwen_content{
  min-height: 306px;
}

.col_news {
    width: 99%;
    min-height: 500px;
    float: right;
margin-top: 20px;
}
.col_menu {

float: left; 
margin-right: -288px; 
position: relative;
margin-top: 20px;
}
#xsgzc_logo_w100{
padding-top:0px;
}
.line_flex{
display:flex;
width:100%
}
@media screen and (max-width: 780px) {
.line_flex{
display:block;
width:100%
}
}
@media screen and (max-width: 780px) {
#xsgzc_logo_w1200 {
    height: 100%;
    width: 100%;
    padding-top: 0px;
}
}
@media screen and (max-width: 400px) {
#xsgzc_logo_w1200 {
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
   max-width:375px;
    padding-top: 0px;
}
}

