答案1
\documentclass{report}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage{lipsum}
\titleformat{\chapter}[display]{\filcenter\normalfont\huge\bfseries\sffamily\color{blue}}
{\large\color{black}\chaptertitlename~\thechapter}{8pt}{\Huge\MakeUppercase}
\begin{document}
\chapter{Test}
\lipsum[1]
\chapter{Another test}
\lipsum[2]
\end{document}