/* CSS Document */
/*
Theme Name: Sdcad
Theme URI: https://www.sdcadi.com/
Date:2025-09-05
Version: 1.0
*/


body{   background-color: #ffffff;  }
.headersearbtn{ margin-left:17px;}
.stroked-text {
    color: white; /* Yazı rengi */
    -webkit-text-stroke: 1px #005cb9; /* Mavi stroke (WebKit için) */
    text-stroke: 3px #007BFF; /* Diğer tarayıcılar için destek varsa */
    font-weight: bold;
    text-align: left;
    font-size: 30px;
}

/*分页样式开始*/
#pageabc{text-align:center;margin:0px 0;clear:both;height:auto;overflow:hidden;color:#333;line-height:23px;}
#pageabc a.noallowed{cursor: not-allowed;}
#pageabc span,#pageabc a{font-size:16px;color:#595757;padding:6px 14px; border-radius:5px; border:1px solid #ccc; background:#fff; text-decoration:none;margin:3px 5px;display:inline-block;text-align:center;}
#pageabc a:hover,#pageabc a.current{color:#fff;background-color:#005cb9;border:1px solid #005cb9;}
/*分页样式结束*/

#more-than .more-than-text img{ width: 100%!important;height:auto;}
 
.top-news-snape{display: none !important;}


/*新右边栏*/
/* 右侧联系 */
.Sin {
	position: relative;
}
#list-contact {
  display: none;
}
#r-info {
  position:fixed;
  padding:0 0 0px;
  background:#fff;
  border-radius:5px 0 0 5px;
  bottom:170px;
  right:0;
  box-shadow:0 0 9px 0 rgba(0, 0, 0, 0.1);
  z-index:99;
}
#r-info .a {
  display:flex;
  width:70px;
  height:63px;
  flex-direction:column;
  cursor:pointer;
  align-items:center;
  border-bottom:2px solid #f3f3f3;
  font-size:11px;
  line-height:1.5;
  color:#666;
  justify-content:center;
}
#r-info .a::before {
  content: url(images/r-info1.png);
}
#r-info .s2 .a::before {
  content: url(images/r-info3.png);
}
#r-info .s3 .a::before {
  content: url(images/r-info5.png);
}
#r-info .s4 .a::before {
  content: url(images/r-info7.png);
}
#r-info .Sin:hover .a {
  color:#0365D4;
  text-decoration:none;
}
#r-info .s1:hover .a::before {
  content: url(images/r-info2.png);
}
#r-info .s2:hover .a::before {
  content: url(images/r-info4.png);
}
#r-info .s3:hover .a::before {
  content: url(images/r-info6.png);
}
#r-info .s4:hover .a::before {
  content: url(images/r-info8.png);
}
#r-info .Sin:hover::after {
  content:'';
  width:7px;
  height:100%;
  position:absolute;
  left:-7px;
  top:0;
}
#r-info .box {
  font-size:13px;
  display:none;
  position:absolute;
  right:77px;
  top:0;
  min-width:135px;
  text-align:center;
  background:#0365D4;
}
#r-info .Pic {
  padding:12px;
  background:#fff
}
#r-info .s2 .box,
#r-info .s4 .box {
  top:50%;
  transform:translateY(-50%);
  padding:6px 3px;
  white-space:nowrap;
}
#r-info .Sin:hover .box {
  display:block;
  border-radius:6px;
  overflow:hidden;
}
#r-info .box * {
  color: #fff;
  line-height: 1.5;
}
#r-info .box>p,
#r-info .box>a {
  color:#fff;
  line-height:1.5;
  margin:0;
  padding:8px 12px;
}
a.sitegotop{
	display:block;
	opacity: 1;
	width: 100%;
	height:63px;
	background: url(images/to-top.png) no-repeat center center;
}

@media(max-width:768px){
	#r-info .s2, #r-info .s3, #r-info .s4{ display:none;}
}
#news-list picture img{width:460px;}





